Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows Build #773

Closed
wants to merge 32 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c3cd476
initial windows build
RUIJIEZHONG66166 Aug 16, 2024
9df224e
add windows build in pull.yml
RUIJIEZHONG66166 Aug 16, 2024
b4669fd
set ut input as not required
RUIJIEZHONG66166 Aug 16, 2024
4170cee
remove unsupported cmd
RUIJIEZHONG66166 Aug 16, 2024
5c1ab12
add for conda activate
RUIJIEZHONG66166 Aug 16, 2024
1c42704
add call for all conda cmd
RUIJIEZHONG66166 Aug 19, 2024
8877db0
update rm to rmdir
RUIJIEZHONG66166 Aug 20, 2024
9505441
change pytorch check
RUIJIEZHONG66166 Aug 20, 2024
5ab9b63
update copy torch-xpu-ops
RUIJIEZHONG66166 Aug 20, 2024
66d6e50
add dependancy
RUIJIEZHONG66166 Aug 20, 2024
7c37368
add USE_XPU=1
RUIJIEZHONG66166 Aug 20, 2024
5215d4a
use USE_KINETO=0
RUIJIEZHONG66166 Aug 22, 2024
691f66c
update install_oneapi_bundle.bat
RUIJIEZHONG66166 Aug 22, 2024
db51cef
update VS2022INSTALLDIR
RUIJIEZHONG66166 Aug 22, 2024
bccc6a0
add upload windows binary
RUIJIEZHONG66166 Aug 23, 2024
b7834b7
update some name
RUIJIEZHONG66166 Aug 23, 2024
76fa0fd
update upload path
RUIJIEZHONG66166 Aug 23, 2024
1ecea60
add build log upload
RUIJIEZHONG66166 Aug 23, 2024
ead02a3
add build log upload
RUIJIEZHONG66166 Aug 23, 2024
b30feeb
update pti install
RUIJIEZHONG66166 Aug 27, 2024
bf5158b
update bundle install check and call
RUIJIEZHONG66166 Aug 27, 2024
82d6a59
add uninstall print
RUIJIEZHONG66166 Aug 27, 2024
06c4a56
add VS2022INSTALLDIR set
RUIJIEZHONG66166 Aug 28, 2024
628ab2c
update msvc call
RUIJIEZHONG66166 Aug 28, 2024
f00afcc
update msvc call
RUIJIEZHONG66166 Aug 28, 2024
d47060d
update '' to for msvc
RUIJIEZHONG66166 Aug 28, 2024
8b76c05
Merge branch 'main' into ruijie/add_windows_ci
RUIJIEZHONG66166 Sep 6, 2024
ade7744
rebase windows build
RUIJIEZHONG66166 Sep 6, 2024
fc7f59d
Merge branch 'main' into ruijie/add_windows_ci
RUIJIEZHONG66166 Sep 18, 2024
082f888
Merge branch 'main' into ruijie/add_windows_ci
RUIJIEZHONG66166 Sep 29, 2024
4a0d432
Merge branch 'main' into ruijie/add_windows_ci
RUIJIEZHONG66166 Oct 21, 2024
cc6dd56
Merge branch 'main' into ruijie/add_windows_ci
RUIJIEZHONG66166 Oct 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update msvc call
RUIJIEZHONG66166 authored and chuanqi129 committed Sep 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f00afcc0415a64811ebceb180fa8d4355449c577
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -86,8 +86,8 @@ jobs:
shell: cmd
run: |
call "C:\ProgramData\miniforge3\Scripts\activate.bat"
set VS2022INSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\BuildTools\
call 'C:\Program Files\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat' x64
set VS2022INSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\BuildTools\
call conda activate windows_ci
call "C:\Program Files (x86)\Intel\oneAPI\pytorch-gpu-dev-0.5\oneapi-vars.bat"
call "C:\Program Files (x86)\Intel\oneAPI\pti\latest\env\vars.bat"