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

Method cuda_kernel

compute/cuda/cuda_kernel.cpp:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <floor/compute/cuda/cuda_argument_buffer.hpp>
27
28cuda_kernel::cuda_kernel(kernel_map_type&& kernels_) : kernels(std::move(kernels_)) {
29}
30
31typename cuda_kernel::kernel_map_type::const_iterator cuda_kernel::get_kernel(const compute_queue& cqueue) const {
32 return kernels.find((const cuda_device&)cqueue.get_device());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected