Skip to content

Commit

Permalink
Merge pull request #45980 from AdrianoDee/patch-9
Browse files Browse the repository at this point in the history
Replace CUDA with Alpaka wf in `relval_2026.py`
  • Loading branch information
cmsbuild authored Sep 17, 2024
2 parents 8310576 + d098600 commit e54f434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Configuration/PyReleaseValidation/python/relval_2026.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
numWFIB.extend([prefixDet+34.702]) #mkFit tracking (initialStep)
numWFIB.extend([prefixDet+34.5]) #pixelTrackingOnly
numWFIB.extend([prefixDet+34.9]) #vector hits
numWFIB.extend([prefixDet+34.501]) #Patatrack local reconstruction on CPU
numWFIB.extend([prefixDet+34.502]) #Patatrack local reconstruction on GPU
numWFIB.extend([prefixDet+34.402]) #Alpaka local reconstruction offloaded on device (GPU if available)
numWFIB.extend([prefixDet+34.21]) #prodlike
numWFIB.extend([prefixDet+96.0]) #CloseByPGun CE_E_Front_120um
numWFIB.extend([prefixDet+100.0]) #CloseByPGun CE_H_Coarse_Scint
Expand Down

0 comments on commit e54f434

Please sign in to comment.