aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
3 hours[MLIR][Utils] Fix overflow in constantTripCount for narrow types (#179985)Jhalak Patel1-0/+4
4 hours[mlir][amdgpu] Update TDM ops to use the new barrier type, improve docs (#180...Krzysztof Drewniak1-2/+3
4 hours[mlir][AMDGPU] Change width of LDS barrier count (#180554)Krzysztof Drewniak1-2/+2
11 hours[MLIR][Python] Support dynamic traits in python-defined dialects (#179705)Twice2-0/+101
16 hours[mlir][vector] Wrapping `populateFlattenVectorTransferPatterns` as a transfor...Arun Thangamani1-0/+18
25 hours[llvm] Remove "no-infs-fp-math" attribute support (#180083)paperchalice1-1/+0
3 days[mlir][AMDGPU] Avoid verifier crash in DPPOp on vector operand types (#178887)Ayush Kumar Gaur1-2/+13
3 days[mlir][GPU] Verify known_{block,grid,cluster}_size is at least 1 (#179886)woruyu1-2/+8
3 days[MLIR][Python] Remove partial LLVM APIs in python bindings (4/n) (#180256)RattataKing3-12/+8
3 days[mlir][AMDGPU] Add wrappers for in-memory barriers on gfx1250 (#180112)Krzysztof Drewniak2-0/+241
3 days[mlir][gpu] Add NoMemoryEffect to gpu.subgroup_reduce op (#180227)fabrizio-indirli1-1/+1
3 days[NFC] Change the FuncOp 'UnitAttr's to not be an 'optional'. (#180209)Erich Keane1-24/+10
3 days[CIR] Add tons of function infra, plus a handful of attributes (#179811)Erich Keane2-15/+28
4 days[MLIR][XeGPU] Refactor layout propagation utilities (#179016)Jianhui Li6-66/+275
4 daysRevert "Reland "[NVPTX] Validate user-specified PTX version against SM versio...Justin Fargnoli3-5/+6
4 days[mlir] disable folding collapse expand to cast (#179209)ofri frishman1-1/+2
4 days[MLIR][Python] Add llvm raw fd ostream c api (#179770)RattataKing3-10/+60
4 days[MLIR][NFC] Use toVector instead toStringRef (#179998)Guray Ozen1-1/+1
4 daysRevert "[mlir][ExecutionEngine] Fix missing return from operator==() in `Owni...Qinkun Bao1-2/+1
4 days[MLIR] Fix use-after-free in Remark by owning string data (#179889)Guray Ozen1-11/+16
4 daysReland "[NVPTX] Validate user-specified PTX version against SM version" (#179...Justin Fargnoli3-6/+5
5 daysIR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault3-2/+39
5 days[mlir][ExecutionEngine] Fix missing return from operator==() in `OwningMemRef...Ilgar Gamidov1-1/+2
5 days[mlir][shard,mpi][NFC] Add missing header (#179777)Jordan Rupprecht1-0/+1
5 days[MLIR][Python] Remove partial LLVM APIs in python bindings (3/n) (#178984)RattataKing4-60/+67
5 days[mlir][shard,mpi] Fixing lowering allgather shard->mpi->llvm (#178870)Frank Schlimbach2-0/+44
5 days[mlir][emitc] Update the `WrapFuncInClassPass` pass (#179184)Andrzej Warzyński2-4/+14
5 days[Flang][mlir][OpenMP] Add affinity clause to omp.task and Flang lowering (#17...Chi-Chun, Chen2-3/+26
5 days[mlir][tosa] Add support for boolean cast/gather/scatter operations (#177693)Luke Hutton1-7/+21
6 days[mlir][spirv] Update op examples that diverged from assemblyFormat. NFC. (#17...Jakub Kuderski7-27/+27
6 days[mlir][tosa]: Add MIN_SHAPE, MAX_SHAPE Ops folders (#179488)Udaya Ranga1-0/+4
6 days[MLIR][Arith] Fix crash in `arith.select` verification with mixed types (#178...mitchell1-1/+3
6 days[CIR] Implement 'allocsize' function/call attribute lowering (#179342)Erich Keane2-0/+4
6 days[mlir][spirv] Add SPV_EXT_float8 support (#179246)Davide Grohmann3-4/+33
6 days[mlir][spirv] Add Activation operators to TOSA Extended Instruction S… (#17...Davide Grohmann3-3/+182
7 days[mlir][tosa]: Add Binary Shape Ops folders (#178877)Udaya Ranga1-0/+10
7 days[MLIR][XeGPU] Reorganize uArch for easier extension (#178907)Artem Kroviakov2-20/+36
7 days[mlir][tensor] Emit diagnostics for unranked tensor reshape ops instead of as...Samarth Narang1-3/+3
7 days[mlir][scf] Fix trip count signedness and overflow in SCF Utils (#178782)Jhalak Patel1-2/+1
7 days[NFC][mlir][SPIRV] Fix mix up in comments (#179285)Samarth Narang1-2/+2
7 days[mlir][Utils] Add overflow<nsw> flags to dimension calculations in ReshapeOps...Zhewen Yu1-2/+4
7 daysFix outdated docs with vector.reduce instead of vector.reduction (#178111)Noah Prisament1-1/+1
7 days[mlir][ROCDL] do not hardcode partial lld path in utilities (#179201)Oleksandr "Alex" Zinenko1-1/+1
7 days[CIR] Implement lowering for 'no-builtins' attributes (#178899)Erich Keane2-0/+23
7 daysRevert "[mlir][Interfaces] Add `ExecutionProgressOpInterface` + folding patte...Matthias Springer8-111/+5
7 days[mlir][bufferization] Drop equivalent buffer results - modify public function...Adam Siemieniuk2-1/+13
8 days[mlir][x86vector] AVX10 I8 Dot Op (#178807)Arun Thangamani1-0/+52
8 days[mlir] Extend moveValueDefinitions/moveOperationDependencies with cross-regio...Jorn Tuyls1-10/+25
8 days[mlir][Interfaces] Add `ExecutionProgressOpInterface` + folding pattern (#179...Matthias Springer8-5/+111
10 days[MLIR][Python] Support dialect conversion in python bindings (#177782)Twice5-1/+191