-
Notifications
You must be signed in to change notification settings - Fork 233
fix: support zero-sized arrays as input to StridedMemoryView.from_cuda_array_interface
#1397
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
Conversation
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
StridedMemoryView.from_cuda_array_interface
|
/ok to test |
|
|
/ok to test |
|
@cpcloud can you add a line to the 0.5.0 release notes for this and then we'll admin merge? |
c9e8d07 to
f2db3ea
Compare
|
@kkraus14 done |
|
Actually, thinking about this more... why do we need a release note entry for this fix? |
@cpcloud @kkraus14 let's come up with a conclusion (mention or not) and I'll incorporate it in my follow-up PR. |
I think this bug existed previously in the |
…oryView.from_cuda_array_interface`
f2db3ea to
5a33e7a
Compare
|
I added some less specific language to the release notes. |
|
/ok to test 5a33e7a |
|
Let me admin-merge since most of the CI runs pass and we hit the hanging issue, xref: #1377 (comment) |
Add support for zero-sized array input to
StridedMemoryView.from_cuda_array_interface. Closes #1396.