MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / ~CUDAKernel

Method ~CUDAKernel

deps/GraphBLAS/CUDA/jitify.hpp:1292–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290 return *this;
1291 }
1292 inline ~CUDAKernel() { this->destroy_module(); }
1293 inline operator CUfunction() const { return _kernel; }
1294
1295 inline CUresult launch(dim3 grid, dim3 block, unsigned int smem,

Callers

nothing calls this directly

Calls 1

destroy_moduleMethod · 0.95

Tested by

no test coverage detected