File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
run : |
97
97
source activate e2e_ci
98
98
source .github/scripts/env.sh ${{ inputs.pytorch }}
99
- pt2e_logs_dir="${{ github.workspace }}/../pytorch/inductor_log"
99
+ pt2e_logs_dir="${{ github.workspace }}/../pytorch/inductor_log/pt2e "
100
100
rm -rf "${pt2e_logs_dir}" && mkdir -p "${pt2e_logs_dir}"
101
101
if [[ "${{ inputs.scenario }}" == *"accuracy"* ]];then
102
102
if [[ "${{ inputs.dt }}" == *"float32"* ]];then
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ jobs:
325
325
source activate e2e_ci
326
326
cp -r ${{ github.workspace }}/.github/scripts/summary_pt2e.py ${{ github.workspace }}/upload_files
327
327
cd ${{ github.workspace }}/upload_files
328
- python summary_pt2e.py ${{ github.workspace }}/upload_files
328
+ python summary_pt2e.py ${{ github.workspace }}/upload_files/inductor_log/pt2e
329
329
rm -rf summary_pt2e.py
330
330
fi
331
331
- name : Upload Inductor XPU E2E Data
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ jobs:
340
340
source activate e2e_ci
341
341
cp -r ${{ github.workspace }}/.github/scripts/summary_pt2e.py ${{ github.workspace }}/upload_files
342
342
cd ${{ github.workspace }}/upload_files
343
- python summary_pt2e.py ${{ github.workspace }}/upload_files
343
+ python summary_pt2e.py ${{ github.workspace }}/upload_files/inductor_log/pt2e
344
344
rm -rf summary_pt2e.py
345
345
fi
346
346
- name : Upload Inductor XPU E2E Data
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287
287
source activate e2e_ci
288
288
cp -r ${{ github.workspace }}/.github/scripts/summary_pt2e.py ${{ github.workspace }}/upload_files
289
289
cd ${{ github.workspace }}/upload_files
290
- python summary_pt2e.py ${{ github.workspace }}/upload_files
290
+ python summary_pt2e.py ${{ github.workspace }}/upload_files/inductor_log/pt2e
291
291
rm -rf summary_pt2e.py
292
292
fi
293
293
- name : Upload Inductor XPU E2E Data
You can’t perform that action at this time.
0 commit comments