Skip to content

lijiansong/Phaeton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaeton

License: WTFPL

A toy domain specific language for deep learning tensor expressions.

Building

$ git clone [email protected]:lijiansong/Phaeton.git # or git clone https://github.com/lijiansong/Phaeton.git
$ cd Phaeton
$ mkdir build && cd build
$ cmake -DCMAKE_CXX_COMPILER=$(which g++) -DCMAKE_C_COMPILER=$(which gcc) .. && make -j

Related Projects

Note: Partial design concept of Phaeton comes from clang and mlir.

Postscript

I only contribute to this project in my part-time, so this repo will be updated irregularly.

If you are interested in becoming a contributor, or you have any questions or suggestions, feel free to open an issue or drop me a message.