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

Method begin

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

Source from the content-addressed store, hash-verified

336 return data;
337 }
338 const uint8_t* begin(std::string key) const {
339 return (*this)[key + "_start"];
340 }
341 const uint8_t* end(std::string key) const { return (*this)[key + "_end"]; }
342};
343#endif // JITIFY_ENABLE_EMBEDDED_FILES

Callers 10

touchMethod · 0.80
load_sourceFunction · 0.80
compile_kernelFunction · 0.80
load_programFunction · 0.80
Kernel_implMethod · 0.80
Program_implMethod · 0.80
parallel_forFunction · 0.80
KernelInstantiationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected