summaryrefslogtreecommitdiffstats
path: root/mlir/test/Dialect/GPU
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-163-7/+8
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-143-8/+7
* [mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko2020-01-091-0/+119
* Add gpu.shuffle op.Christian Sigg2019-12-202-0/+19
* Harden the requirements to memory attribution types in gpu.funcAlex Zinenko2019-12-181-0/+33
* Plug gpu.func into the GPU lowering pipelinesAlex Zinenko2019-12-163-15/+14
* Introduce Linkage attribute to the LLVM dialectAlex Zinenko2019-12-021-2/+2
* Introduce gpu.funcAlex Zinenko2019-11-252-0/+71
* Don't force newline before function attributesAlex Zinenko2019-11-211-1/+1
* Extend kernel outlining to also consider dim worth inlining.Stephan Herhut2019-11-201-1/+1
* Look for SymbolRefAttr in KernelOutlining instead of hard-coding CallOpMLIR Team2019-11-081-4/+14
* Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle2019-10-241-1/+1
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* Use StrEnumAttr for gpu.allreduce op instead of StringAttr to better encode c...Stephan Herhut2019-10-181-1/+1
* Add gpu.barrier op to synchronize invocations of a local workgroup.Christian Sigg2019-10-181-0/+2
* Support custom accumulator provided as region to gpu.all_reduce.Christian Sigg2019-10-162-1/+79
* Use named modules for gpu.launch_funcAlex Zinenko2019-10-083-123/+215
* Promote MemRefDescriptor to a pointer to struct when passing function boundar...Nicolas Vasilache2019-09-271-7/+11
* Add AllReduceOp to GPU dialect with lowering to NVVM.Christian Sigg2019-09-261-0/+3
* Clone called functions into nested GPU module.Christian Sigg2019-09-241-2/+12
* Outline GPU kernel function into a nested module.Christian Sigg2019-09-231-6/+30
* Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6George Karpenkov2019-09-191-30/+6
* Outline GPU kernel function into a nested module.MLIR Team2019-09-191-6/+30
* Addressing some late review comments on kernel inlining.Stephan Herhut2019-09-091-1/+3
* Make GPU kernel outlining test independent of value names.Stephan Herhut2019-09-051-24/+36
* Make GPU kernel outlining inline constants.Stephan Herhut2019-09-041-0/+20
* Add verification for dimension attribute on GPUDialect index operations.Stephan Herhut2019-08-281-0/+36
* Move GPU dialect to {lib,include/mlir}/DialectAlex Zinenko2019-07-254-0/+362
OpenPOWER on IntegriCloud