| 530 | } |
| 531 | |
| 532 | std::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 | |
| 538 | bool host_context::has_host_device_support() const { |
| 539 | return floor::get_host_run_on_device(); |
nothing calls this directly
no outgoing calls
no test coverage detected