We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73dc980 commit 6a5ebb0Copy full SHA for 6a5ebb0
.github/workflows/tritonbench.yml
@@ -168,7 +168,7 @@ jobs:
168
run: |
169
set -eux
170
171
- cat /sys/fs/cgroup/cpuset.cpus.effective
+ taskset -pc $$
172
# using `--cpuset-cpus <SINGLE_CPU_CORE>` is critical for stabilizing the performance
173
# on this runner (using SPR CPU). This might be related to task migration/Speed Select, etc.
174
# here, we are just picking a random CPU core (core 10).
0 commit comments