[Mlir-commits] [mlir] [mlir][vector]add foldConstantOp fold function and apply it to extractOp and insertOp. (PR #124399)
lonely eagle
llvmlistbot at llvm.org
Sun Jan 26 10:33:37 PST 2025
linuxlonelyeagle wrote:
I seem to be having some problems, I don't seem to be able to turn on integration testing.
```
./llvm-project/build/bin/llvm-lit -v llvm-project/mlir/test/Integration/Dialect/Vector/CPU/
xxxx
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/ArmSME/test-setArmSVLBits.mlir (68 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/outerproduct-i64.mlir (69 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/AMX/tilezero.mlir (70 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/ArmSME/transfer-write-2d.mlir (71 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/ArmSVE/arrays-of-scalable-vectors.mlir (72 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir (73 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/transfer-write.mlir (74 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/fma.mlir (75 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/ArmSVE/test-setArmVLBits.mlir (76 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/ArmSVE/scalable-interleave.mlir (77 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/compress.mlir (78 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/broadcast.mlir (79 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/X86Vector/dot.mlir (80 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/print-int.mlir (81 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/sparse-dot-matvec.mlir (82 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/shuffle.mlir (83 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/contraction.mlir (84 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/transpose.mlir (85 of 86)
UNSUPPORTED: MLIR :: Integration/Dialect/Vector/CPU/AMX/muli-full.mlir (86 of 86)
Testing Time: 0.14s
Total Discovered Tests: 86
Unsupported: 86 (100.00%)
```
https://github.com/llvm/llvm-project/pull/124399
More information about the Mlir-commits
mailing list