Searched refs:DEBUG_INFO (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 494 #define DEBUG_INFO(mess, ...) PetscDebugInfo(dctx, "dctx %" PetscInt64_FMT " (%s) - obj %" PetscInt… macro 508 …PetscCall(DEBUG_INFO("new mode (%s) COMPATIBLE with %s mode (%s), no need to serialize\n", PetscMe… in MarkFromID_CompatibleModes() 514 PetscCall(DEBUG_INFO("found old self as dependency, updating\n")); in MarkFromID_CompatibleModes() 540 …PetscCall(DEBUG_INFO("moving last write dependency (intent %s)\n", PetscMemoryAccessModeToString(m… in MarkFromID_IncompatibleModes_UpdateLastWrite() 550 …PetscCall(DEBUG_INFO("we matched the previous write dependency's (intent %s) device type (%s), swa… in MarkFromID_IncompatibleModes_UpdateLastWrite() 555 …PetscCall(DEBUG_INFO("we were also the last write event (intent %s), updating\n", PetscMemoryAcces… in MarkFromID_IncompatibleModes_UpdateLastWrite() 580 …PetscCall(DEBUG_INFO("new mode (%s) NOT COMPATIBLE with %s mode (%s), serializing then clearing (%… in MarkFromID_IncompatibleModes() 608 …PetscCall(DEBUG_INFO("%s with intent %s\n", object_dependencies.empty() ? "dependency list is empt… in PetscDeviceContextMarkIntentFromID_Private() 615 #undef DEBUG_INFO
|