MegEngine / MegCC

MegCC是一个运行时超轻量,高效,移植简单的深度学习模型编译器
Apache License 2.0
467 stars 55 forks source link

RISC-V Compilation #38

Open ybai62868 opened 1 year ago

ybai62868 commented 1 year ago

Hi,

Good Job! How can I find the code part about RISC-V ?

Thanks,

yeasoon commented 1 year ago

the risc-v code is implemented with GeneralIntrinsic and the defination of GeneralIntrinsic is in https://github.com/MegEngine/MegCC/tree/main/immigration/include, hope this will help you