Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A tiny DSL for DNN accelerators.

License

NotificationsYou must be signed in to change notification settings

lijiansong/Phaeton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: WTFPL

A toy domain specific language for deep learning tensor expressions.

Building

$ git clone git@github.com: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 fromclang andmlir.

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 anissue or drop me a message.


[8]ページ先頭

©2009-2025 Movatter.jp