-
**Is your feature request related to a problem? Please describe.**
Support batching variable size tensors using nested tensors (https://pytorch.org/tutorials/prototype/nestedtensor.html)
To avoid pa…
-
**Describe the bug**
New conv api i.e., ttnn.conv2d returns list of int and tensor ([output_tensor, _out_height, _out_width, self.weights, self.bias]]. As type output visualizer is not enabled for …
-
It should be possible to represent amounts represented as tensors.
Maybe its possible to utilize the Generic Math features to make the type of the amount generic.
### References
- [Tensor.N…
-
`[nltk_data] Downloading package wordnet to /home/ahojel/nltk_data...
[nltk_data] Package wordnet is already up-to-date!
[nltk_data] Downloading package omw-1.4 to /home/ahojel/nltk_data...
[nltk…
-
Hi, I am trying to integrate this with the e3nn package.
For the SO3Embedding class, how can I convert that to an irrep which is compatible with the convention e3nn?
My implementation (not sure th…
liyy2 updated
8 months ago
-
This is a brief example that has been edited from the README.md file:
```python
import torch
import torch.nn as nn
import torch.optim as optim
from flashfftconv import FlashDepthWiseConv1d
B=4
…
-
**Describe the bug**
Circular Buffers currently FATAL when trying to set page size to a non-multiple of 4 bytes (uint32_t).
**To Reproduce**
Steps to reproduce the behavior:
Try to create a buffer wi…
-
OpenFHE's MakePackedPlaintext will zero-pad to the ring degree N, and this breaks the rotate-and-reduce trick, so instead in the simple_sum_test.cpp test harness, I manually repeat the coefficients cy…
-
I use the ANI-1xnr potential, outlined in a recent publication (Nat. Chem., 2024. https://doi.org/10.1038/s41557-023-01427-3), alongside TorchANI, to explore O-H fluids at 1000 K and 1 GPa. The simula…
-
Is it possible to reduce the memory usage from spiking to 15ish GB when doing text2img? I'm currently following [this guide](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/flux.md) an…