Skip to content

Commit

Permalink
add commit print
Browse files Browse the repository at this point in the history
  • Loading branch information
RUIJIEZHONG66166 committed Dec 25, 2024
1 parent b5220c3 commit 9e08af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_windows_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
cd ../torch-xpu-ops
git rev-parse HEAD >> commit.txt
for /F %i in ('type commit.txt') do ( set commit=%i)
echo %commit%
cd ../pytorch
if ${{ inputs.keep_torch_xpu_ops }} == 'true' (
echo "Don't replace torch-xpu-ops!"
Expand All @@ -96,6 +97,7 @@ jobs:
echo %str%>>third_party\xpu_tmp.txt
)
move third_party\xpu_tmp.txt third_party\xpu.txt
type third_party\xpu.txt
)
- name: Build Pytorch XPU
shell: cmd
Expand Down

0 comments on commit 9e08af6

Please sign in to comment.