summaryrefslogtreecommitdiff
path: root/mlir/test/Target
AgeCommit message (Expand)Author
2025-11-21[MLIR] Drop use of REQUIRES:shell from tests (#168989)Aiden Grossman
2025-11-21[OpenMP][OMPIRBuilder] Use runtime CC for runtime calls (#168608)Nick Sarnie
2025-11-21[mlir][ROCDL] Adds wmma scaled intrinsics for gfx1250 (#165915)Muzammiluddin Syed
2025-11-21[mlir][llvm] Handle debug record import edge cases (#168774)Tobias Gysi
2025-11-20[mlir][spirv] Add support for SwitchOp (#168713)Igor Wodiany
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-19Reland "[MLIR][NVVM] Add tcgen05.mma MLIR Ops (#164356)" (#168638)Pradeep Kumar
2025-11-18Revert "[MLIR][NVVM] Add tcgen05.mma MLIR Ops" (#168583)Mehdi Amini
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-18[MLIR][NVVM] Add tcgen05.mma MLIR Ops (#164356)Pradeep Kumar
2025-11-17[MLIR][NVVM] Add support for shared::cta destination (#168056)Durgadoss R
2025-11-14[mlir][NVVM][NFC] Remove useless options form run lines (#168098)Valentin Clement (バレンタイン クレメン)
2025-11-14[MLIR][LLVM] Debug info: import debug records directly (#167812)Bruno Cardoso Lopes
2025-11-13[mlir][ROCDL] Refactor wmma intrinsics to use attributes not operands where p...Muzammiluddin Syed
2025-11-13[mlir][NVVM] Make sure barrier reduction attr can roundtrip (#167958)Valentin Clement (バレンタイン クレメン)
2025-11-13[ROCDL] Added missing cluster.ids op (gfx1250) (#167890)Ravil Dorozhinskii
2025-11-13[MLIR][LLVMIR] Add {s,u}cmp intrinsics to LLVM dialect (#167870)Robert Konicar
2025-11-13[ROCDL] Added missing s.get.named.barrier.state op (gfx1250) (#167876)Ravil Dorozhinskii
2025-11-12[mlir][NVVM] Add support for barrier0-reduction operation (#167036)Valentin Clement (バレンタイン クレメン)
2025-11-11[NVVM] Make nanosleep op duration SSA value (#167331)Guray Ozen
2025-11-10 [ROCDL] Added matrix load-transpose ops for gfx1250+ (#165564)Ravil Dorozhinskii
2025-11-07[mlir][NVVM] Add nvvm.membar operation (#166698)Valentin Clement (バレンタイン クレメン)
2025-11-07[mlir][spirv] Add validation for loop and struct tests (#166803)Igor Wodiany
2025-11-07[mlir][spirv] Enable validation of selection and phi tests (#166794)Igor Wodiany
2025-11-05[MLIR][NVVM] Fix the lowering of mbarrier.test.wait (#166555)Durgadoss R
2025-11-05[MLIR][NVVM] Update mbarrier Ops to use AnyTypeOf[] (2/n) (#165993)Durgadoss R
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2025-11-04[mlir][rocdl] Add GlobalLoadAsyncToLDS operation (#165374)Pablo Antonio Martinez
2025-11-04[MLIR][NVVM] Update Op verifiers to prevent ungraceful exits (#165677)Srinivasa Ravi
2025-11-04[MLIR][NVVM] Update redux.sync op (#166125)Srinivasa Ravi
2025-11-03[MLIR][NVVM] Add support for Convert Ops with rs-rounding mode (#165736)Stefan Mada
2025-11-03[mlir][spirv] Fix Intel SubgroupBlock* op tests (#166185)Jakub Kuderski
2025-10-31[MLIR][NVVM] Extend NVVM mma ops to support fp64 (#165380)Giacomo Castiglioni
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon
2025-10-28[mlir][ROCDL] Add tensor load and store instructions to ROCDL (#165016)Justin Rosner
2025-10-28[MLIR] Fix test after ptrtoaddr changeNikita Popov
2025-10-28[mlir][spirv] Enable validation of decorations target tests (#165229)Igor Wodiany
2025-10-27[mlir][spirv] Ensure function declarations precede definitions (#164956)Igor Wodiany
2025-10-27[mlir][spirv] Enable validation of global vars tests (#164974)Igor Wodiany
2025-10-23[MLIR][NVVM] Add support for converting fp4/6/8 to fp16x2 (#162439)Srinivasa Ravi
2025-10-22[Flang][mlir] - Translation of delayed privatization for deferred target-task...Pranav Bhandarkar
2025-10-21[mlir][LLVMIR] Remove "unsafe-fp-math" attribute support (#162782)paperchalice
2025-10-21[mlir][spirv] Remove `function-decorations-asserts.mlir` (#164383)Igor Wodiany
2025-10-20[mlir][spirv][test] Fork test to allow testing with assertions enabled (#164319)Walter Lee
2025-10-20[mlir][spirv] Remove destroyed values from ValueIDMap (#164098)Igor Wodiany
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-18[mlir][rocdl] Adds `cvt.scalef32.pk16.*` and `cvt.scalef32.sr.pk16.*` operati...Erick Ochoa Lopez
2025-10-17[ROCDL] Add gfx1250 WMMA intrinsics (#162343)Muzammil
2025-10-17[MLIR][WASM] Control flow, conversion and comparison in Wasm importer (#154674)Luc Forget
2025-10-16[MLIR][LLVM] Add inline_hint as a first class function attribute (#163324)Morris Hafner