| 24 | namespace clMath { |
| 25 | |
| 26 | clblasStatus |
| 27 | BlasBase::addScratchImages(void) |
| 28 | { |
| 29 | //clblasStatus status; |
| 30 | |
| 31 | //// Height must be less than 1024 |
| 32 | //imageA_ = clblasAddScratchImage(context_, 2048, 512, &status); |
| 33 | //if (imageA_) { |
| 34 | // imageB_ = clblasAddScratchImage(context_, 2048, 512, &status); |
| 35 | //} |
| 36 | |
| 37 | //return status; |
| 38 | return clblasNotImplemented; |
| 39 | } |
| 40 | |
| 41 | } // namespace |
nothing calls this directly
no outgoing calls
no test coverage detected