We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8835001 commit 8ca5511Copy full SHA for 8ca5511
GPU/GPUTracking/Global/GPUChainITS.cxx
@@ -30,11 +30,11 @@ class GPUFrameworkExternalAllocator final : public o2::its::ExternalAllocator
30
return mFWReco->AllocateDirectMemory(size, mType);
31
}
32
void deallocate(char* ptr, size_t size) final {} // this is a simple no-op
33
- void pushTagOnStack(uint64_t tag)
+ void pushTagOnStack(uint64_t tag) final
34
{
35
mFWReco->PushNonPersistentMemory(tag);
36
37
- void popTagOffStack(uint64_t tag)
+ void popTagOffStack(uint64_t tag) final
38
39
mFWReco->PopNonPersistentMemory(GPUDataTypes::RecoStep::ITSTracking, tag);
40
0 commit comments