Skip to content

issues Search Results · repo:xarray-contrib/cupy-xarray language:Python

Filter by

27 results
 (91 ms)

27 results

inxarray-contrib/cupy-xarray (press backspace or delete to remove)

Running https://cupy-xarray.readthedocs.io/latest/examples/04_high-level-api.html with these dependencies produces the following error: cupy: 13.4.1 INSTALLED VERSIONS ------------------ commit: None ...
bug
  • maxrjones
  • Opened 
    on Apr 4
  • #73

When using apply_ufunc, broadcasting vector functions on several axes will result in the following error: Implicit conversion to a NumPy array is not allowed. Please use .get() to construct a NumPy array ...
  • Ex-tranquility
  • 4
  • Opened 
    on Jan 22
  • #69

As of right now, there are three pip install packages which one can use to install cupy: cupy which will build cupy from source and the two prebuild versions cupy-cuda12x and cupy-cuda11x. This library ...
  • relativityhd
  • 5
  • Opened 
    on Nov 20, 2024
  • #66

I m using xarray with cupy, but not using dask, so it is not installed. However, this breaks .cupy.is_cupy. Code: #!/usr/bin/env python3 import cupy_xarray import numpy as np import xarray as xr x ...
bug
  • bmerry
  • Opened 
    on Aug 5, 2024
  • #61

I m trying to convert the following xarray dataset to xarray cupy: xarray.Dataset Dimensions: (row: 119, xyz: 3) Coordinates: ROWID (row) int64 dask.array chunksize=(119,), meta=np.ndarray ...
  • miguelcarcamov
  • 3
  • Opened 
    on Jul 25, 2024
  • #58

I m building a module where the user can choose if their arrays run on CPU or GPU using dask. This is done by running dask.config.set({ array.backend : cupy }). Additionally, if the backend is set to cupy ...
  • miguelcarcamov
  • 2
  • Opened 
    on Jul 24, 2024
  • #57

I m tryinh to import cupy_xarray as showed in the example in the README.md. I have installed cupy_xarray with pip install cupy-xarray. However I get this error when importing the package. --------------------------------------------------------------------------- ...
  • miguelcarcamov
  • 4
  • Opened 
    on Jul 24, 2024
  • #56

Currently the cupy-xarray package depends on the last version of cupy. This means that if an user has an older version of cupy, cupy will be installed again (which takes a lot of time). Would if be possible ...
  • miguelcarcamov
  • 3
  • Opened 
    on Jul 23, 2024
  • #55

I have recently learned about NVIDIA DALI (Data Loading Library) that can be used for streaming data directly. This can be potentially used for data streaming of our files directly to GPUs to avoid any ...
  • negin513
  • 1
  • Opened 
    on Jul 15, 2024
  • #54

The first line works, the second raises an exception import numpy as np import xarray as xr import cupy_xarray xr.DataArray([1, 2, np.nan]).chunk(dim_0=1).as_cupy().sum().compute() xr.DataArray([1, 2, ...
bug
  • yt87
  • 4
  • Opened 
    on Jun 29, 2024
  • #52
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub