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

Method max_packets

include/boost/compute/pipe.hpp:111–114  ·  view source on GitHub ↗

Returns the max number of packets.

Source from the content-addressed store, hash-verified

109
110 /// Returns the max number of packets.
111 uint_ max_packets() const
112 {
113 return get_info<uint_>(CL_PIPE_MAX_PACKETS);
114 }
115
116 /// Returns information about the pipe.
117 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected