Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCL-CTS
/ toMB
Function
toMB
test_conformance/allocations/allocation_utils.cpp:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
double toMB(cl_ulong size_in) { return (double)size_in / (1024.0 * 1024.0); }
84
85
size_t get_actual_allocation_size(cl_mem mem)
86
{
Callers
3
allocate_size
Function · 0.85
init_cl
Function · 0.85
doTest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected