| 93 | } |
| 94 | |
| 95 | unique_ptr<argument_buffer> compute_kernel::create_argument_buffer_internal(const compute_queue&, |
| 96 | const kernel_entry&, |
| 97 | const llvm_toolchain::arg_info&, |
| 98 | const uint32_t&, |
| 99 | const uint32_t&, |
| 100 | const COMPUTE_MEMORY_FLAG&) const { |
| 101 | log_error("argument buffer creation not implemented for this backend"); |
| 102 | return {}; |
| 103 | } |
nothing calls this directly
no outgoing calls
no test coverage detected