| 65 | } |
| 66 | |
| 67 | clblasFunctorCacheBase::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 | |
| 76 | clblasFunctorCacheBase::~clblasFunctorCacheBase() |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected