We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c9749 commit 3be0542Copy full SHA for 3be0542
1 file changed
GPU/GPUTracking/Interface/GPUO2Interface.cxx
@@ -77,7 +77,7 @@ int GPUTPCO2Interface::Initialize(const GPUO2InterfaceConfiguration& config)
77
if (mRec->Init()) {
78
return (1);
79
}
80
- if (!mRec->IsGPU() && mConfig->configProcessing.memoryAllocationStrategy == GPUMemoryResource::ALLOCATION_INDIVIDUAL) {
+ if (!mRec->IsGPU() && mRec->GetProcessingSettings().memoryAllocationStrategy == GPUMemoryResource::ALLOCATION_INDIVIDUAL) {
81
mRec->MemoryScalers()->factor *= 2;
82
83
mRec->MemoryScalers()->factor *= mConfig->configInterface.memoryBufferScaleFactor;
0 commit comments