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

Function releaseImageAssertion

src/library/blas/generic/solution_assert.c:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void VISIBILITY_HIDDEN
188releaseImageAssertion(ListHead *doneSubsteps)
189{
190 listDoForEachSafe(doneSubsteps, freeSolAreaNode);
191 listInitHead(doneSubsteps);
192}
193
194#endif /* ASSERT_IMAGE_STEPS */
195

Callers 1

executeImageStepFunction · 0.85

Calls 2

listDoForEachSafeFunction · 0.85
listInitHeadFunction · 0.85

Tested by

no test coverage detected