We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf7f2 commit 0d455c5Copy full SHA for 0d455c5
.github/workflows/_linux_op_benchmark.yml
@@ -184,6 +184,7 @@ jobs:
184
source .github/scripts/env.sh ${{ inputs.pytorch }}
185
source activate xpu_op_${ZE_AFFINITY_MASK}
186
mkdir ${{ github.workspace }}/new_baseline
187
+ cp ${{ github.workspace }}/baseline/baseline*.csv ${{ github.workspace }}/new_baseline
188
# Update forward op
189
python ${{ github.workspace }}/.github/scripts/op_calculate_best_perf.py --xpu ${{ github.workspace }}/op_benchmark/forward_op_summary.csv --baseline ${{ github.workspace }}/new_baseline/baseline_forward_op_summary.csv -r
190
# Update backward op
0 commit comments