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

Method kernel

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

Source from the content-addressed store, hash-verified

4146};
4147
4148inline Kernel Program::kernel(std::string const& name,
4149 std::vector<std::string> const& options) const {
4150 return Kernel(this, name, options);
4151}
4152
4153inline KernelInstantiation Kernel::instantiate(
4154 std::vector<std::string> const& template_args) const {

Callers 3

operator()Method · 0.95
parallel_forFunction · 0.45
mainFunction · 0.45

Calls 1

KernelClass · 0.85

Tested by 1

mainFunction · 0.36