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

Method scratchImageHeight

src/tests/BlasBase.cpp:368–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368size_t
369BlasBase::scratchImageHeight(void)
370{
371 size_t height;
372
373 clGetImageInfo(reinterpret_cast<cl_mem>(imageA_), CL_IMAGE_HEIGHT,
374 sizeof(height), &height, NULL);
375
376 return height;
377}
378
379cl_ulong
380BlasBase::maxMemAllocSize(void)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected