-
Hi,
I am trying to use the kokkos cuda built kokkos nvcc_wrapper to compile the following code containing pybind11 directives.
```#include
#include
#include
#include
using namespace torch;
us…
-
I was wondering if there's any documentation on how one would go about writing new bindings for something like Tensorflow.
I didn't find anything, but at a glance (from quickly scanning the codeba…
-
**Describe the project you are working on:**
[Vulkan Kompute](https://github.com/EthicalML/vulkan-kompute) is a GPU processing framework built to augment Vulkan's computing capabilities, standardis…
-
Splitting https://github.com/pytorch/pytorch/issues/81185 into two. This one focusses on the MPS side of the problem with the following repro:
```python
# bug_demo.py
import torch
n_trials = 1…
-
`pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn#subdirectory=bindings/torch imageio_download_bin freeimage`
Error is
ARNING: Implying --no-binary=:all: due…
-
## Bug Description
Cannot compile the [SwinIR model](https://github.com/JingyunLiang/SwinIR).
Error message:
```
Traceback (most recent call last):
File "main.py", line 61, in
com…
-
I find the obstacle_msgs in your repo, but i can not find VisionWorks....
zssjh updated
6 years ago
-
One of the things @gchanan keeps telling me we should do (and we still haven't done, all these years later), is get rid of torch.set_default_tensor_type. Why is it bad? Let me count the ways:
* It …
-
I am trying to use this incredible new library you are working on. And following your example in the arxiv notebook I received this error:
![image](https://github.com/user-attachments/assets/cb0c92ba…
-
## 🚀 Feature
[jit] Support `torch.Tensor.numel()` and `torch.Size.numel()` properly in tracing.
## Motivation
Currently, tracing `x.numel()` causes the number of elements of `x` to be statically…
lqf96 updated
3 years ago