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

CuPy fixes and special cases for HIP #1492

Merged
merged 2 commits into from
Jan 6, 2024
Merged

CuPy fixes and special cases for HIP #1492

merged 2 commits into from
Jan 6, 2024

Conversation

tbennun
Copy link
Collaborator

@tbennun tbennun commented Dec 29, 2023

CuPy with AMD HIP does not support __cuda_array_interface__. This PR adds special cases to support CuPy with HIP.
The PR also fixes the reduce node's GPUAuto schedule with respect to warp size.

@tbennun tbennun marked this pull request as ready for review January 4, 2024 18:45
@tbennun tbennun requested a review from acalotoiu January 4, 2024 18:45
@tbennun tbennun enabled auto-merge January 5, 2024 06:34
Copy link
Contributor

@acalotoiu acalotoiu left a comment

Choose a reason for hiding this comment

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

The PR is useful, and important and looks good to me. However, not all features added are tested. Could you please add a test to ensure correctness?

Copy link
Contributor

@acalotoiu acalotoiu left a comment

Choose a reason for hiding this comment

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

The PR is useful, and important and looks good to me.

@tbennun tbennun added this pull request to the merge queue Jan 5, 2024
Merged via the queue into master with commit fa305d2 Jan 6, 2024
@tbennun tbennun deleted the cupy-fixes branch January 6, 2024 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants