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
/
Dialect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
2
-58
/
+19
*
[mlir] : Fix ViewOp shape folder for identity affine maps
Ahmed Taei
2020-01-15
1
-2
/
+5
*
[mlir][spirv] Properly support SPIR-V conversion target
Lei Zhang
2020-01-14
4
-28
/
+151
*
[mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.
Nicolas Vasilache
2020-01-14
7
-123
/
+182
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
12
-41
/
+57
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
2
-19
/
+58
*
[mlir] Ran git-clang-format.
Adrian
2020-01-14
1
-2
/
+2
*
[mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.
Adrian Kuegel
2020-01-14
1
-2
/
+195
*
[mlir] Fix -Wunused
Sam McCall
2020-01-14
1
-2
/
+2
*
[mlir] [VectorOps] fixed typo in verifier of slice op
Aart Bik
2020-01-13
1
-1
/
+1
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-9
/
+11
*
[mlir][Linalg] Update ReshapeOp::build to be more idiomatic
Nicolas Vasilache
2020-01-13
1
-5
/
+43
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
26
-443
/
+425
*
[mlir][spirv] Fix typos related to (de)serialization.
Denis Khalikov
2020-01-10
2
-5
/
+5
*
Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...
Benjamin Kramer
2020-01-10
2
-2
/
+0
*
[mlir][GPU] introduce utilities for promotion to workgroup memory
Alex Zinenko
2020-01-09
3
-2
/
+209
*
Canonicalize static alloc followed by memref_cast and std.view
Ahmed Taei
2020-01-08
1
-1
/
+21
*
[mlir][Linalg] Add a linalg.reshape op
Nicolas Vasilache
2020-01-06
1
-1
/
+202
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-06
1
-1
/
+1
*
[mlir][Linalg] NFC - Post-commit format fix
Nicolas Vasilache
2020-01-03
1
-2
/
+3
*
[mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error on older...
Nicolas Vasilache
2020-01-03
1
-2
/
+7
*
[mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V libraries
Lei Zhang
2020-01-03
3
-2
/
+5
*
[mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error (-fpermi...
Nicolas Vasilache
2020-01-03
1
-4
/
+6
*
[mlir][linalg] Lower linalg to affine loops
Ahmed Taei
2020-01-03
2
-2
/
+24
*
[mlir][spirv] Fix shader ABI attribute prefix and add verification
Lei Zhang
2020-01-03
2
-2
/
+62
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
4
-35
/
+116
*
[mlir][spirv] Allow specifying availability on enum attribute cases
Lei Zhang
2020-01-02
2
-0
/
+3
*
[mlir][Linalg] NFC - Make consistent use of op.emitOpError
Nicolas Vasilache
2020-01-02
2
-31
/
+31
*
[mlir][Linalg] NFC - Cleanup Linalg Declarative Transformations
Nicolas Vasilache
2020-01-02
1
-3
/
+3
*
[mlir][Linalg] NFC - Rename LinalgGeneric -> GenericLinalg
Nicolas Vasilache
2020-01-02
1
-6
/
+6
*
[mlir][spirv] NFC: Move shader ABI attributes to a new file
Lei Zhang
2020-01-01
4
-41
/
+54
*
[mlir] Fix -Wrange-loo-analysis warnings
Fangrui Song
2020-01-01
2
-2
/
+2
*
[mlir] Fix compilation warnings
Alexandre Ganea
2020-01-01
1
-1
/
+2
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
2
-0
/
+9
*
[MLIR] [NFC] fix unused var warning
Uday Bondhugula
2019-12-27
1
-0
/
+1
*
Remove an unused static function.
Eric Christopher
2019-12-26
1
-15
/
+0
*
Fix a -Wcovered-switch-default warning by moving the unreachable out of the
Eric Christopher
2019-12-26
1
-2
/
+1
*
Remove unused static function.
Eric Christopher
2019-12-26
1
-15
/
+0
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
25
-379
/
+363
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
2
-20
/
+17
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
4
-7
/
+7
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
4
-7
/
+7
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
4
-7
/
+7
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
56
-728
/
+224
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
25
-415
/
+418
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-10
/
+10
*
[VectorOps] unify vector dialect "subscripts"
Aart Bik
2019-12-20
1
-15
/
+15
*
fix isValidDim for block arg case
Uday Bondhugula
2019-12-20
1
-7
/
+7
*
Add gpu.shuffle op.
Christian Sigg
2019-12-20
1
-0
/
+41
*
[VectorOps] Update vector transfer_read/write ops to operatate on memrefs wit...
Andy Davis
2019-12-19
1
-34
/
+87
[next]