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
/
GPUToNVVM
/
LowerGpuOpsToNVVMOps.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
-10
/
+11
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
1
-11
/
+10
*
Unbreak the mlir build after 202ab273e6eca134b69882f100c666fcd3affbcf
Benjamin Kramer
2020-01-13
1
-1
/
+1
*
[mlir] Added missing GPU lowering ops.
Julian Gross
2020-01-13
1
-1
/
+8
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-13
/
+13
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-108
/
+107
*
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
-108
/
+109
*
Add gpu.shuffle op.
Christian Sigg
2019-12-20
1
-2
/
+60
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-3
/
+3
*
Harden the requirements to memory attribution types in gpu.func
Alex Zinenko
2019-12-18
1
-2
/
+25
*
Plug gpu.func into the GPU lowering pipelines
Alex Zinenko
2019-12-16
1
-3
/
+37
*
Fix maskAndClamp in gpu.all_reduce.
Christian Sigg
2019-12-13
1
-2
/
+5
*
Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2
Christian Sigg
2019-12-12
1
-2
/
+2
*
Switch from shfl.bfly to shfl.down.
Christian Sigg
2019-12-12
1
-2
/
+2
*
NFC: Fix naming inconsistency: FuncOpLowering -> GPUFuncOpLowering.
Christian Sigg
2019-12-11
1
-7
/
+3
*
Add a function to get lowering patterns from GPU to NVVM.
Stephan Herhut
2019-12-11
1
-13
/
+18
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-4
/
+3
*
LLVM::GlobalOp: take address space as builder argument
Alex Zinenko
2019-12-06
1
-7
/
+2
*
Add conversions of GPU func with memory attributions to LLVM/NVVM
Alex Zinenko
2019-12-06
1
-1
/
+144
*
Introduce Linkage attribute to the LLVM dialect
Alex Zinenko
2019-12-02
1
-2
/
+2
*
Rename CLI flags -lower-gpu-ops-to-*-ops to -convert-gpu-to-*
Alex Zinenko
2019-11-18
1
-2
/
+1
*
Add custom lowering of ExpOp for NVVM and ROCM.
Alexander Belyaev
2019-10-24
1
-1
/
+4
*
Unify GPU op definition names with other dialects.
Christian Sigg
2019-10-21
1
-9
/
+10
*
Get active source lane predicate from shuffle instruction.
Christian Sigg
2019-10-19
1
-18
/
+20
*
Add gpu.barrier op to synchronize invocations of a local workgroup.
Christian Sigg
2019-10-18
1
-0
/
+4
*
Support custom accumulator provided as region to gpu.all_reduce.
Christian Sigg
2019-10-16
1
-8
/
+105
*
Mark GPU dialect as illegal when lowering to NVVM.
Christian Sigg
2019-10-10
1
-0
/
+1
*
Use llvm.func to define functions with wrapped LLVM IR function type
Alex Zinenko
2019-10-10
1
-2
/
+0
*
Change to doxygen comments. NFC.
Christian Sigg
2019-10-09
1
-63
/
+63
*
Support reduction of partial warps.
Christian Sigg
2019-10-07
1
-88
/
+159
*
Moving the GPUIndexIntrinsicOpLowering template to a common location
Deven Desai
2019-10-04
1
-70
/
+1
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Change all_reduce lowering to support 2D and 3D blocks.
Christian Sigg
2019-10-01
1
-43
/
+124
*
Switch comments from GPU dialect terms to CUDA terms (NFC).
Christian Sigg
2019-09-30
1
-8
/
+7
*
Add AllReduceOp to GPU dialect with lowering to NVVM.
Christian Sigg
2019-09-26
1
-2
/
+169
*
Outline GPU kernel function into a nested module.
Christian Sigg
2019-09-23
1
-38
/
+17
*
Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6
George Karpenkov
2019-09-19
1
-17
/
+38
*
Outline GPU kernel function into a nested module.
MLIR Team
2019-09-19
1
-38
/
+17
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Port mlir-cuda-runner to use dialect conversion framework.
Stephan Herhut
2019-08-28
1
-66
/
+98
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-2
/
+2
*
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
/
+2
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
1
-1
/
+1
*
GPUtoNVVM: adjust integer bitwidth when lowering special register ops
Alex Zinenko
2019-06-25
1
-6
/
+27
*
Fix GPUToNVVM naming: NNVM should have been NVVM
Alex Zinenko
2019-06-19
1
-1
/
+1
*
Use llvm::StringSwitch in lowering of GPU ops to NVVM ops.
Stephan Herhut
2019-06-19
1
-9
/
+8
*
Add lowering pass from GPU dialect operations to LLVM/NVVM intrinsics.
Stephan Herhut
2019-06-19
1
-0
/
+119