summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_binary.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-05-09[mlir][sparse] Change sparse_tensor.print format (#91528)Yinying Li
2024-03-04[mlir][sparse] migration to sparse_tensor.print (#83926)Aart Bik
2024-02-17[mlir][sparse] Fix memory leaks (part 2) (#81979)Matthias Springer
2023-11-15Changed all code and comments that used the phrase "sparse compiler" to inste...Tim Harvey
2023-09-15[mlir][sparse][tensor] replace bufferization with empty tensor (#66450)Aart Bik
2023-09-14[mlir][sparse] Migrate more tests to use new syntax (#66443)Yinying Li
2023-09-13[mlir][sparse] Migrate tests to use new syntax (#66146)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-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-14[mlir][sparse] Make the remaining 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-09-06[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.Christian Sigg
2022-08-01[mlir][sparse] fix asan leak of two sparse vectorsAart Bik
2022-07-27[mlir][sparse] Add arith-expand pass to the sparse-compiler pipeline.bixia1
2022-07-19[mlir][bufferization][NFC] Move sparse_tensor.release to bufferization dialectMatthias Springer
2022-07-14[mlir][sparse] Switch to One-Shot BufferizeMatthias Springer
2022-06-27[mlir][sparse] remove redundant whitespaceAart Bik
2022-06-27[mlir][sparse]more integration test cases for sparse_tensor.BinaryOpPeiming Liu
2022-06-02[mlir][sparse][NFC] Switch InitOp to bufferization::AllocTensorOpMatthias Springer
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-05-03[mlir][sparse] Add lowering for unary and binary opsJim Kitchen