Skip to content

Commit e584c27

Browse files
authored
[BE] Cleanup build unused code (#1613)
1. Upload Scripts are not used anymore. We use Github Action upload workflows 2. M1 Builds are now automated 3. build_all.bat run git grep in pytorch and builder - No result
1 parent 7e1f31c commit e584c27

File tree

5 files changed

+0
-223
lines changed

5 files changed

+0
-223
lines changed

build_m1_domains.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

conda/upload.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

manywheel/upload.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

windows/build_all.bat

Lines changed: 0 additions & 104 deletions
This file was deleted.

windows/build_pytorch.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ set LIB=%cd%\mkl\lib;%LIB%
7474

7575
:: Download MAGMA Files on CUDA builds
7676
set MAGMA_VERSION=2.5.4
77-
if "%CUDA_VERSION%" == "92" set MAGMA_VERSION=2.5.2
78-
if "%CUDA_VERSION%" == "100" set MAGMA_VERSION=2.5.2
7977

8078
if "%DEBUG%" == "1" (
8179
set BUILD_TYPE=debug

0 commit comments

Comments
 (0)