-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
v1.12.1-117097-gecf05620570 2.19.0-dev20241016
### Custom code
No
###…
-
When users get the ort values and do stuff to them, what the experience will be: Currently they will call .numpy() and ortvalue_from_numpy() and some io binding if the tensor is on cuda. With `__dlpac…
-
Hi @pabloferz!
Following your kind invitation, here's a prototype of what I would like to achieve in [DifferentiationInterfaceJAX.jl](https://github.com/gdalle/DifferentiationInterfaceJAX.jl): call…
-
Based on discussion in dmlc/dlpack#57, `array.__dlpack__` method supports `stream` keyword, implementing @tqchen's [suggestion](https://github.com/dmlc/dlpack/issues/57#issuecomment-753696812) for syn…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.10
…
-
Can you please provide a minimalistic example of using cuda shared memory from a client application which streams preprocessed pytorch tensors located in GPU to the pytriton server.
The pytriton serv…
-
### Describe the issue:
reduction (e.g. xp.sum) are expected to produce arrays, but in numpy they produce scalars, that don't follow array api specifications (e.g. I can't use dlpack on those).
…
-
The specification page for [`__dlpack__`](https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.__dlpack__.html) requires the following two, conflicting things:
for the…
-
### 🚀 The feature, motivation and pitch
Currently, dlpack-related functions in PyTorch like _getDLDevice()_ do not include device privateuseone, so custom backend users can not support dlpack on some…
-
## Feature request
It would be really useful if we could construct `DeviceNDArray` objects from [DLPack objects]( https://github.com/dmlc/dlpack ). Similarly it would be useful if we could …