summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/SCFToGPU
AgeCommit message (Expand)Author
2025-11-20[MLIR][SCFToGPU] Guard operands before AffineApplyOp::create to avoid crash (...Shashi Shankar
2025-10-30[mlir][gpu] Loose the condition to convert scf.parallel to gpu.launch (#164978)Hsiangkai Wang
2025-01-23[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)Tuomas Kärnä
2024-01-06[mlir][gpu] Add Support for Cluster of Thread Blocks in `gpu.launch` (#76924)Guray Ozen
2023-12-20[mlir][SCF] `scf.parallel`: Make reductions part of the terminator (#75314)Matthias Springer
2023-12-20[mlir] fix a crash when lower parallel loop to gpu (#75811) (#75946)long.chen
2023-11-27[mlir][affine][gpu] Replace DivSIOp to CeilDivSIOp when lowering to GPU launc...Hsiangkai Wang
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-09-17[mlir] use strided layout in structured codegen-related testsAlex Zinenko
2022-08-22[MLIR][GPU] Detect bounds with `arith.minsi ` in loops-to-gpuChristian Sigg
2022-06-09[mlir][gpu] Change ParalellLoopMappingAttr to AttrDefMogball
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-08[mlir] Update FuncOp conversion passes to Pass/InterfacePass<FunctionOpInterf...River Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle
2020-11-13[mlir][gpu] Only transform mapped parallel loops to GPU.Stephan Herhut
2020-10-20[mlir] Use affine dim instead of symbol in SCFToGPU lowering.Tres Popp
2020-09-25[mlir][SCFToGPU] LaunchOp propagate optional attributesArtur Bialas
2020-06-12Enable FileCheck -enable-var-scope by default in MLIR testMehdi Amini
2020-06-10[MLIR][Standard] Make the `dim` operation index an operand.Frederik Gossen
2020-06-09Change filecheck default to dump input on failureMehdi Amini
2020-06-01[mlir][SCFToGPU] Remove conversions from scf.for to gpu.launch.MaheshRavishankar
2020-05-20[mlir] NFC: rename tests related to SCF dialect from Loops to SCFAlex Zinenko