index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
Dialect
/
GPU
/
IR
/
GPUDialect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
1
-45
/
+10
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-5
/
+5
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
1
-10
/
+45
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-30
/
+20
*
[mlir][GPU] introduce utilities for promotion to workgroup memory
Alex Zinenko
2020-01-09
1
-0
/
+18
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-16
/
+13
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
1
-13
/
+12
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-23
/
+24
*
Add gpu.shuffle op.
Christian Sigg
2019-12-20
1
-0
/
+41
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-1
/
+1
*
Harden the requirements to memory attribution types in gpu.func
Alex Zinenko
2019-12-18
1
-0
/
+22
*
Plug gpu.func into the GPU lowering pipelines
Alex Zinenko
2019-12-16
1
-5
/
+17
*
NFC: Cleanup the various Op::print methods.
River Riddle
2019-12-12
1
-17
/
+8
*
Move gpu.launch_func to ODS. NFC
Alex Zinenko
2019-12-10
1
-14
/
+14
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-10
/
+8
*
Replace custom getBody method with an ODS-generated in gpu::LaunchOp
Alex Zinenko
2019-12-06
1
-20
/
+18
*
Move GPU::LaunchOp to ODS. NFC.
Alex Zinenko
2019-12-06
1
-29
/
+35
*
Move GPU::FuncOp definition to ODS - NFC
Alex Zinenko
2019-12-06
1
-29
/
+30
*
Split out FunctionLike printing/parsing into FunctionImplementation.{h,cpp}
Alex Zinenko
2019-11-28
1
-0
/
+1
*
Introduce gpu.func
Alex Zinenko
2019-11-25
1
-6
/
+195
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+2
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-1
/
+1
*
Unify GPU op definition names with other dialects.
Christian Sigg
2019-10-21
1
-3
/
+8
*
Use StrEnumAttr for gpu.allreduce op instead of StringAttr to better encode c...
Stephan Herhut
2019-10-18
1
-5
/
+0
*
Use a SmallVector instead of an ArrayRef to materialize a temporary local array
Mehdi Amini
2019-10-17
1
-1
/
+1
*
Support custom accumulator provided as region to gpu.all_reduce.
Christian Sigg
2019-10-16
1
-0
/
+32
*
Use llvm.func to define functions with wrapped LLVM IR function type
Alex Zinenko
2019-10-10
1
-10
/
+17
*
Use named modules for gpu.launch_func
Alex Zinenko
2019-10-08
1
-35
/
+105
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-6
/
+6
*
Promote MemRefDescriptor to a pointer to struct when passing function boundar...
Nicolas Vasilache
2019-09-27
1
-7
/
+11
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-18
/
+18
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-15
/
+15
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-27
/
+26
*
Add support to OpAsmParser for parsing unknown keywords.
River Riddle
2019-09-17
1
-1
/
+1
*
Unify how errors are emitted in LaunchFuncOp verification.
MLIR Team
2019-09-16
1
-3
/
+3
*
Add verification for dimension attribute on GPUDialect index operations.
Stephan Herhut
2019-08-28
1
-0
/
+7
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-1
/
+1
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
1
-0
/
+454