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
/
Conversion
/
GPUToCUDA
/
ConvertLaunchFuncToCudaCalls.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
-6
/
+7
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
1
-7
/
+6
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-1
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-25
/
+24
*
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
/
+23
*
Introduce Linkage attribute to the LLVM dialect
Alex Zinenko
2019-12-02
1
-2
/
+3
*
Make type and rank explicit in mcuMemHostRegister function.
Christian Sigg
2019-11-19
1
-8
/
+10
*
Use llvm.func to define functions with wrapped LLVM IR function type
Alex Zinenko
2019-10-10
1
-53
/
+63
*
GPUToCUDA: attach CUBIN to the nested module rather than to the function
Alex Zinenko
2019-10-08
1
-11
/
+7
*
GPUToCUDA: emit addressof directly instead of wrapping it into a getter function
Alex Zinenko
2019-10-08
1
-65
/
+13
*
Fuse GenerateCubinAccessors pass into LaunchFunctToCuda
Alex Zinenko
2019-10-08
1
-4
/
+58
*
Use named modules for gpu.launch_func
Alex Zinenko
2019-10-08
1
-5
/
+12
*
Promote MemRefDescriptor to a pointer to struct when passing function boundar...
Nicolas Vasilache
2019-09-27
1
-4
/
+37
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
1
-1
/
+1
*
Error out when kernel function is not found while translating GPU calls.
MLIR Team
2019-09-16
1
-0
/
+4
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-1
/
+1
*
ConvertLaunchFuncToCudaCalls: use LLVM dialect globals
Alex Zinenko
2019-08-20
1
-34
/
+20
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Refactor linalg lowering to LLVM
Nicolas Vasilache
2019-08-19
1
-7
/
+8
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-1
/
+1
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-2
/
+3
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
1
-1
/
+1
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-6
/
+6
*
NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.
River Riddle
2019-07-12
1
-11
/
+11
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-31
/
+29
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-1
/
+1
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-4
/
+4
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-53
/
+53
*
Add a pass that translates GPU.launch_func into a series of runtime calls.
Stephan Herhut
2019-06-19
1
-0
/
+393