Skip to content

Commit

Permalink
add cu118 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrblck committed Dec 14, 2022
1 parent f4099af commit 0ea163a
Show file tree
Hide file tree
Showing 10 changed files with 5,064 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .circleci/scripts/binary_linux_test.sh
Expand Up @@ -89,7 +89,7 @@ if [[ "$PACKAGE_TYPE" == conda ]]; then
cu_ver="${DESIRED_CUDA:2:2}.${DESIRED_CUDA:4}"
CUDA_PACKAGE="cudatoolkit"
if [[ "$DESIRED_CUDA" == "cu116" || "$DESIRED_CUDA" == "cu117" ]]; then
if [[ "$DESIRED_CUDA" == "cu116" || "$DESIRED_CUDA" == "cu117" || "$DESIRED_CUDA" == "cu118" ]]; then
CUDA_PACKAGE="cuda"
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/generate_binary_build_matrix.py
Expand Up @@ -13,7 +13,7 @@
from typing import Dict, List, Tuple, Optional


CUDA_ARCHES = ["11.6", "11.7"]
CUDA_ARCHES = ["11.6", "11.7", "11.8"]


ROCM_ARCHES = ["5.2", "5.3"]
Expand Down
240 changes: 240 additions & 0 deletions .github/workflows/generated-linux-binary-conda-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ea163a

Please sign in to comment.