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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
2
-15
/
+19
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
2
-19
/
+15
*
[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
2
-26
/
+8
*
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
*
Adapt code to LLVM API updates.
MLIR Team
2019-11-14
1
-1
/
+1
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-3
/
+3
*
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
2
-46
/
+38
*
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
3
-141
/
+58
*
Use named modules for gpu.launch_func
Alex Zinenko
2019-10-08
2
-31
/
+37
*
Promote MemRefDescriptor to a pointer to struct when passing function boundar...
Nicolas Vasilache
2019-09-27
1
-4
/
+37
*
Add convenience methods to set an OpBuilder insertion point after an Operatio...
Mehdi Amini
2019-09-23
1
-1
/
+1
*
Outline GPU kernel function into a nested module.
Christian Sigg
2019-09-23
2
-39
/
+62
*
Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6
George Karpenkov
2019-09-19
2
-62
/
+39
*
Outline GPU kernel function into a nested module.
MLIR Team
2019-09-19
2
-39
/
+62
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
2
-3
/
+3
*
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
3
-3
/
+3
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-1
/
+1
*
ConvertLaunchFuncToCudaCalls: use LLVM dialect globals
Alex Zinenko
2019-08-20
2
-52
/
+29
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
2
-2
/
+2
*
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
3
-4
/
+4
*
GenerateCubinAccessors: use LLVM dialect constants
Alex Zinenko
2019-08-13
1
-70
/
+48
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
3
-6
/
+7
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
3
-3
/
+3
*
Remove the 'region' field from OpBuilder.
River Riddle
2019-07-12
1
-1
/
+1
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
2
-8
/
+8
*
NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.
River Riddle
2019-07-12
2
-12
/
+12
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
2
-2
/
+2
*
Update ModuleOp::create(...) to take a Location instead of a context.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
3
-44
/
+42
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
3
-3
/
+3
*
Add an mlir-cuda-runner tool.
Stephan Herhut
2019-07-04
2
-10
/
+15
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
3
-7
/
+8
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
3
-69
/
+69
*
Add a pass that inserts getters for all cubins found via nvvm.cubin
Stephan Herhut
2019-06-26
2
-0
/
+148
*
Make GPU to CUDA transformations independent of CUDA runtime.
Stephan Herhut
2019-06-26
2
-113
/
+69
*
Add gpu::GPUDialect::isKernel helper.
Stephan Herhut
2019-06-25
1
-8
/
+4
*
NVVM target: emit nvvm.annotations for kernel functions
Alex Zinenko
2019-06-25
1
-16
/
+0
*
Add a pass that translates GPU.launch_func into a series of runtime calls.
Stephan Herhut
2019-06-19
2
-0
/
+394
*
Add a pass that translates a CUDA kernel function (tagged with nvvm.kernel) to
Stephan Herhut
2019-06-19
2
-0
/
+251