Skip to content

Commit 23efa0d

Browse files
authored
Update PTI to 0.12.3 (#4263)
Again I see a case in #4335 where not all kernels were registered (`prefix_sum` benchmark). Let's update to the latest release, believing that it will bring us more stability in profiling. This is a temporary change, with a new agama it should be better. --------- Signed-off-by: Anatoly Myachev <[email protected]>
1 parent ff742b4 commit 23efa0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
run: |
125125
cd benchmarks
126126
pip install .
127-
pip install intel-pti==0.12.2
127+
pip install intel-pti==0.12.3
128128
PTI_LIBS_DIR=$(python -c "import sysconfig; print(sysconfig.get_paths()['stdlib']+'/..')")
129-
# the output should contain: `libpti.so`, `libpti_metrics.so.0.12.2` and `libpti_view.so.0.12.2`
129+
# the output should contain: `libpti.so`, `libpti_metrics.so.0.12.3` and `libpti_view.so.0.12.3`
130130
ls $PTI_LIBS_DIR
131131
echo "PTI_LIBS_DIR=$PTI_LIBS_DIR" >> $GITHUB_ENV
132132

0 commit comments

Comments
 (0)