MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / validate_newEnvNodesEachHaveUniqueGpu

Function validate_newEnvNodesEachHaveUniqueGpu

quest/src/core/validation.cpp:1442–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440}
1441
1442void validate_newEnvNodesEachHaveUniqueGpu(const char* caller) {
1443
1444 bool sharedGpus = gpu_areAnyNodesBoundToSameGpu();
1445 assertAllNodesAgreeThat(!sharedGpus, report::MULTIPLE_NODES_BOUND_TO_SAME_GPU, caller);
1446}
1447
1448void validate_gpuIsCuQuantumCompatible(const char* caller) {
1449

Callers 1

Calls 2

assertAllNodesAgreeThatFunction · 0.85

Tested by

no test coverage detected