We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0551ab9 commit 427c09cCopy full SHA for 427c09c
.github/workflows/tritonbench.yml
@@ -168,7 +168,7 @@ jobs:
168
run: |
169
set -eux
170
171
- allowed_core=$(sed -n "s/.*: \([0-9][0-9]*\)-.*/\1/p" $(taskset -pc $$))
+ allowed_core=$(taskset -pc $$ | sed -n "s/.*: \([0-9][0-9]*\)-.*/\1/p")
172
echo "docker allowed core: ${allowed_core}"
173
# using `--cpuset-cpus <SINGLE_CPU_CORE>` is critical for stabilizing the performance
174
# on this runner (using SPR CPU). This might be related to task migration/Speed Select, etc.
0 commit comments