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

Method clblasFunctorCacheBase

src/library/blas/generic/functor_cache.cc:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67clblasFunctorCacheBase::clblasFunctorCacheBase()
68{
69 // if ( _cleanFunctorCachesHook == 0 )
70 // _cleanFunctorCachesHook = cleanFunctorCaches ; // Install the hook to call cleanFunctorCaches
71
72 clblasFunctorCacheSet & all = getFunctorCacheSet() ;
73 all.insert(this) ;
74}
75
76clblasFunctorCacheBase::~clblasFunctorCacheBase()
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected