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

Method get_kernel

compute/host/host_kernel.cpp:581–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581typename host_kernel::kernel_map_type::const_iterator host_kernel::get_kernel(const compute_queue& cqueue) const {
582 return kernels.find((const host_device&)cqueue.get_device());
583}
584
585FLOOR_PUSH_WARNINGS()
586FLOOR_IGNORE_WARNING(cast-function-type-strict)

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected