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

Method create_argument_buffer_internal

compute/compute_kernel.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95unique_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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected