-
Thanks for your good work!
Would it be possible to add a `kDLROCMManaged` to `DLDeviceType`
in `include/dlpack/dlpack.h`?
```c++
typedef enum {
// ...
kDLROCMManaged =
} DLDeviceType;
…
-
## 🔨Work Item
**IMPORTANT:**
* This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates.
* DO NOT create a new…
-
-
Hi,
Trying to port the opengl example from VPF to VALI, it seems that GpuMem() is not accessible from python anymore.
Is it on purpose?
Y33
-
**Describe the bug**
_GetOrtValueDataType_ function in _dlpack_converter.cc_ provides mapping between DLDataType and MLDataType. Currently the mapping is missing for BFloat16 tensors(_DLDataTypeCode:…
-
To `.to_dlpack()` and `.from_dlpack()` methods in cuDF currently always perform a copy to/from the DLTensor. This is reasonable for DataFrames, as the columns of a dataframe in cuDF are not contiguous…
-
We have circulated the ideas a bit and I think it might be worthwhile kicking off some discussions.
## Background and Motivation
DLPack supported many frameworks in the python ecosystem with a …
-
### Issue type
Feature Request
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.12.0
### Custom code
Yes
### OS p…
-
- From `dpctl` to `pytorch`:
```python
import dpctl.tensor as dpt
import intel_extension_for_pytorch
import torch
array_dpctl_cpu = dpt.reshape(dpt.arange(1000, device="cpu", dtyp…
-
Dear DLPack community:
After quite a bit of discussions and coordinations, we are planning to do a ABI breaking change to add versioning and read only field to DLPack. DLPack has been a minimum sta…