Difference between revisions of "Porting/ncnn"

From RCS Wiki
Jump to navigation Jump to search
(Finished: Add POWER8 VSX toolchains)
(→‎In progress: load_param_mem pybind)
Line 7: Line 7:
 
= 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 11:05, 7 August 2023

Finished

In progress

  • load_param_mem pybind
  • CI missing for POWER9/Clang
  • SSE4.1 missing for POWER9/Clang on Fedora 38
  • Replace SSE with native VSX

See Also