Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ max_memory_alloc_size
Method
max_memory_alloc_size
include/boost/compute/device.hpp:253–256 ·
view source on GitHub ↗
\internal_
Source
from the content-addressed store, hash-verified
251
252
/// \internal_
253
ulong_ max_memory_alloc_size() const
254
{
255
return get_info<ulong_>(CL_DEVICE_MAX_MEM_ALLOC_SIZE);
256
}
257
258
/// \internal_
259
size_t max_work_group_size() const
Callers
2
max_size
Method · 0.80
max_size
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected