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

Method global_memory_size

include/boost/compute/device.hpp:229–232  ·  view source on GitHub ↗

Returns the global memory size in bytes.

Source from the content-addressed store, hash-verified

227
228 /// Returns the global memory size in bytes.
229 ulong_ global_memory_size() const
230 {
231 return get_info<ulong_>(CL_DEVICE_GLOBAL_MEM_SIZE);
232 }
233
234 /// Returns the local memory size in bytes.
235 ulong_ local_memory_size() const

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64