| 647 | } |
| 648 | |
| 649 | void assert_gpuIsAccessible() { |
| 650 | |
| 651 | if (!gpu_isGpuCompiled() || !gpu_isGpuAvailable()) |
| 652 | error_gpuUnexpectedlyInaccessible(); |
| 653 | } |
| 654 | |
| 655 | void assert_gpuHasBeenBound(bool isBound) { |
| 656 |
nothing calls this directly
no test coverage detected