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