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

Method get_function_entry

src/device/opencl/opencl_function.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189const device_function::function_entry* opencl_function::get_function_entry(const device& dev) const {
190 if (const auto iter = functions.find((const opencl_device*)&dev); iter != functions.end()) {
191 return &iter->second;
192 }
193 return nullptr;
194}
195
196} // namespace fl
197

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected