-
This probably belongs on a discussion page....but I work in solid state physics and often have to calculate sparse tensors with very few irreducible entries and I was hoping to use this package to spe…
-
The row tensor product in the `%X%`-operator (https://github.com/boost-R/mboost/blob/master/R/bl.R#L1111) may fail for large matrices due to a stack overflow or "long vectors not supported yet"-error.…
-
### 🐛 Describe the bug
Related:
* https://github.com/pytorch/pytorch/issues/124289
* https://github.com/pytorch/pytorch/issues/109607
```python
"""Demonstrate torch.compile error on transform…
-
when I use cutlass template to write my own gemm kernel, I meet a Internal error, even I follow the settings provided by cutlass profiler.
The full code is as below:
#include
#include…
-
The following code
```
set_random_seed(2)
L = lie_algebras.sl(QQ, 2)
U = L.universal_enveloping_algebra()
PBW = L.pbw_basis()
E, F, H = PBW.algebra_generators()
Q = QuadraticForm(QQ, 2, [1,0,1])
C …
-
exmaples codes
```python
import torch
from transformers import LlamaTokenizer, LlamaForCausalLM
from sageattention import sageattn
import torch.nn.functional as F
F.scaled_dot_product_attent…
-
When?
- If using (tensor product) Gauss-Legendre points,
- or if using Lobatto-Gauss-Legendre points with permission to lump (#348).
This is related to #349, but for the inverse operator.
Samp…
-
I was comparing code generation in Ghidra, and when I looked at the regular `einsum` call, there was a lot of code being generated. When I compared it to the `execute_generic` function I wrote for the…
-
As discussed yesterday with @fingolfin : At the moment it is not possible to write generic code which uses functions like `direct_sum`, `tensor_product`, or even `hom`. The reason is that, depending o…
-
### Description of the bug:
Hello,
I'm encountering an issue when trying to export a model to tflite with quantization. It appears that the tensor shapes are being altered incorrectly somewher…