MegEngine / MegCC

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

feat: Add arm64 fp16 rotate support #54

Closed violet73 closed 11 months ago

violet73 commented 1 year ago

Add arm64 fp16 rotate and test. OSPP project implementation.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

violet73 commented 12 months ago

根据OSPP的要求,提PR的邮箱需要和OSPP注册邮箱一致,因此新开此PR,内容与已关闭PR一致。

Li-Ming-xin commented 11 months ago

CI挂了,使用clang-format格式化一下你修改的文件试一下? @violet73

violet73 commented 11 months ago

CI挂了,使用clang-format格式化一下你修改的文件试一下? @violet73

Summary里显示是没有runners跑lint,如下图所示,这是什么原因?

image

Li-Ming-xin commented 11 months ago

CI挂了,使用clang-format格式化一下你修改的文件试一下? @violet73

Summary里显示是没有runners跑lint,如下图所示,这是什么原因?

image

https://github.com/actions/runner-images/issues/6002

Workflows using the ubuntu-18.04 image label should be updated to ubuntu-latest, ubuntu-20.04, or ubuntu-22.04

麻烦尝试更新.github/workflows/lint.yml,将ubuntu-18.04修改为ubuntu-20.04

Li-Ming-xin commented 11 months ago

LGTM