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

Function error_gpuCopyButMatrixNotGpuAccelerated

quest/src/core/errors.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618void 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
623void error_gpuUnexpectedlyInaccessible() {
624

Callers 1

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected