Skip to content

Support ROCm 6.2#396

Closed
kmaehashi wants to merge 4 commits intocupy:mainfrom
kmaehashi:rocm-6.2
Closed

Support ROCm 6.2#396
kmaehashi wants to merge 4 commits intocupy:mainfrom
kmaehashi:rocm-6.2

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

@kmaehashi
Copy link
Member Author

Jump to rocm 7 support - see #465

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