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
/
test
/
Conversion
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
8
-27
/
+27
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
8
-27
/
+27
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
4
-33
/
+33
*
[mlir] Added missing GPU lowering ops.
Julian Gross
2020-01-13
2
-0
/
+90
*
[mlir][VectorOps] Implement insert_strided_slice conversion
Nicolas Vasilache
2020-01-09
1
-1
/
+41
*
[mlir][VectorOps] Implement strided_slice conversion
Nicolas Vasilache
2020-01-09
1
-0
/
+61
*
[mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp.
Denis Khalikov
2020-01-07
1
-0
/
+33
*
Revert "[mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp."
Lei Zhang
2020-01-07
1
-33
/
+0
*
[mlir][spirv] Add lowering for std cmp ops.
Denis Khalikov
2020-01-07
1
-0
/
+41
*
[mlir][spirv] Add lowering for standard bit ops
Denis Khalikov
2020-01-07
1
-18
/
+48
*
[mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp.
Lei Zhang
2020-01-07
1
-0
/
+33
*
[mlir][spirv] Fix shader ABI attribute prefix and add verification
Lei Zhang
2020-01-03
2
-10
/
+10
*
[mlir] Fix the wrong computation of dynamic strides for lowering AllocOp to LLVM
Tung Le Duc
2019-12-28
1
-3
/
+3
*
[mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOr
MaheshRavishankar
2019-12-27
1
-0
/
+40
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
6
-26
/
+38
*
[VectorOps] unify vector dialect "subscripts"
Aart Bik
2019-12-20
1
-27
/
+27
*
Add gpu.shuffle op.
Christian Sigg
2019-12-20
1
-0
/
+25
*
[VectorOps] minor cleanup: vector dialect "subscripts" are i32
Aart Bik
2019-12-19
1
-8
/
+8
*
[VectorOps] Add vector.print definition, with lowering support
Aart Bik
2019-12-18
1
-0
/
+38
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-0
/
+30
*
Harden the requirements to memory attribution types in gpu.func
Alex Zinenko
2019-12-18
1
-5
/
+5
*
Plug gpu.func into the GPU lowering pipelines
Alex Zinenko
2019-12-16
6
-22
/
+23
*
[VectorOps] Add [insert/extract]element definition together with lowering to ...
Aart Bik
2019-12-16
1
-0
/
+20
*
Make memref promotion during std->LLVM lowering the default calling convention
Alex Zinenko
2019-12-16
1
-0
/
+8
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-16
/
+13
*
[VectorOps] Add lowering of vector.shuffle to LLVM IR
Aart Bik
2019-12-12
1
-165
/
+215
*
Retire !linalg.buffer type - NFC
Nicolas Vasilache
2019-12-12
1
-1
/
+1
*
Added lowering of `std.tanh` to llvm function call to `tanh` and `tanhf`.
Ehsan Toosi
2019-12-12
1
-1
/
+23
*
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
*
[spirv] Add lowering for std.fdiv, std.frem, std.fsub
Denis Khalikov
2019-12-11
1
-0
/
+28
*
[VectorOps] Add lowering of vector.insert to LLVM IR
Aart Bik
2019-12-10
1
-0
/
+53
*
Uniformize Vector transforms as patterns on the model of Linalg - NFC
Nicolas Vasilache
2019-12-10
1
-238
/
+0
*
[VectorOps] Add a ShuffleOp to the VectorOps dialect
Aart Bik
2019-12-09
1
-5
/
+5
*
Add lowering for module with gpu.kernel_module attribute.
Mahesh Ravishankar
2019-12-09
1
-0
/
+1
*
Unify vector op unrolling transformation.
Andy Davis
2019-12-09
1
-29
/
+51
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
[VecOps] Rename vector.[insert|extract]element to just vector.[insert|extract]
Aart Bik
2019-12-06
1
-2
/
+2
*
[VectorOps] Add lowering of vector.broadcast to LLVM IR
Aart Bik
2019-12-06
1
-0
/
+200
*
Add conversions of GPU func with memory attributions to LLVM/NVVM
Alex Zinenko
2019-12-06
1
-0
/
+145
*
Unroll vector masks along with their associated vector arguments.
Andy Davis
2019-12-06
1
-18
/
+32
*
DimOp folding for alloc/view dynamic dimensions
Uday Bondhugula
2019-12-06
1
-19
/
+8
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-0
/
+24
*
Allow specification of the workgroup size for GPUToSPIRV lowering.
Mahesh Ravishankar
2019-12-05
1
-1
/
+2
*
Add a CL option to Standard to LLVM lowering to use alloca instead of malloc/...
Nicolas Vasilache
2019-12-04
1
-0
/
+6
*
Drop MaterializeVectorTransfers in favor of simpler declarative unrolling
Nicolas Vasilache
2019-12-04
1
-0
/
+25
*
Adds support for unrolling single-result vector operations with iterator type...
Andy Davis
2019-12-04
1
-0
/
+128
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
2
-1
/
+1
*
Add a pass to legalize operations before lowering to SPIR-V.
Mahesh Ravishankar
2019-12-03
2
-0
/
+114
*
Convert MemRefType to a linearized array in SPIR-V lowering.
Mahesh Ravishankar
2019-12-03
2
-10
/
+17
[next]