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

Function print_compile_log

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

Source from the content-addressed store, hash-verified

504}
505
506inline void print_compile_log(std::string program_name,
507 std::string const& log) {
508 std::cout << "---------------------------------------------------"
509 << std::endl;
510 std::cout << "--- JIT compile log for " << program_name << " ---"
511 << std::endl;
512 std::cout << "---------------------------------------------------"
513 << std::endl;
514 std::cout << log << std::endl;
515 std::cout << "---------------------------------------------------"
516 << std::endl;
517}
518
519inline std::vector<std::string> split_string(std::string str,
520 long maxsplit = -1,

Callers 2

load_programFunction · 0.85
instantiate_kernelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected