User Details
- User Since
- Mar 6 2020, 7:42 PM (45 w, 6 d)
Yesterday
remove dump input
Wed, Jan 20
Tue, Jan 19
Use ODS generated parser and printer
Will do LLVM intrinsics in a separate change, this one is already pretty large.
Omit empty ins and outs
Omit empty ins and outs
Do you have code pointers to intrinsic op definitions in the LLVM dialect? I like this idea, however I still would keep 2 levels of IR lowering, async specific async.coro (that omit a lot of irrelevant coro details) that are lowered to LLVM intrinsic ops.
Mon, Jan 18
Mon, Jan 11
Sat, Jan 9
Rebased
Fri, Jan 8
Export only mlir runner API symbols
Thu, Jan 7
Yeah, makes sense, also weak linking does not seem to work with MSVC, will try to the dlsym approach.
Fix CMakeLists
Remove extra space
Wed, Jan 6
Judging by the build failures this still does not work. Will work on a "mlir-cpu-runner dylib unloading" in a separate PR.
Tue, Dec 29
Fri, Dec 25
Thu, Dec 24
Add missing targets to CMakeLists
Rebase
Rebase
Dec 21 2020
Fix style warnings
Fix style warnings
Add documentation
Dec 20 2020
Dec 16 2020
Thanks!
Keep extern "C" in API function definition
Rebase