MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / queryMemAllocSize

Function queryMemAllocSize

src/client/clfunc_common.hpp:275–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 __LINE__)
274
275inline cl_ulong
276queryMemAllocSize( cl_device_id device_ )
277{
278 cl_int err;
279 cl_ulong rc = 0;
280
281 err = clGetDeviceInfo(device_, CL_DEVICE_MAX_MEM_ALLOC_SIZE,
282 sizeof(rc), &rc, NULL);
283
284 return rc;
285}
286
287class clblasFunc
288{

Callers 1

clblasFuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected