Difference between revisions of "Porting/ncnn"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (→In progress: load_param_mem pybind) |
JeremyRand (talk | contribs) (SSE4.1 missing for POWER9/Clang on Fedora 38: Caused by LLVM issue 64664) |
||
Line 10: | Line 10: | ||
* CI missing for POWER9/Clang | * CI missing for POWER9/Clang | ||
* SSE4.1 missing for POWER9/Clang on Fedora 38 | * SSE4.1 missing for POWER9/Clang on Fedora 38 | ||
+ | ** Caused by [[Porting/LLVM|LLVM]] issue 64664 | ||
* Replace SSE with native VSX | * Replace SSE with native VSX | ||
Revision as of 03:22, 23 August 2023
Finished
- Translate x86_64 SSE to ppc64le VSX intrinsics
- VSX toolchains: check for SSE2 support
- Add POWER8 VSX toolchains
In progress
- load_param_mem pybind
- CI missing for POWER9/Clang
- SSE4.1 missing for POWER9/Clang on Fedora 38
- Caused by LLVM issue 64664
- Replace SSE with native VSX