| 96 | } |
| 97 | |
| 98 | std::unique_ptr<argument_buffer> device_function::create_argument_buffer_internal(const device_queue&, |
| 99 | const function_entry&, |
| 100 | const toolchain::arg_info&, |
| 101 | const uint32_t&, |
| 102 | const uint32_t&, |
| 103 | const MEMORY_FLAG&, |
| 104 | const bool) const { |
| 105 | log_error("argument buffer creation not implemented for this backend"); |
| 106 | return {}; |
| 107 | } |
| 108 | |
| 109 | } // namespace fl |
nothing calls this directly
no outgoing calls
no test coverage detected