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

Method cuda_function

src/device/cuda/cuda_function.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace fl {
29
30cuda_function::cuda_function(const std::string_view function_name_, function_map_type&& functions_) :
31device_function(function_name_), functions(std::move(functions_)) {
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());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected