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

Method get_function

src/device/opencl/opencl_function.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35typename opencl_function::function_map_type::const_iterator opencl_function::get_function(const device_queue& queue) const {
36 return functions.find((const opencl_device*)&queue.get_device());
37}
38
39void opencl_function::execute(const device_queue& cqueue,
40 const bool& is_cooperative,

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected