summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/GPU
AgeCommit message (Expand)Author
2025-08-13[MLIR][GPU][XeVM] Add XeVM target and XeVM dialect integration tests. (#148286)Sang Ik Lee
2025-07-10[MLIR][GPU] Add xevm-attach-target transform pass. (#147372)Sang Ik Lee
2025-04-29[MLIR][GPU] Add a pattern to rewrite gpu.subgroup_id (#137671)Alan Li
2025-04-23[mlir][AMDGPU] Implement gpu.subgroup_reduce with DPP intrinsics on AMD GPUs ...Muzammil
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-09-18[mlir][gpu] Disjoint patterns for lowering clustered subgroup reduce (#109158)Andrea Faulds
2024-09-17[mlir][gpu] Rename two misspelled pattern population functions (#109015)Andrea Faulds
2024-01-02[mlir][gpu] Add subgroup_reduce to shuffle lowering (#76530)Jakub Kuderski
2023-12-28[mlir][gpu] Add patterns to break down subgroup reduce (#76271)Jakub Kuderski
2023-12-19[mlir][gpu] Productize `test-lower-to-nvvm` as `gpu-lower-to-nvvm` (#75775)Guray Ozen
2023-10-24[mlir] Fix nvvm integration tests build error (#70113)Guray Ozen
2023-10-24[mlir] Change default NVVM compilation to `fatbin` from `bin` (#70052)Guray Ozen
2023-10-24[MLIR] Fixes NVGPU Integration Test Passes Ordering (#69934)Guray Ozen
2023-10-04[MLIR] Use `test-lower-to-nvvm` for sm_90 Integration Tests on GitHub (#68184)Guray Ozen
2023-10-04[mlir] Add `opt-level` to `test-lower-to-nvvm` Pipeline (#68183)Guray Ozen
2023-09-14[mlir][gpu][NVPTX] Enable NVIDIA GPU JIT compilation path (#66220)Fabian Mora
2023-09-13[mlir] Split up VectorToLLVM passKrzysztof Drewniak
2023-09-11[mlir][gpu] Deprecate gpu::Serialization* passes. (#65857)Fabian Mora
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-07-24Cleanup CMake dependencies from unnecessary libraries in mlir/test/lib/Dialec...Mehdi Amini
2023-07-24Revert "[mlir][gpu][transforms] Only depend on ExecutionEngine if MLIR_ENABLE...Mehdi Amini
2023-07-25[mlir][gpu][transforms] Only depend on ExecutionEngine if MLIR_ENABLE_CUDA_RU...Nicolas Vasilache
2023-07-24Revert "[mlir][gpu] Fallback to JIT compilation" "[mlir][gpu] Increase defaul...Mehdi Amini
2023-07-24[mlir][gpu] Increase default SM version from 35 to 50Guray Ozen
2023-07-24[mlir][gpu] Improving Cubin Serialization with ptxas CompilerGuray Ozen
2023-07-17[mlir][test] Fix linking error post test-lower-to-nvvmNicolas Vasilache
2023-07-17[mlir][test] Fix linking error post test-lower-to-nvvmNicolas Vasilache
2023-05-25[mlir][gpu] Add a pattern for transforming gpu.global_id to thread + blockId ...Fabian Mora
2023-05-16[mlir][GPU] Rename MLIRGPUOps CMake target to MLIRGPUDialectMatthias Springer
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-06-09[mlir][gpu] Move GPU headers into IR/ and Transforms/Mogball
2022-05-30[MLIR][GPU] Expose GpuParallelLoopMapping as non-test pass.Christian Sigg
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2022-03-01[mlir] Trim a huge number of unnecessary dependencies on the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-07[MLIR] Split out GPU ops library from TransformsUday Bondhugula
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini