summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/GPU
AgeCommit message (Expand)Author
2025-11-21Revert "[MLIR][GPU] subgroup_mma fp64 extension" (#169049)Fabian Mora
2025-11-21[MLIR][GPU] subgroup_mma fp64 extension (#165873)Giacomo Castiglioni
2025-11-18[mlir][NVVM] Add no-rollback option to NVVM lowering passes (#168477)Matthias Springer
2025-10-14[mlir][spirv] Fix test (NFC) (#163413)Erick Ochoa Lopez
2025-09-23[MLIR][NVVM] Update TMA Load Op (#156347)Durgadoss R
2025-08-25[mlir][nvgpu] Fix nvgpu integration test (#154748)lonely eagle
2025-08-06[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)Md Abdullah Shahneous Bari
2025-07-28[mlir][Vector] Remove `vector.extractelement` and `vector.insertelement` ops ...Diego Caballero
2025-06-18[MLIR] Mark LLVM::FMAOp as legal (#144671)lorenzo chelini
2025-06-02[mlir][memref] Update tests to use memref.assume_alignment properly. (#142358)Han-Chung Wang
2025-05-28[mlir] SYCL runtime wrapper: add memcpy support. (#141647)Sang Ik Lee
2025-04-27[MLIR] Fix test run line: use `env` to set environment variableMehdi Amini
2025-04-22[mlir][gpu] Change GPU modules to globals (#135478)Christian Sigg
2025-03-28[NFC] Fix some typos in libc and mlir comments (#133374)Qinkun Bao
2025-03-26[MLIR][NVGPU] Use `gpu.dynamic_shared_memory` in tests (#133122)Guray Ozen
2025-03-26Revert "[MLIR][NVGPU] Use `gpu.dynamic_shared_memory` in tests" (#133103)Karlo Basioli
2025-03-26[MLIR][NVGPU] Use `gpu.dynamic_shared_memory` in tests (#133051)Guray Ozen
2025-02-17[MLIR][NVVM] Add `ptxas-cmd-options` to pass flags to the downstream compiler...Guray Ozen
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2025-01-21[mlir] Remove mlir-vulkan-runner and GPUToVulkan conversion passes (#123750)Andrea Faulds
2025-01-08[MLIR][GPU] Fix gpu.printf test syntax after f50f9698ad012882df8dd605f5482e28...Benjamin Kramer
2025-01-08[MLIR][GPU] Fix gpu.printf (#121940)Guray Ozen
2025-01-06[mlir][GPU] Add NVVM-specific `cf.assert` lowering (#120431)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120580 (#120729)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120548 (#120706)Matthias Springer
2024-11-08[mlir] Remove the mlir-spirv-cpu-runner (move to mlir-cpu-runner) (#114563)Andrea Faulds
2024-10-26[MLIR][NVGPU] Fix nvgpu_arrive syntax in matmulBuilder.py (#113713)Durgadoss R
2024-10-14[MLIR][NVGPU] Fix the cga_cluster.mlir test (#112191)Durgadoss R
2024-10-10[MLIR][NVGPU-Tests] Fix a failing sm90 test (#111731)Durgadoss R
2024-10-04[mlir][GPU][NFC] Move `dump-ptx.mlir` test case (#111142)Matthias Springer
2024-09-27[MLIR] Dump sass (#110227)Guray Ozen
2024-08-22[mlir][cuda] NFC: Remove accidentally committed 'asd' file. (#105491)Christian Sigg
2024-07-17[mlir][gpu] Add mlir_c_runner_utils to fix #99035Guray Ozen
2024-07-17[mlir][gpu] Use alloc OP's `host_shared` in cuda runtime (#99035)Guray Ozen
2024-07-15[mlir] Fix GPU integration test (part 2) (#98918)Matthias Springer
2024-07-15[mlir] Fix GPU integration test (#98917)Matthias Springer
2024-06-24[mlir][gpu] Add py binding for AsyncTokenType (#96466)Guray Ozen
2024-06-14[MLIR][GPU] Add gpu.cluster_dim_blocks and gpu.cluster_block_id Ops (#95245)Pradeep Kumar
2024-05-23[mlir][nvvm] Remove unused check-ptx (#93147)Guray Ozen
2024-04-18[mlir][nvgpu] Simplify TMA IR generation (#87153)Guray Ozen
2024-03-18[mlir][nvgpu] Support strided memref when creating TMA descriptor (#85652)Guray Ozen
2024-03-04[mlir] GEMM Hopper Tensor Core Integration Test (#81478)Guray Ozen
2024-02-13[mlir][nvgpu] Make `phaseParity` of `mbarrier.try_wait` `i1` (#81460)Guray Ozen
2024-01-05[mlir][gpu] Improve `gpu-lower-to-nvvm-pipeline` Documentation (#77062)Guray Ozen
2023-12-19[mlir][gpu] Productize `test-lower-to-nvvm` as `gpu-lower-to-nvvm` (#75775)Guray Ozen
2023-12-05[MLIR] Enable GPU Dialect to SYCL runtime integration (#71430)Sang Ik Lee
2023-11-27Reland "[mlir][gpu] Align reduction operations with vector combining kinds (#...Jakub Kuderski
2023-11-27[mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (#72871)Guray Ozen
2023-11-10[mlir] Add sm_90a GEMM test 128x128x128 (F32 += F16 * F16) (#69913)Guray Ozen
2023-11-10[mlir] Add sm_90a GEMM test 128x128x128 (F32 =F16*F16) with predicate (#70028)Guray Ozen