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
This PR changes the fGPURegion to actually store the G4RegionId. Before,
it was 0 for non-GPU and 1 for GPU (should have been a bool), now it
actually stores the G4RegionId if it is used on the GPU, otherwise it is
set to -1. This is in preparation for Woodcock tracking on the GPU.
0 commit comments