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

Function gpu_deallocArray

quest/src/gpu/gpu_config.cpp:469–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468
469void gpu_deallocArray(qcomp* amps) {
470#if COMPILE_CUDA
471
472 // cudaFree on nullptr is fine
473 CUDA_CHECK( cudaFree(amps) );
474
475#else
476 error_gpuDeallocButGpuNotCompiled();
477#endif
478}
479
480
481

Calls 1

Tested by

no test coverage detected