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

Method scratchImageWidth

src/tests/BlasBase.cpp:358–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358size_t
359BlasBase::scratchImageWidth(void)
360{
361 size_t width;
362
363 clGetImageInfo(reinterpret_cast<cl_mem>(imageA_), CL_IMAGE_WIDTH,
364 sizeof(width), &width, NULL);
365 return width;
366}
367
368size_t
369BlasBase::scratchImageHeight(void)

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected