| 616 | } |
| 617 | |
| 618 | void error_gpuCopyButMatrixNotGpuAccelerated() { |
| 619 | |
| 620 | raiseInternalError("A function attempted to access GPU memory of a matrix (e.g. a CompMatr or DiagMatr) which is not GPU accelerated."); |
| 621 | } |
| 622 | |
| 623 | void error_gpuUnexpectedlyInaccessible() { |
| 624 |
no test coverage detected