MCPcopy Create free account
hub / github.com/boostorg/compute / exec

Method exec

include/boost/compute/detail/meta_kernel.hpp:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659 }
660
661 event exec(command_queue &queue)
662 {
663 return exec_1d(queue, 0, 1);
664 }
665
666 event exec_1d(command_queue &queue,
667 size_t global_work_offset,

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected