Leo Fang

Results 1175 comments of Leo Fang

Could you share the outputs of the following? - `python -c "import cupy; cupy.show_config()"` - `conda list` - `conda info`

Thanks, though I am clueless... is this a local machine that you own, or a cluster, or cloud environment? Any chance you know the storage type (SSD, NFS, ...)?

@ryanshrott were you able to confirm if it's disk permission issue? Is this still a problem?

Closing for lack of response, plz feel free to reopen if the issue is not resolved.

The line ``` Lx = cp.random.randint(0, 10, size=N) ``` causes OOM error since N=10^9, meaning you are allocating an array (excluding all intermediate buffers etc) of size ~4GB (on Windows,...

> Err... I got lost there. I did not set any memory allocator, true. (Nor I do know how even though I sense there is part of the answer in...

Line profiler +1. It'd be great if one can visualize the line-based statistics.

`setup.cfg` should not be needed since this project already supports newer (PEP 517) build backend. What's your `python`, `pip`, and `setuptools` versions? If your goal is to build a wheel,...

>> Know there was an issue with the CUDA Graph Management API ( #55 ), which wasn't fixed until CUDA-Python 12.4.0 > > Are you planning to back port the...

Also in case it's useful to solve your deployment needs: IIRC CUDA Python is designed with minor version compatibility in mind, so the latest CUDA Python should still work with...