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

Method get_properties

include/boost/compute/command_queue.hpp:242–245  ·  view source on GitHub ↗

Returns the properties for the command queue.

Source from the content-addressed store, hash-verified

240
241 /// Returns the properties for the command queue.
242 cl_command_queue_properties get_properties() const
243 {
244 return get_info<cl_command_queue_properties>(CL_QUEUE_PROPERTIES);
245 }
246
247 /// Enqueues a command to read data from \p buffer to host memory.
248 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected