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

Support ROCm 6.2 #396

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Support ROCm 6.2 #396

wants to merge 3 commits into from

Conversation

kmaehashi
Copy link
Member

@kmaehashi kmaehashi commented Sep 25, 2024

  • Add cupy-rocm-6-2 package.
  • Update check_release_assets.py for CuPy v14/v13.

Backport must exclude cupy-rocm-4-3/cupy-rocm-5-0 removal.

@kmaehashi
Copy link
Member Author

/test

@kmaehashi kmaehashi mentioned this pull request Sep 25, 2024
10 tasks
@asi1024 asi1024 self-assigned this Sep 26, 2024
Comment on lines +24 to 29
_main_cuda_x86_matrix = list(itertools.product(
(CP39, CP310, CP311, CP312), (LINUX, WINDOWS)))
_v13_aarch64_matrix = list(itertools.product(
_main_cuda_aarch64_matrix = list(itertools.product(
(CP39, CP310, CP311, CP312), (LINUX_AARCH64,)))
_v13_rocm_matrix = list(itertools.product(
_main_rocm_matrix = list(itertools.product(
(CP39, CP310, CP311, CP312), (LINUX,)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support for Python 3.9 was dropped in cupy/cupy#8491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants