Skip to content

Commit 04a1165

Browse files
Move 24834.704 from relval_Run4 to to relval_gpu amd update workflow descriptions/comments
Co-authored-by: Slava Krutelyov <[email protected]>
1 parent 1c51f23 commit 04a1165

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Configuration/PyReleaseValidation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ The offsets currently in use are:
6565
* 0.7: trackingMkFit modifier
6666
* 0.701: DisplacedRegionalStep tracking iteration for Run-3
6767
* 0.702: trackingMkFit modifier for Phase-2 (initialStep only)
68-
* 0.703: LST tracking, initialStep+HighPtTripletStep only, on CPU
69-
* 0.704: LST tracking, initialStep+HighPtTripletStep only, on GPU
68+
* 0.703: LST tracking (Phase-2 only), initialStep+HighPtTripletStep only, on CPU
69+
* 0.704: LST tracking (Phase-2 only), initialStep+HighPtTripletStep only, on GPU
7070
* 0.75: HLT phase-2 timing menu
7171
* 0.751: HLT phase-2 timing menu Alpaka variant
7272
* 0.752: HLT phase-2 timing menu ticl_v5 variant

Configuration/PyReleaseValidation/python/relval_Run4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
numWFIB.extend([32034.0]) #Run4D115
3838

3939
# Temporary placement for LST workflow to workaround PR conflicts - to be formatted and placed in an upcoming PR
40-
numWFIB.extend([24834.703,24834.704]) #2026D98 LST tracking (initialStep+HighPtTripletStep only): CPU, GPU
40+
numWFIB.extend([24834.703]) #Run4D98 LST tracking (initialStep+HighPtTripletStep only)
4141

4242
#Additional sample for short matrix and IB
4343
#Default Phase-2 Det NoPU

Configuration/PyReleaseValidation/python/relval_gpu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
# Run4, Alpaka-based noPU
7373
29634.402, 29634.403, 29634.404, 29634.406,
7474
29661.402,
75+
# Run4, Alpaka-based noPU GPU LST tracking D98
76+
24834.704,
7577

7678
# Run4, Alpaka-based PU
7779
29834.402, 29834.403, 29834.404

0 commit comments

Comments
 (0)