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
/
Dialect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
3
-7
/
+8
*
[mlir][spirv] Properly support SPIR-V conversion target
Lei Zhang
2020-01-14
3
-10
/
+281
*
[mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.
Nicolas Vasilache
2020-01-14
2
-59
/
+59
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
3
-8
/
+7
*
[mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.
Adrian Kuegel
2020-01-14
2
-0
/
+225
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
15
-278
/
+278
*
[mlir][GPU] introduce utilities for promotion to workgroup memory
Alex Zinenko
2020-01-09
1
-0
/
+119
*
[mlir][Linalg] Lower linalg.reshape to LLVM for the static case
Nicolas Vasilache
2020-01-08
1
-0
/
+60
*
[mlir][spirv] Add lowering for std cmp ops.
Denis Khalikov
2020-01-07
1
-0
/
+27
*
[mlir][spirv] Add lowering for standard bit ops
Denis Khalikov
2020-01-07
1
-0
/
+9
*
[mlir][Linalg] Add a linalg.reshape op
Nicolas Vasilache
2020-01-06
2
-1
/
+145
*
[mlir][linalg] Lower linalg to affine loops
Ahmed Taei
2020-01-03
1
-0
/
+55
*
[mlir][spirv] Fix shader ABI attribute prefix and add verification
Lei Zhang
2020-01-03
3
-29
/
+130
*
[mlir][spirv] Update SPIR-V enums and ops with availability spec
Lei Zhang
2020-01-02
1
-1
/
+1
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
2
-0
/
+68
*
[mlir][spirv] Allow specifying availability on enum attribute cases
Lei Zhang
2020-01-02
2
-4
/
+25
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
4
-0
/
+119
*
[VectorOps] unify vector dialect "subscripts"
Aart Bik
2019-12-20
2
-34
/
+34
*
[VectorOps] remove redundant returns from invalid ops test
Aart Bik
2019-12-20
1
-27
/
+0
*
Add gpu.shuffle op.
Christian Sigg
2019-12-20
2
-0
/
+19
*
[VectorOps] Update vector transfer_read/write ops to operatate on memrefs wit...
Andy Davis
2019-12-19
2
-4
/
+45
*
[VectorOps] Add vector ReshapeOp to the VectorOps dialect.
Andy Davis
2019-12-19
2
-0
/
+77
*
[VectorOps] minor cleanup: vector dialect "subscripts" are i32
Aart Bik
2019-12-19
2
-12
/
+12
*
[VectorOps] Add vector.print definition, with lowering support
Aart Bik
2019-12-18
2
-0
/
+15
*
Harden the requirements to memory attribution types in gpu.func
Alex Zinenko
2019-12-18
1
-0
/
+33
*
Add pattern rewrite which splits a vector TransferWriteOp into slices accordi...
Andy Davis
2019-12-17
1
-10
/
+21
*
Add missing virtual inliner interface method in SPIR-V dialect.
Mahesh Ravishankar
2019-12-17
1
-0
/
+45
*
Add pattern rewrite to forward vector tuple elements to their users.
Andy Davis
2019-12-17
1
-13
/
+4
*
Add pattern rewrite which splits a vector TransferReadOp into slices accordin...
Andy Davis
2019-12-17
1
-5
/
+12
*
Update vector op unrolling transformation to generate ExtractSlicesOp and Ins...
Andy Davis
2019-12-17
1
-151
/
+144
*
Add atomic operations to SPIR-V dialect.
Mahesh Ravishankar
2019-12-16
2
-2
/
+155
*
[spirv] Re-enable nested loop (de)serialization test
Lei Zhang
2019-12-16
1
-98
/
+99
*
Add InsertSlicesOp to the VectorOps dialect.
Andy Davis
2019-12-16
2
-0
/
+43
*
Plug gpu.func into the GPU lowering pipelines
Alex Zinenko
2019-12-16
3
-15
/
+14
*
[Linalg] Expose subview promotion as a declarative pattern
Jose Ignacio Gomez
2019-12-16
1
-0
/
+50
*
[VectorOps] Add [insert/extract]element definition together with lowering to ...
Aart Bik
2019-12-16
2
-1
/
+43
*
Adds ExtractSlicesOp to the VectorOps dialect.
Andy Davis
2019-12-16
2
-0
/
+68
*
[Linalg] Add test for fusion of GenericOp with IndexedGenericOp.
Alexander Belyaev
2019-12-12
1
-1
/
+56
*
Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2
Christian Sigg
2019-12-12
2
-11
/
+11
*
Switch from shfl.bfly to shfl.down.
Christian Sigg
2019-12-12
2
-11
/
+11
*
Continue refactoring StructuredOps utilities
Nicolas Vasilache
2019-12-11
8
-51
/
+98
*
[Linalg] Add tiling for IndexedGenericOp with a region.
Alexander Belyaev
2019-12-11
1
-0
/
+102
*
Add VectorOp transform pattern which splits vector TransferReadOps to target ...
Andy Davis
2019-12-10
1
-1
/
+65
*
Fold TestLinalgTilePermutePatterns into TestLinalgTransformPatterns - NFC
Nicolas Vasilache
2019-12-10
2
-70
/
+68
*
[Linalg] Add a Linalg iterator permutation transformation
Jose Ignacio Gomez
2019-12-10
1
-0
/
+52
*
Uniformize Vector transforms as patterns on the model of Linalg - NFC
Nicolas Vasilache
2019-12-10
1
-0
/
+238
*
[VectorOps] Add a ShuffleOp to the VectorOps dialect
Aart Bik
2019-12-09
2
-14
/
+67
*
[VectorOps] Fix off-by-one error in insert/extract validation
Aart Bik
2019-12-09
1
-0
/
+14
*
[spirv] Add CompositeConstruct operation.
Denis Khalikov
2019-12-09
2
-1
/
+58
*
[spirv] Add spv.IAdd, spv.ISub, and spv.IMul folders
Lei Zhang
2019-12-09
1
-0
/
+155
[next]