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
eaeb4011e6
torch-mlir
/
lib
/
Dialect
/
CMakeLists.txt
5 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Create skeleton for 'Basicpy' dialect. * It is time to start adding more python mechanisms. * Running into this for materializing slice() objects.
2020-05-05 08:48:02 +08:00
add_subdirectory
(
Basicpy
)
Add stub numpy dialect.
2020-04-27 08:20:58 +08:00
add_subdirectory
(
Numpy
)
Initial TCF/TCP E2E seed. Very much WIP. This is enough to get tcf.add down to approximately the "linalg.generic on buffers" level of abstraction. (but there are nuances)
2020-05-07 09:41:54 +08:00
add_subdirectory
(
TCF
)
add_subdirectory
(
TCP
)