| 356 | } |
| 357 | |
| 358 | size_t |
| 359 | BlasBase::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 | |
| 368 | size_t |
| 369 | BlasBase::scratchImageHeight(void) |
no outgoing calls
no test coverage detected