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

Method get_kernel

compute/cuda/cuda_kernel.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());
33}
34
35void cuda_kernel::execute_internal(const compute_queue& cqueue,
36 const cuda_kernel_entry& entry,

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected