summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_codegen_foreach.mlir
AgeCommit message (Expand)Author
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2024-08-15[MLIR][test] Run SVE and SME Integration tests using qemu-aarch64 (#101568)Zhaoshi Zheng
2024-03-11[mlir][sparse] Migrate more tests to use sparse_tensor.print (#84833)Yinying Li
2023-11-15Changed all code and comments that used the phrase "sparse compiler" to inste...Tim Harvey
2023-09-15[mlir][sparse] Migrate tests to use new syntax (#66543)Yinying Li
2023-09-14[mlir][sparse] Migrate more tests to use new syntax (#66443)Yinying Li
2023-09-14[mlir][sparse] Migrate more tests to new syntax (#66309)Yinying Li
2023-08-23[mlir][sparse] Changed sparsity properties to use _ instead of -Yinying Li
2023-08-11[mlir][test] Reland: Refactor SparseTensor CPU integration testsAndrzej Warzynski
2023-08-02Revert "[mlir][test] Refactor SparseTensor CPU integration tests"Aart Bik
2023-08-02[mlir][test] Refactor SparseTensor CPU integration testsAndrzej Warzynski
2023-05-30[mlir][sparse] Combining `dimOrdering`+`higherOrdering` fields into `dimToLvl`wren romano
2023-05-17[mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano
2023-04-26[mlir][test][Integration] Refactor Arm emulator configurationCullen Rhodes
2023-02-15Reland "[mlir] Make the vast majority of intgration and runner tests work on ...Markus Böck
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck
2023-02-09[mlir][sparse] Port the remaining integration tests to use SVEAndrzej Warzynski
2022-12-13[mlir][sparse] Make some integration tests run with vectorization.bixia1
2022-12-13Revert "[mlir][sparse] Make some integration tests run with vectorization."Jakub Kuderski
2022-12-13[mlir][sparse] Make some integration tests run with vectorization.bixia1
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang
2022-11-16[mlir][sparse] Make integration tests run on both library and codegen pathes.bixia1
2022-11-14[mlir][sparse] fix memory leak in test casesPeiming Liu
2022-11-14[mlir][sparse][NFC] Add comments to tests that are run for with and without r...bixia1
2022-11-12[mlir][sparse] fix incorrect coordinates ordering computed by the foreach ope...Peiming Liu
2022-11-11[mlir][sparse] Extend more integration to run on the codegen path.bixia1
2022-11-09[mlir][sparse] extend foreach operation to iterator over sparse constant.Peiming Liu
2022-10-21[mlir][sparse] support foreach on dense tensor.Peiming Liu
2022-10-04[mlir][sparse] support singleton in loop emitter.Peiming Liu
2022-09-30[mlir][sparse] Add new utility class to help generates loop structures over s...Peiming Liu