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

Method CUDAKernel

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

Source from the content-addressed store, hash-verified

1250
1251 public:
1252 inline CUDAKernel() : _link_state(0), _module(0), _kernel(0) {}
1253 inline CUDAKernel(const CUDAKernel& other) = delete;
1254 inline CUDAKernel& operator=(const CUDAKernel& other) = delete;
1255 inline CUDAKernel(CUDAKernel&& other) = delete;

Callers

nothing calls this directly

Calls 3

set_linker_logMethod · 0.95
create_moduleMethod · 0.95

Tested by

no test coverage detected