| 543 | } |
| 544 | |
| 545 | shared_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 | |
| 551 | bool host_compute::has_host_device_support() const { |
| 552 | return floor::get_host_run_on_device(); |
nothing calls this directly
no outgoing calls
no test coverage detected