-
Hi Dmitry,
I am trying to understand a bit more about how the library works (and couldn't find another way to contact you). Does the binding go via Python (i.e., does Python become a dependency of th…
-
Hi
When I try to install the pytorch bindings I get the message that gcc versions later than 12 are not supported. My gcc version is `gcc (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4)` and os is Fedora3…
-
Will there be an official pypi installation for FUSS? Or, are the below officially supported?
https://pypi.org/project/faiss-cpu/
https://pypi.org/project/faiss-gpu/
For strategic reasons, we s…
-
# Feature Request
Hi @alexeedm,
for my studies I included the pytorch package "PyTorch-Geometric" [1] in the torchfortran bindings to be able to open and do inferencing on models including torch-g…
-
```
import torch
print(torch.ops.aten.sym_size.int._schema)
print(torch.ops.aten.sym_size.int._schema.returns[0].type)
```
produces:
```
aten::sym_size.int(Tensor self, int dim) -> SymInt
int
…
-
## 🚀 Feature
It would be great if the auto-generated Declarations.yaml were available in the pre-built LibTorch distributions. That way, generated external bindings can use the libtorch distributions…
-
### 🐛 Describe the bug
Following the instructions
https://github.com/pytorch/executorch/tree/main/examples/arm
after successfully completing
```
# Step [1] - setup necessary tools
$ ./setup.sh…
-
I'm looking to build an automatic differentiation library for TPUs without using high-level front-ends like TensorFlow/JAX/PyTorch-XLA, but I'm finding information about lower-level TPU usage is pract…
-
### 🚀 The feature, motivation and pitch
It would be good to make sure we have strong exposure of our expression evaluator. Going to note some interfaces we would likely want to expose:
Input bindi…
-
# [RFC] Aten Operators in Triton for Multi-backend support
## Abstract
This RFC discusses
1. the benefits and challenges of developing dispatch functions for Aten operators in Triton.
2. a…