Skip to content

Commit 42d825f

Browse files
committed
Add Intel Xeon 6138 as SKX
1 parent 20727c0 commit 42d825f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

driver.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ do
156156
run SKL
157157
;;
158158

159+
SKX)
160+
# Intel Xeon 6138
161+
ALL_CPUS="0-79" \
162+
SYS_CPUS="0,40" \
163+
WORKLOAD_CPUS="1-39" \
164+
WORKLOAD_OFFLINE="41-79" \
165+
run SKX
166+
;;
167+
159168
ICL)
160169
# Intel Xeon 8375C
161170
ALL_CPUS="0-63" \

0 commit comments

Comments
 (0)