Skip to content

Commit 6a5ebb0

Browse files
committed
fix taskset
1 parent 73dc980 commit 6a5ebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tritonbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
run: |
169169
set -eux
170170
171-
cat /sys/fs/cgroup/cpuset.cpus.effective
171+
taskset -pc $$
172172
# using `--cpuset-cpus <SINGLE_CPU_CORE>` is critical for stabilizing the performance
173173
# on this runner (using SPR CPU). This might be related to task migration/Speed Select, etc.
174174
# here, we are just picking a random CPU core (core 10).

0 commit comments

Comments
 (0)