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

Method create_program_entry

src/device/host/host_context.cpp:532–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532std::shared_ptr<device_program::program_entry> host_context::create_program_entry(const device& dev floor_unused,
533 toolchain::program_data program,
534 const toolchain::TARGET) {
535 return std::make_shared<device_program::program_entry>(device_program::program_entry { {}, program.function_info, true });
536}
537
538bool host_context::has_host_device_support() const {
539 return floor::get_host_run_on_device();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected