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
2e63f4b1e1
torch-mlir
/
tools
/
CMakeLists.txt
4 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
Add npcomp-lsp-server. To use, do `ninja npcomp-lsp-server`, copy `build/bin/npcomp-lsp-server` into your PATH somewhere, and then add ``` "mlir.server_path": "npcomp-lsp-server", ``` to your settings.json. Also bump llvm-project to 2d9759c7902c5cbc9a7e3ab623321d5578d51687 to bring in latest `mlir-lsp-server` changes.
2021-08-04 07:47:38 +08:00
add_subdirectory
(
npcomp-lsp-server
)
Add npcomp-opt and lit runner.
2020-04-27 08:55:15 +08:00
add_subdirectory
(
npcomp-opt
)
Rename npcomp-run-mlir to refback-run This better represents its limited scope. This was causing confusion -- people were feeding it higher level ops that require frontend lowering.
2021-08-04 08:53:31 +08:00
add_subdirectory
(
refback-run
)