-
### Description
When using `from_dlpack` on an array with non-standard strides, JAX returns the wrong arrays (silently).
Think it's similar to issues mentioned before #4196, #7657, #8082. I under…
-
Hi,
Thanks for your amazing libraries!
I am currently carrying on research using DBSCAN to segment car instance from 3D point cloud. However I find that when i convert pytorch tenosr to DataFram…
-
## 🐛 Bug
See the reproduction below for a minimal example.
## To Reproduce
```python
import torch
from torch.utils.data import Dataset, DataLoader
from torch.utils.dlpack import to_dlpack,…
-
Most importantly we need to update the `__getitem__`, since we cannot return arbitrary pytrees in `torch.utils.data.Dataset`s.
However, this will also involve thinking about how to load things so t…
mjo22 updated
1 month ago
-
## Issue Description
The TensorCircuit library currently supports the PyTorch and TensorFlow backends. We are interested in extending this support to include Jittor, a domestically developed deep l…
-
### Discussed in https://github.com/moderngl/moderngl/discussions/682
Originally posted by **hrbigelow** March 30, 2024
I am interested in using both moderngl and [jax](https://github.com/goog…
-
### Description
numpy.sign(numpy.nan) returns NaN, but cupy.sign(cupy.nan) returns 0.
I expected either the behavior to be the same, or the difference to be documented. (Edit: I see now that the…
-
`session.run()` currently does not support bfloat16 inputs because numpy does not support bfloat16. Would it be possible to support the input via `np.uint16`? `session.run()` can accept an uint16 valu…
-
Currently the specification for `astype`, as added in https://github.com/data-apis/array-api/pull/290, specifies that `copy=False/True` wherein there is no room for a "copy never" option, and the defa…
-
Scikit-learn and SciPy have been incrementally adding support for the [Array API standard](https://data-apis.org/array-api/latest/). The Array API standard enables libraries to write code in a standar…