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
/
mlir-cpu-runner
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-2
/
+2
*
[mlir] mlir-cpu-runner test's cblas_interface should export functions on Windows
Kern Handa
2020-01-09
5
-7
/
+66
*
[mlir] Fix -Wunneeded-internal-declaration
Fangrui Song
2019-12-24
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
5
-65
/
+20
*
Add runtime utils support for print_memref_i8
Nicolas Vasilache
2019-12-18
3
-15
/
+50
*
[VectorOps] Replace iostream with stdio in support lib for vector.print
Aart Bik
2019-12-18
1
-6
/
+8
*
[VectorOps] Add vector.print definition, with lowering support
Aart Bik
2019-12-18
2
-0
/
+19
*
Move cpu runner utils templates to .h
Nicolas Vasilache
2019-12-12
3
-159
/
+175
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
4
-15
/
+93
*
Fix ViewOp to have at most one offset operand
Alex Zinenko
2019-12-03
1
-3
/
+3
*
Implement Linalg to loops lowering as a pattern
Nicolas Vasilache
2019-11-27
2
-7
/
+7
*
Automated rollback of commit d60133f89bb08341718bb3132b19bc891f7d4f4d
Nicolas Vasilache
2019-11-26
2
-10
/
+10
*
Changing directory shortcut for CPU/GPU runner utils.
Christian Sigg
2019-11-25
2
-10
/
+10
*
Add StridedMemRef<>::operator[] - NFC
Nicolas Vasilache
2019-11-20
1
-0
/
+29
*
Fix pretty printer corner case in mlir_runner_utils.cpp.
Nicolas Vasilache
2019-11-19
2
-27
/
+17
*
Change conversion CLI flag from -lower-to-llvm to -convert-std-to-llvm
Alex Zinenko
2019-11-19
1
-4
/
+4
*
Add support for alignment attribute in std.alloc.
Nicolas Vasilache
2019-11-12
1
-0
/
+2
*
Update Linalg to use std.view
Nicolas Vasilache
2019-11-07
1
-29
/
+26
*
Lower vector transfer ops to loop.for operations.
Nicolas Vasilache
2019-10-18
2
-10
/
+10
*
Decouple Linalg promotion from Linalg tiling - NFC
Nicolas Vasilache
2019-10-17
1
-2
/
+2
*
Consistent use of int in mlir_runner_utils.cpp
Nicolas Vasilache
2019-10-15
1
-1
/
+1
*
Add conversion for splat of vectors of 2+D
Nicolas Vasilache
2019-10-15
3
-39
/
+143
*
Use llvm.func to define functions with wrapped LLVM IR function type
Alex Zinenko
2019-10-10
2
-10
/
+10
*
Fix Windows linkage error
Nicolas Vasilache
2019-10-09
1
-10
/
+10
*
Start a minimal mlir_utils runtime library for testing debugging purposes
Nicolas Vasilache
2019-10-07
6
-40
/
+308
*
Unify Linalg types by using strided memrefs
Nicolas Vasilache
2019-10-01
2
-32
/
+33
*
Fix JitRunner.cpp Error creation pattern and reactivate tests.
Nicolas Vasilache
2019-09-27
2
-18
/
+16
*
Disable failing tests
Jacques Pienaar
2019-09-26
2
-16
/
+18
*
Drop support for memrefs from JitRunner
Alex Zinenko
2019-09-26
1
-33
/
+35
*
Add missing lowering to CFG in mlir-cpu-runner + related cleanup
Mehdi Amini
2019-09-01
1
-2
/
+11
*
Add mechanism to dump JIT-compiled objects to files
Jacques Pienaar
2019-08-30
1
-0
/
+9
*
Add lowering of linalg.copy to an external C++ library and a test.
Nicolas Vasilache
2019-08-23
2
-0
/
+33
*
Add alignment support to linalg.buffer_alloc
Nicolas Vasilache
2019-08-19
1
-1
/
+1
*
Refactor linalg lowering to LLVM
Nicolas Vasilache
2019-08-19
1
-10
/
+8
*
External library name mangling support for linalg.
Nicolas Vasilache
2019-08-09
2
-18
/
+26
*
Automated rollback of commit 3708f53219aa2b201e82e7172c5064c1eb9d483b
Nicolas Vasilache
2019-07-26
2
-73
/
+9
*
Add sgemm specializations - NFC
Nicolas Vasilache
2019-07-26
2
-9
/
+73
*
Fix linalg_matmul_impl interfacing with sgemm
Nicolas Vasilache
2019-07-26
2
-2
/
+2
*
Replace linalg.for by loop.for
Nicolas Vasilache
2019-07-16
1
-1
/
+1
*
Lower affine control flow to std control flow to LLVM dialect
Nicolas Vasilache
2019-07-12
1
-1
/
+1
*
Resolving buffer operand of linalg.view doesnt have the information
Mahesh Ravishankar
2019-07-02
1
-7
/
+7
*
Add buffer size information to Linalg::BufferType. If the size is
Mahesh Ravishankar
2019-06-28
1
-18
/
+18
*
Export symbols in cpu runner cblas library
Lei Zhang
2019-06-19
2
-9
/
+24
*
Add a definition of the library function to use when Linalg ops are
Mahesh Ravishankar
2019-06-19
1
-36
/
+0
*
Add a lowering for Linalg matmul to LLVM
Nicolas Vasilache
2019-06-19
6
-70
/
+250
*
Disable the mlir-cpu-runner tests on win32. llvm orc does not support the...
River Riddle
2019-06-01
1
-0
/
+5
*
Add lowering linalg.for to LLVM IR
Nicolas Vasilache
2019-06-01
1
-0
/
+1
*
Fix MacOS test: use %shlibext in lit command line to expand to .dylib on ...
Mehdi Amini
2019-05-20
1
-2
/
+2
*
Cleanup linalg integration test
Nicolas Vasilache
2019-05-20
3
-49
/
+5
*
Pipe Linalg to a cblas call via mlir-cpu-runner
Nicolas Vasilache
2019-05-20
3
-8
/
+106
[next]