-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement simplemath #4905
implement simplemath #4905
Conversation
simplemath 只需要实现 float 版本就足够吧,ncnn 里头应该没用到 double :D |
|
Codecov Report
@@ Coverage Diff @@
## master #4905 +/- ##
==========================================
- Coverage 94.89% 94.51% -0.39%
==========================================
Files 776 784 +8
Lines 238724 239612 +888
==========================================
- Hits 226547 226479 -68
- Misses 12177 13133 +956
|
@nihui nihui大大,我在.ci/test-coverage.yml末尾添加了一个“linux-gcc-x64-simplemath"测试任务之后,test-coverage.yml文件就运行失败了,我想问为什么我的test-coveragte.yml测试会失败?是因为我在test-coverage.yml文件后面添加的“linux-gcc-x64-simplemath”写错了么? |
@nihui 想问一下,为什么test-coverage.yml运行失败吗? |
当我尝试在苹果M1芯片上的ubuntu虚拟机里编译ncnn时,cmake命令是 |
这是新版本 clang / gcc 的行为,可以添加 |
是的。昨晚我也尝试过加入-mno-outline-atomics参数进行编译,确实可以成功编译。但是我搜索一番,担心-mno-outline-atomics会影响编译器的其它行为,所以没有采用。Anyway,我现在把 |
我已经完成了代码的编写了, @nihui 可以打开测试然后检查我的代码了。 |
@nihui nihui忘记simplemath了吗?😂 |
delete #include<math.h>
Thanks for your contribution ! |
No description provided.