Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
RUIJIEZHONG66166 committed Dec 25, 2024
1 parent 9e08af6 commit 5527a20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/_windows_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,15 @@ jobs:
git status
git show -s
git submodule sync && git submodule update --init --recursive
echo "1111111111111"
cd ../torch-xpu-ops
echo "2222222222222"
git rev-parse HEAD >> commit.txt
for /F %i in ('type commit.txt') do ( set commit=%i)
echo "3333333333333"
for /F %%i in ('type commit.txt') do ( set commit=%%i)
echo "4444444444444"
echo %commit%
echo "555555555555"
cd ../pytorch
if ${{ inputs.keep_torch_xpu_ops }} == 'true' (
echo "Don't replace torch-xpu-ops!"
Expand Down

0 comments on commit 5527a20

Please sign in to comment.