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
a53ed850bd
torch-mlir
/
lib
/
Dialect
/
Basicpy
/
CMakeLists.txt
3 lines
50 B
CMake
Raw
Normal View
History
Unescape
Escape
Move Basicpy and Numpy dialect IR to IR/ folder.
2020-06-10 10:22:24 +08:00
add_subdirectory
(
IR
)
Add skeleton of type inference pass.
2020-06-11 05:48:22 +08:00
add_subdirectory
(
Transforms
)