Skip to content

Commit

Permalink
Merge pull request #390 from kmaehashi/remove-jetson
Browse files Browse the repository at this point in the history
Remove Jetson-related code
  • Loading branch information
takagi authored Sep 11, 2024
2 parents 296db0d + a7c64b8 commit d202734
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 113 deletions.
15 changes: 0 additions & 15 deletions .pfnci/config.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ configs {
command: ".pfnci/wheel-linux/main.sh 12.x 3.9"
}
}
configs {
key: "cupy-release-tools.linux.jetson"
value {
requirement {
cpu: 8
memory: 36
disk: 30
}
time_limit {
seconds: 18000
}
command: ".pfnci/wheel-linux/main.sh 10.2-jetson 3.9"
environment_variables { key: "CUPY_RELEASE_SKIP_VERIFY" value: "1" }
}
}
configs {
key: "cupy-release-tools.linux.rocm"
value {
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ This example builds wheel of CuPy with CUDA 10.0 for Python 3.8.
./dist.py --action build --target wheel-linux --python 3.8 --cuda 10.0 --source path/to/cupy_repo

Use ``--target wheel-win`` for Windows build.
Use ``--cuda 10.2-jetson`` for JetPack (Tegra / CUDA 10.2 aarch64) build.
Use ``--cuda rocm-5.0`` for ROCm (AMD GPU) build.

The resulting asset (sdist/wheel) will be generated to the current directory.
Expand Down
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ case ${CUDA} in
# CUDA (sdist)
VERIFY_ARGS="${VERIFY_ARGS} --test release-tests/sparse --test release-tests/cudnn --test release-tests/nccl --test release-tests/pkg_sdist"
;;
10.2-jetson )
# CUDA Jetson (wheel)
VERIFY_ARGS="${VERIFY_ARGS} --test release-tests/sparse --test release-tests/cudnn"
;;
rocm-* )
# ROCm (wheel)
VERIFY_ARGS="${VERIFY_ARGS}"
Expand Down
48 changes: 0 additions & 48 deletions builder/Dockerfile.jetson

This file was deleted.

2 changes: 0 additions & 2 deletions builder/base/cuda-10.2-jetson/.dockerignore

This file was deleted.

4 changes: 0 additions & 4 deletions builder/base/cuda-10.2-jetson/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions builder/base/cuda-10.2-jetson/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions builder/base/cuda-10.2-jetson/build.sh

This file was deleted.

7 changes: 0 additions & 7 deletions builder/build-wrapper-jetson

This file was deleted.

0 comments on commit d202734

Please sign in to comment.