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

Method removeScratchImages

src/tests/BlasBase.cpp:347–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void
348BlasBase::removeScratchImages(void)
349{
350 //if (imageB_) {
351 // clblasRemoveScratchImage(imageB_);
352 //}
353 //if (imageA_) {
354 // clblasRemoveScratchImage(imageA_);
355 //}
356}
357
358size_t
359BlasBase::scratchImageWidth(void)

Callers 4

mainFunction · 0.80
mainFunction · 0.80
setImplementationMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected