Difference between revisions of "Porting/ncnn"

From RCS Wiki
Jump to navigation Jump to search
(SSE4.1 missing for POWER9/Clang on Fedora 38: Caused by LLVM issue 64664)
(Finished: load_param_mem pybind)
Line 4: Line 4:
 
* [https://github.com/Tencent/ncnn/pull/4845 VSX toolchains: check for SSE2 support]
 
* [https://github.com/Tencent/ncnn/pull/4845 VSX toolchains: check for SSE2 support]
 
* [https://github.com/Tencent/ncnn/pull/4853 Add POWER8 VSX toolchains]
 
* [https://github.com/Tencent/ncnn/pull/4853 Add POWER8 VSX toolchains]
 +
* [https://github.com/Tencent/ncnn/pull/4924 load_param_mem pybind]
  
 
= In progress =
 
= In progress =
  
* [https://github.com/Tencent/ncnn/pull/4924 load_param_mem pybind]
 
 
* 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

Revision as of 03:23, 23 August 2023

Finished

In progress

  • CI missing for POWER9/Clang
  • SSE4.1 missing for POWER9/Clang on Fedora 38
    • Caused by LLVM issue 64664
  • Replace SSE with native VSX

See Also