-
Do we want to consider an in memory specification for sparse matrices?
In theory, [arrow has defined these](https://arrow.apache.org/docs/format/Other.html#sparse-tensor), but I think they are unsu…
-
**Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet): TensorFlow
2. Framework version: 2.5.0
3. Horovod version: 0.22.1
4. MPI version: 4.0.2
5. CUDA version: 11.2
6. NCCL version:…
-
### 🐛 Describe the bug
See code snippet below
```python
>>> torch.empty(1, 2, 3, 4, 5).transpose(0,1).contiguous().stride()
(60, 120, 20, 5, 1) # Should be (60, 60, 20, 5, 1)
>>> torch.empty(2,…
-
**Description**
I am using the Sagemaker Triton Inference Server containers to run a MultiModel endpoint. One of the models is a MT5 model. I am trying to optimise for the latency and think I am losi…
-
# Context
## Objective
In this RFC I will talk about the roadmap to enable eager mode as the default computation mode for PyTorch/XLA users and how to enable graph compilation in this mode.
…
-
Obviously not just yet, but once NumPy 2.0 is released and stable, we should drop support for NumPy 1.26 as a backend. That would allow us to remove all the compatibility code and only have code relat…
-
Hi ,
when I try to install, it reports error as follows:
```
(base) zhangzhongheng@zhangzhhengsMBP ~ % pip install tfdlpack
ERROR: Could not find a version that satisfies the requirem…
-
By common array interfaces, I mean
- https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.interface.html#__array_interface__ for CPU
- https://numba.pydata.org/numba-doc/dev/cuda/cuda_array_inte…
-
Similar to `kDLCPUPinned`, CPU shared memory is allocated and managed quite differently from normal CPU memory. In DGL, we use shared memory to store large graphs so it is quite common to see operatio…
-
The Python Arrow community is adding a public way to interchange data through the C Data Interface, using PyCapsule objects holding the C struct, similary as DLPack's python interface: http://crossbow…