Skip to content

Commit

Permalink
Merge pull request #46051 from AdrianoDee/patch-9
Browse files Browse the repository at this point in the history
[14_1_X] Replace CUDA with Alpaka wf in `relval_2026.py`
  • Loading branch information
cmsbuild authored Sep 25, 2024
2 parents 5302658 + 32f6fc3 commit ce11740
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 reconstruction on Device (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 ce11740

Please sign in to comment.