-
Dear authors,
thank you for your work. I am trying to run the training and I installed all the dependencies as mentioned in the readme.
I am encountering the following error:
```
Traceback (most r…
-
When building with `-DTORCH_MLIR_ENABLE_STABLEHLO=OFF` and running lit tests, I see three fails:
```
TORCH_MLIR :: Conversion/TorchToLinalg/sparse.mlir
TORCH_MLIR :: Dialect/Torch/invalid.mlir
…
-
-
Hi!
I'm trying to reshape CSR/CSC tensors. While reshaping CSR tensors works, running the `PassManager` on CSC reshape fails with:
```
Traceback (most recent call last):
File "/home/mtsokol…
-
A sparse version of a `gem.Literal` would be very useful, e.g. for FInAT dual evaluation where the dual bases are, in general, sparse tensors.
-
Hi @nullplay,
I wanted to start a discussion on Finch-MLIR MLIR tensors API. In https://github.com/pydata/sparse/tree/main/sparse/mlir_backend we have an initial Tensor class which provides constr…
-
A minimal reproducing example:
```
In [4]: adj = SparseTensor.from_edge_index(torch.LongTensor([[1,2], [1,3], [2, 3]]))
In [5]: adj.partition(3)
[1] 2709268 bus error (core dumped) ipython
…
-
### 🚀 The feature, motivation and pitch
I'm trying to write an inductor lowering for `torch._cslt_sparse_mm`, an aten op that takes has two optional tensor kwargs, `bias` and `alpha`.
https://git…
-
### System information
onnx 1.15
### What is the problem that this feature solves?
More concrete examples concerning the use of sparse tensor.
### Alternatives considered
_No response_
### Descr…
-
Hi there.
I have an error when run third cell of "learnMSA_demo.ipynb" file.
please tell my mistake.
train_filename = "/kaggle/input/egfefgegf/egf.fasta"
```jupyter-notebook
---> 45 B …