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 930d837 commit 2378167Copy full SHA for 2378167
GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx
@@ -1198,13 +1198,15 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
1198
}
1199
1200
for (int32_t i = 0; i < GetProcessingSettings().nTPCClustererLanes; i++) {
1201
+#ifdef GPUCA_HAS_ONNX
1202
if (GetProcessingSettings().nn.applyNNclusterizer) {
1203
LOG(info) << "(ORT) Environment releasing...";
1204
GPUTPCNNClusterizerHost& nnApplication = nnApplications[i];
1205
nnApplication.mModelClass.release(true);
1206
nnApplication.mModelReg1.release(true);
1207
nnApplication.mModelReg2.release(true);
1208
1209
+#endif
1210
if (transferRunning[i]) {
1211
ReleaseEvent(mEvents->stream[i], doGPU);
1212
0 commit comments