-
## 🐛 Bug
Consider the following tensors:
- `t0`: an XLA tensor
- `t1`: a slice of `t0`
- `t2`: a CUDA tensor that shares storage with `t0`
```python
>>> t0 = torch.arange(6).view(2, 3).to("x…
-
### 🐛 Describe the bug
1. **XPU OP Examples**
57 passed in 58.84s
2. **XPU OP Extended UT**
4 failed, 1233 passed, 309 skipped, 128 deselected, 14 xfailed in 186.95s (0:03:06)
- [x] FAILED te…
-
A consortium is defining an Array API: https://data-apis.org/array-api/latest/index.html
It seems desirable for HeAT to be as compliant as possible.
The following features are missing in HeAT (o…
-
### Description
As in the title.
### To Reproduce
```py
>>> import cupy
>>> cupy.from_dlpack(object())
Traceback (most recent call last):
File "", line 1, in
File "cupy/_core/dlpack.pyx",…
pearu updated
7 months ago
-
This project starts from the discussion in [this issue](https://github.com/tensorflow/tensorflow/issues/24453) to provide a way of conversion between Tensorflow tensor and DLPack tensor. This RFC cove…
-
DLPack is a community effort to define a common tensor data structure that could be shared by different frameworks. Currently, Pytorch and MXNet have adopted this interface, and Tensorflow is the prog…
-
### Describe the issue:
According to the spec the `stream` parameter for `__dlpack__` and `to_device` should be `Optional[Union[int, Any]]`. The current implementation just uses `None`.
### Repr…
-
hello!
I'm trying to write a simple CUDA/Python module (coincidentally using https://github.com/wjakob/nanobind to provide the dlpack integration) and I have a method that returns a cuda-allocated ar…
-
I tried pulling down a fresh version of RedisAI today and ran into some build errors (see below). The commands that I ran were:
```
git clone https://github.com/RedisAI/RedisAI.git --branch v1.0.…
-
I would like to inquire about the possibility of adding asynchronous execution support to the TensorFlow DLPack interface.
Currently, the `tensorflow.experimental.dlpack.to_dlpack` and `tensorflow.ex…