[Mlir-commits] [mlir] [mlir][sparse] Add test for COO elemwise addition (PR #107583)

Mateusz Sokół llvmlistbot at llvm.org
Fri Sep 6 06:51:14 PDT 2024


mtsokol wrote:

Ah, it didn't run because `MLIR_INCLUDE_INTEGRATION_TESTS` is off by default:
```
UNSUPPORTED: MLIR :: python/integration/dialects/linalg/opsrun.py (2146 of 2607)
UNSUPPORTED: MLIR :: python/integration/dialects/pdl.py (2147 of 2607)
UNSUPPORTED: MLIR :: python/integration/dialects/sparse_tensor.py (2148 of 2607)
UNSUPPORTED: MLIR :: python/integration/dialects/transform.py (2149 of 2607)
```

https://github.com/llvm/llvm-project/pull/107583


More information about the Mlir-commits mailing list