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

Method compute_queue

compute/compute_queue.hpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 };
94
95 explicit compute_queue(const compute_device& device_, const QUEUE_TYPE queue_type_) : device(device_), queue_type(queue_type_) {}
96 virtual ~compute_queue() = default;
97
98 //! blocks until all currently scheduled work in this queue has been executed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected