We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like there is a way to cast an xarray.Dataset to cupy, maybe not for xarray.DataArray
I would like a way to cast an xarray.DataArray to cupy , as it does with xarray.Dataset
Usage: GPU direct read of DataArray objects
RAPIDS
Unknown
data = cupy.asarray(xarray.open_rasterio('data.tif').data) works, but isn't as efficient as making it cupy in the first place
data = cupy.asarray(xarray.open_rasterio('data.tif').data)
shrugs
None....for now :)
The text was updated successfully, but these errors were encountered:
@thuydotm can you take a look at this?
Sorry, something went wrong.
thuydotm
No branches or pull requests
Reason or Problem
Seems like there is a way to cast an xarray.Dataset to cupy, maybe not for xarray.DataArray
Proposal
I would like a way to cast an xarray.DataArray to cupy , as it does with xarray.Dataset
Usage:
GPU direct read of DataArray objects
Stakeholders and Impacts
RAPIDS
Drawbacks
Unknown
Alternatives
data = cupy.asarray(xarray.open_rasterio('data.tif').data)
works, but isn't as efficient as making it cupy in the first placeUnresolved Questions
shrugs
Additional Notes or Context
None....for now :)
The text was updated successfully, but these errors were encountered: