MCPcopy 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
83double toMB(cl_ulong size_in) { return (double)size_in / (1024.0 * 1024.0); }
84
85size_t get_actual_allocation_size(cl_mem mem)
86{

Callers 3

allocate_sizeFunction · 0.85
init_clFunction · 0.85
doTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected