fix: support zero-sized arrays as input to StridedMemoryView.from_cuda_array_interface#1397
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.