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

Method print

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

Source from the content-addressed store, hash-verified

3339}
3340
3341inline void KernelInstantiation_impl::print() const {
3342 std::string options_string = reflection::reflect_list(_options);
3343 std::cout << _kernel._name << _template_inst << " [" << options_string << "]"
3344 << std::endl;
3345}
3346
3347inline void KernelInstantiation_impl::build_kernel() {
3348 Program_impl const& program = _kernel._program;

Callers 1

Calls 1

reflect_listFunction · 0.85

Tested by

no test coverage detected