MCPcopy Create free account
hub / github.com/a2flo/floor / add_program_source

Method add_program_source

compute/cuda/cuda_compute.cpp:590–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590shared_ptr<compute_program> cuda_compute::add_program_source(const string& source_code,
591 const string additional_options) {
592 compile_options options { .cli = additional_options };
593 return add_program_source(source_code, options);
594}
595
596shared_ptr<compute_program> cuda_compute::add_program_source(const string& source_code,
597 compile_options options) {

Callers

nothing calls this directly

Calls 4

compile_programFunction · 0.85
reserveMethod · 0.80
insert_or_assignMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected