-
Notifications
You must be signed in to change notification settings - Fork 289
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
Numpy 2 #451
Numpy 2 #451
Conversation
…h could overflow when using numpy 2
I added a new commit as I found an issue when accessing a sub-array using |
Thanks! Here's a corresponding PR on Gitlab (with CI): https://gitlab.tiker.net/inducer/pycuda/-/merge_requests/92 |
Ok, looking at the CI results If I read correctly the K40 raw log , there is the failure of The Titan V and X have failures on tests involving texture - cuda 12 issue ? |
Finally had a chance to look this over, the changes look good to me. I've skip/xfailed (as appropriate) the failing tests. The ECC failure may well be hardware problem on our end. |
(Just waiting to see if anything else pops up on the Gitlab CI.) |
This looks good to go. Thanks for working on it. I'll roll a release with these changes. |
Thanks for the quick release ! |
See #450
All pycuda tests are passing (with python 12 and numpy 2.0, and cuda 11.8) , except
TestDriver.test_register_host_memory
which fails withValueError: Cannot set the NumPy array 'base' dependency more than once