MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / create_bo_buffer

Method create_bo_buffer

src/include/npu_utils/npu_utils.hpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 ///@see buffer
441 template<typename T>
442 buffer<T> create_bo_buffer(size_t size){
443 assert(size > 0);
444 LOG_VERBOSE(2, "Creating buffer buffer with size: " << size);
445 return buffer<T>(*this->device, size);
446 }
447
448 ///@brief Get the name of the xclbin
449 ///@return the name of the xclbin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected