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

Method cuda_argument_buffer

compute/cuda/cuda_argument_buffer.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include <floor/compute/compute_context.hpp>
24
25cuda_argument_buffer::cuda_argument_buffer(const compute_kernel& func_, shared_ptr<compute_buffer> storage_buffer_,
26 const llvm_toolchain::function_info& arg_info_) :
27argument_buffer(func_, storage_buffer_), arg_info(arg_info_) {}
28
29bool cuda_argument_buffer::set_arguments(const compute_queue& dev_queue, const vector<compute_kernel_arg>& args) {
30 auto cuda_storage_buffer = (cuda_buffer*)storage_buffer.get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected