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

Method argument_buffer

src/device/argument_buffer.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace fl {
24
25argument_buffer::argument_buffer(const device_function& func_, std::shared_ptr<device_buffer> storage_buffer_) : func(func_), storage_buffer(storage_buffer_) {}
26
27void argument_buffer::set_debug_label(const std::string& label) {
28 debug_label = label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected