-
I've tried to tackle static typing and got a vendorable protocol that can be checked statically as well as at runtime for all but one case I'm going to detail below.
Protocol
```python
import…
-
### Actual behavior
```
Build the libraries..
python3 prepare_test_libs.py
/usr/local/lib/python3.8/dist-packages/tvm/target/target.py:799: UserWarning: tvm.target.create() is being deprecated. …
-
EDIT: the relevant list for an MVP is https://github.com/Quansight-Labs/numpy_pytorch_interop/issues/87#issuecomment-1478036400.
The rest is maybe-some-day-if-need-arises.
Splitting it off gh-86…
-
NumPy has utilities that allow to create an array from a ctypes pointer in pure Python (without C++ extensions):
- https://docs.scipy.org/doc/numpy/reference/routines.ctypeslib.html#module-numpy.ctyp…
-
### 🚀 The feature, motivation and pitch
Following up on https://github.com/pytorch/pytorch/issues/68066#issuecomment-1611836317:
- a complete example of a custom op (maybe with forward/backw…
-
110 Dynamo test are failing with "Failed running call_function
-
The [`DLDeviceType` enum](https://github.com/dmlc/dlpack/blob/v0.7/include/dlpack/dlpack.h#L44-L92) enumerates the list of device types.
The TVM project defines another enumeration, `TVMDeviceExtTy…
-
IN THIS ISSUE ,I WILL POST THE SCRIPT WHICH I BUILD FOR CPP INVOKER.
-
Hi,
GPU-accelerated libraries usually pre-allocate an amount of GPU memory in order to increase their performance.
That is great if those libraries are used in isolation, but when we need to com…
-
### 🚀 The feature, motivation and pitch
I have tried a few times to add Unified Memory support to Pytorch, so as to leverage as many resources of my computer as possible while running training and in…