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

Method load_sources

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

Source from the content-addressed store, hash-verified

3412}
3413
3414inline void Program_impl::load_sources(std::string source,
3415 std::vector<std::string> headers,
3416 std::vector<std::string> options,
3417 file_callback_type file_callback) {
3418 _config->options = options;
3419 detail::load_program(source, headers, file_callback, &_config->include_paths,
3420 &_config->sources, &_config->options, &_config->name);
3421}
3422
3423enum Location { HOST, DEVICE };
3424

Callers 1

Program_implMethod · 0.95

Calls 1

load_programFunction · 0.85

Tested by

no test coverage detected