This website requires JavaScript.
Explore
Help
Register
Sign In
llvm
/
torch-mlir
mirror of
https://github.com/llvm/torch-mlir
Watch
1
Star
0
Fork
You've already forked torch-mlir
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
51d51241b4
torch-mlir
/
tools
/
CMakeLists.txt
4 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Add npcomp-opt and lit runner.
2020-04-27 08:55:15 +08:00
add_subdirectory
(
npcomp-opt
)
Add hopefully short-lived mnist-playground utility. This unblocks backend progress while the PyTorch frontend work is coming online. Hopefully we can delete this soon. See tools/mnist-playground/README.md for more context on what this tool is for, next steps, and current status.
2020-10-03 05:57:35 +08:00
add_subdirectory
(
mnist-playground
)
Add bare-bones npcomp-run-mlir. The code isn't super clean, but is a useful incremental step establishing most of the boilerplate for future enhancements. We can't print or return tensors yet so correctness TBD, but I've stepped into the running code in the debugger so I know it definitely is running. This is the first step to building out an npcomp mini-runtime. The mini-runtime doesn't have to be fancy or complex, but it should at least be layered nicely (which this code and the current compiler interaction with the "runtime" code is not). Now that we have boilerplate for e2e execution in some form, we can build that out.
2020-05-29 07:41:36 +08:00
add_subdirectory
(
npcomp-run-mlir
)