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

Method create_argument_buffer_internal

src/device/device_function.cpp:98–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98std::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected