Skip to content

Commit 12fdf3f

Browse files
authored
Update PTI: 0.12.3 -> 0.12.4 (#4783)
According to intel/pti-gpu@564bcbc this version will also be installed with DLE 2025.2. Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 28d3f91 commit 12fdf3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ permissions: read-all
6464

6565
env:
6666
PYTHON_VERSION: "3.10"
67-
# FIXME: in the next versions of pti (most likely 0.12.3) this will not need to be done
68-
PTI_DEVICE_SYNC_DELTA: "1"
6967
BENCHMARKING_METHOD: ${{ inputs.benchmarking_method || 'UPSTREAM_PYTORCH_PROFILER' }}
7068
VERIFY: ${{ (github.event_name == 'pull_request' || github.event_name == 'schedule' || inputs.verify) && '1' || '0' }}
7169
TAG: ${{ inputs.tag || (github.event_name == 'pull_request' && format('pr-{0}', github.event.number)) || (github.event_name == 'schedule' && 'ci') || 'test' }}
@@ -128,9 +126,9 @@ jobs:
128126
run: |
129127
cd benchmarks
130128
pip install .
131-
pip install intel-pti==0.12.3
129+
pip install intel-pti==0.12.4
132130
PTI_LIBS_DIR=$(python -c "import sysconfig; print(sysconfig.get_paths()['stdlib']+'/..')")
133-
# the output should contain: `libpti.so`, `libpti_metrics.so.0.12.3` and `libpti_view.so.0.12.3`
131+
# the output should contain: `libpti.so`, `libpti_metrics.so.0.12.4` and `libpti_view.so.0.12.4`
134132
ls $PTI_LIBS_DIR
135133
echo "PTI_LIBS_DIR=$PTI_LIBS_DIR" >> $GITHUB_ENV
136134

0 commit comments

Comments
 (0)