-
Notifications
You must be signed in to change notification settings - Fork 146
Python API support for CuPy.arrays and torch.Tensor #4528
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
285f349 to
279e022
Compare
279e022 to
d88aeaf
Compare
|
The Windows2022 CI fails with: This doesn't have anything to do with the python API, but we should try to look at it. @eisenhauer @pnorbert do you have an idea why this fails? |
|
Huh. Never seen that before. That's an error in ParseMetadataIndex, which is pretty simple and bulletproof. Only thing I can think of is data corruption on the write... |
|
Hmm, I checked and the new test I added for the python API does not use the same BP file name. I guess let's see if it persists. |
On the write side:
On the read side, I added a function for receiving a pre-allocated buffer for the data
Testing was added for the new function.