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

Function error_gpuDeadCopyMatrixFunctionCalled

quest/src/core/errors.cpp:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633void error_gpuDeadCopyMatrixFunctionCalled() {
634
635 raiseInternalError("The internal GPU function copyMatrixIfGpuCompiled() was called, though is intended as dead-code - matrices needing copying to GPU should be stored as flat row-wise lists.");
636}
637
638void error_gpuDenseMatrixConjugatedAndTransposed() {
639

Callers 1

copyMatrixIfGpuCompiledFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected