summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor/GPU
AgeCommit message (Expand)Author
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-10-04[mlir][GPU][NFC] Move `dump-ptx.mlir` test case (#111142)Matthias Springer
2024-05-09[mlir][sparse] Change sparse_tensor.print format (#91528)Yinying Li
2024-05-07[mlir][sparse] force a properly sized view on pos/crd/val under codegen (#91288)Aart Bik
2024-03-04[mlir][sparse] add dim/lvl information to sparse_tensor.print (#83913)Aart Bik
2024-03-04[mlir][sparse][gpu] migration to sparse_tensor.print (#83510)Aart Bik
2024-02-08[mlir][sparse] Implement parsing n out of m (#79935)Yinying Li
2024-01-05[mlir][gpu] Improve `gpu-lower-to-nvvm-pipeline` Documentation (#77062)Guray Ozen
2024-01-02[mlir][sparse] recognize NVidia 2:4 type for matmul (#76758)Aart Bik
2023-12-19[mlir][gpu] Productize `test-lower-to-nvvm` as `gpu-lower-to-nvvm` (#75775)Guray Ozen
2023-11-16[mlir][sparse] implement direct IR alloc/empty/new for non-permutations (#72585)Aart Bik
2023-11-15Changed all code and comments that used the phrase "sparse compiler" to inste...Tim Harvey
2023-11-14[mlir][sparse][gpu] re-enable all GPU libgen tests (#72185)Aart Bik
2023-11-09[mlir][sparse] temporarily disable BSR GPU libgen tests. (#71870)Peiming Liu
2023-11-08[mlir][sparse][gpu] cleanup GPUDataTransferStrategy (#71615)Aart Bik
2023-11-03[MLIR][LLVM] Remove typed pointer remnants from integration tests (#71208)Christian Ulmann
2023-10-19[mlir][sparse] support BSR for cuSPARSE (libgen path only) (#69646)Aart Bik
2023-09-28[mlir][sparse][gpu] add CSC to libgen GPU sparsification using cuSparse (#67713)Aart Bik
2023-09-28[mlir][vector] add result type to vector.extract assembly format (#66499)Cullen Rhodes
2023-09-15[mlir][sparse] Migrate tests to use new syntax (#66543)Yinying Li
2023-09-15[mlir][sparse][tensor] replace bufferization with empty tensor (#66450)Aart Bik
2023-09-14[mlir][gpu][NVPTX] Enable NVIDIA GPU JIT compilation path (#66220)Fabian Mora
2023-09-14[mlir][sparse] Migrate more tests to new syntax (#66309)Yinying Li
2023-09-13Revert `Add host-supports-nvptx requirement to lit tests` (#66102 and #66129)...frgossen
2023-09-12Add host-supports-nvptx requirement to lit tests (#66129)frgossen
2023-09-12Add host-supports-nvptx requirement to lit tests (#66102)frgossen
2023-09-09Reland [mlir][test][gpu] Migrate CUDA tests to the TargetAttr compilation wor...Fabian Mora
2023-09-09Revert "[mlir][test][gpu] Migrate CUDA tests to the TargetAttr compilation wo...Fabian Mora
2023-09-09[mlir][test][gpu] Migrate CUDA tests to the TargetAttr compilation workflow (...Fabian Mora
2023-08-23[mlir][sparse] Changed sparsity properties to use _ instead of -Yinying Li
2023-08-15[mlir][sparse][gpu] enable SpGEMM on GPU for libgen pathAart Bik
2023-08-11[mlir][VectorOps] Use SCF for vector.print and allow scalable vectorsBenjamin Maxwell
2023-08-10[mlir][sparse][gpu] sparsifier GPU libgen for SpGEMM in cuSparseAart Bik
2023-08-09Revert "[mlir][VectorOps] Use SCF for vector.print and allow scalable vectors"Mehdi Amini
2023-08-09[mlir][VectorOps] Use SCF for vector.print and allow scalable vectorsBenjamin Maxwell
2023-08-01[mlir][sparse][gpu] introduce flag that controls host to device copy strategi...K-Wu
2023-08-01[mlir][sparse][gpu] add 2:4 spmm prune_and_check flagKun Wu
2023-07-15[mlir][sparse][gpu] add the 2:4 spmm integration test from linalgKun Wu
2023-07-14[mlir][sparse][gpu][nvidia] add pruning step and check to 2:4 matrix multipli...Aart Bik
2023-07-13[mlir][sparse][gpu] minor improvements in 2:4 exampleAart Bik
2023-07-13[mlir][gpu] Add dump-ptx optionGuray Ozen
2023-06-30[mlir][sparse][gpu] reuse CUDA environment handle throughout instance lifetimeKun Wu
2023-06-20[mlir][sparse][gpu] extend SDDMM gpu testAart Bik
2023-06-19[mlir][sparse][gpu] remove tuple as one of the spmm_buffer_size output typeKun Wu
2023-06-15[mlir][sparse][gpu] recognizing sddmm pattern in GPU libgen pathKun Wu
2023-06-15[mlir][sparse][gpu] enable sm80+ sparsity integration test only when explicit...Kun Wu
2023-06-13[mlir][sparse][GPU] add 2:4 integration testKun Wu
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-25[mlir][sparse][gpu] end to end test for matmulAart Bik