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

Method create_program_entry

compute/host/host_compute.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545shared_ptr<compute_program::program_entry> host_compute::create_program_entry(const compute_device& device floor_unused,
546 llvm_toolchain::program_data program,
547 const llvm_toolchain::TARGET) {
548 return make_shared<compute_program::program_entry>(compute_program::program_entry { {}, program.functions, true });
549}
550
551bool host_compute::has_host_device_support() const {
552 return floor::get_host_run_on_device();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected