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

Method get_function

src/device/cuda/cuda_function.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34typename cuda_function::function_map_type::const_iterator cuda_function::get_function(const device_queue& cqueue) const {
35 return functions.find((const cuda_device*)&cqueue.get_device());
36}
37
38struct cuda_completion_handler {
39 kernel_completion_handler_f handler;

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected