MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / destroy_module

Method destroy_module

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

Source from the content-addressed store, hash-verified

1199 }
1200 }
1201 inline void destroy_module() {
1202 if (_link_state) {
1203 cuda_safe_call(cuLinkDestroy(_link_state));
1204 }
1205 _link_state = 0;
1206 if (_module) {
1207 cuModuleUnload(_module);
1208 }
1209 _module = 0;
1210 }
1211
1212 // create a map of __constant__ and __device__ variables in the ptx file
1213 // mapping demangled to mangled name

Callers 2

CUDAKernelClass · 0.95
~CUDAKernelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected