You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPUTPCNNClusterizerHost nnApplication; // potentially this needs to be GPUTPCNNClusterizerHost nnApplication[NSECTORS]; Technically ONNX ->Run() is threadsafe at inference time since its read-only
615
617
if (GetProcessingSettings().nn.applyNNclusterizer) {
616
618
uint32_t maxClusters = 0;
619
+
nnApplication.init(nn_settings);
617
620
for (uint32_t iSector = 0; iSector < NSECTORS; iSector++) {
0 commit comments