aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Conversion
AgeCommit message (Expand)AuthorFilesLines
2024-08-28Move stepvector intrinsic out of experimental namespace (#98043)Maciej Gabka3-5/+5
2024-08-27[mlir][spirv] Integrate `convert-to-spirv` into `mlir-vulkan-runner` (#106082)Angel Zhang1-0/+110
2024-08-27[mlir] Support emit fp16 and bf16 type to cpp (#105803)Jianjian Guan2-13/+12
2024-08-26[MLIR][AMDGPU] Introduce fp16 packed arithmetic (#105688)Giuseppe Rossini3-2/+53
2024-08-23[mlir][Transforms] Dialect conversion: Make materializations optional (#104668)Matthias Springer1-3/+2
2024-08-21[MLIR][OpenMP] Add missing OpenMP to LLVM conversion patterns (#104440)Sergio Afonso1-0/+94
2024-08-21[mlir][vector] Add more tests for ConvertVectorToLLVM (5/n) (#104784)Hugo Trachino1-105/+127
2024-08-21[MLIR][MathDialect] fix fp32 promotion crash when encounters scf.if (#104451)Ivy Zhang1-0/+40
2024-08-20[mlir][gpu] Add extra value types for gpu::ShuffleOp (#104605)Finlay1-13/+61
2024-08-20[mlir][spirv] Support `gpu` in `convert-to-spirv` pass (#105010)Angel Zhang2-0/+184
2024-08-20[mlir][EmitC] Model lvalues as a type in EmitC (#91475)Simon Camphausen4-57/+69
2024-08-20[mlir][EmitC] Do not convert illegal types in EmitC (#104571)Longsheng Mou1-0/+16
2024-08-19[mlir][[spirv] Add support for math.log2 and math.log10 to GLSL/OpenCL SPIRV ...meehatpa2-28/+60
2024-08-16[mlir][emitc] Add 'emitc.switch' op to the dialect (#102331)Andrey Timonin1-0/+117
2024-08-16[mlir][AMDGPU] Implement AMDGPU DPP operation in MLIR. (#89233)stefankoncarevic1-0/+139
2024-08-16[mlir][vector] Add more tests for ConvertVectorToLLVM (4/n) (#103391)Andrzej Warzyński1-6/+93
2024-08-16[MLIR][GPU-LLVM] Add GPU to LLVM-SPV address space mapping (#102621)Victor Perez1-4/+16
2024-08-15[mlir][Transforms] Dialect conversion: Build unresolved materialization for r...Matthias Springer1-2/+2
2024-08-15[mlir][test] XFAIL little-endian-only tests on SPARC (#103726)Rainer Orth1-1/+1
2024-08-13[mlir][vector] Add more tests for ConvertVectorToLLVM (3/n) (#102854)Andrzej Warzyński1-6/+85
2024-08-13[mlir][GPU] Improve `gpu.module` op implementation (#102866)Matthias Springer2-2/+2
2024-08-12[mlir][spirv] Add tests for `scf.while` and `scf.for` in `convert-to-spirv` p...Angel Zhang1-0/+33
2024-08-12Enable attaching LLVM loop annotations to scf.for (#102562)xiaoleis-nv1-1/+23
2024-08-12[mlir][vector] Add scalable lowering for `transfer_write(transpose)` (#101353)Benjamin Maxwell2-2/+121
2024-08-12[mlir][spirv] Add atan and atan2 pattern to MathToSPIRV Conversion pass (#102...meehatpa2-74/+94
2024-08-09[mlir][spirv] Support `memref` in `convert-to-spirv` pass (#102534)Angel Zhang1-0/+65
2024-08-09[MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (#101664)Victor Perez1-0/+126
2024-08-09[mlir][vector] Add more tests for ConvertVectorToLLVM (2/n) (#102203)Andrzej Warzyński1-0/+180
2024-08-08[mlir][vector] Add more tests for ConvertVectorToLLVM (1/n) (#101936)Andrzej Warzyński1-0/+236
2024-08-02[mlir][arith][spirv] Convert arith.truncf rounding mode to SPIR-V (#101547)Andrea Faulds2-2/+34
2024-07-31[MLIR][OpenMP] NFC: Sort clauses alphabetically (2/2) (#101194)Sergio Afonso1-1/+1
2024-07-31[mlir][emitc] Lower arith.divui, remui (#99313)Corentin Ferry2-0/+34
2024-07-30[MLIR][AMDGPU] Add amdgpu.sched_barrier (#98911)Manupa Karunaratne1-0/+31
2024-07-30[mlir][nvgpu] Add `nvgpu.rcp` OP (#100965)Observer0071-0/+15
2024-07-26[mlir][spirv] Support `vector.step` in vector to spirv conversion (#100651)Angel Zhang1-0/+26
2024-07-25[MLIR][GPUToNVVM] support fastMath and other non-supported mathOp (#99890)runseny1-21/+236
2024-07-24[mlir] Add optimization attrs for gpu-to-llvmspv function declarations and ca...Finlay1-58/+228
2024-07-24[mlir][spirv] Implement vector unrolling for `convert-to-spirv` pass (#100138)Angel Zhang9-7/+153
2024-07-23[mlir] Rename memory attribute to memory_effects in llvmir dialect (#100108)Finlay1-1/+1
2024-07-22[mlir][spirv] Fix bug for `vector.broadcast` op in `convert-vector-to-spirv` ...Angel Zhang1-0/+13
2024-07-19[TOSA] Add lowering for `tosa.sin` and `tosa.cos` (#99651)Dhruv Chauhan1-0/+8
2024-07-17[mlir][spirv] Implement vector type legalization for function signatures (#98...Angel Zhang8-7/+154
2024-07-17[MLIR][ROCDL] Refactor conversion of math operations to ROCDL calls to a sepa...Jan Leyonberg1-0/+435
2024-07-16[mlir][vector] Make the in_bounds attribute mandatory (#97049)Andrzej Warzyński1-3/+3
2024-07-15[mlir][Transforms] Dialect conversion: Fix missing source materialization (#9...Matthias Springer1-2/+2
2024-07-14[mlir][spirv] Handle scalar shuffles in vector to spirv conversion (#98809)Jakub Kuderski1-0/+24
2024-07-10[mlir][emitc] Lower arith.index_cast, arith.index_castui, arith.shli, arith.s...Corentin Ferry2-8/+213
2024-07-09[mlir][amdgpu] Add support for multi-dim arith.truncf/extf fp8 lowering (#98074)Rob Suderman1-0/+58
2024-07-09[MLIR] Add the convergent attribute to the barrier and shuffle ops (#97807)Finlay1-9/+9
2024-07-09[mlir][vector] Propagate scalability to gather/scatter ptrs vector (#97584)Cullen Rhodes1-0/+25