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

Method addScratchImages

src/tests/correctness/BlasBase-corr.cpp:26–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace clMath {
25
26clblasStatus
27BlasBase::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected