mirror of
https://github.com/opencv/opencv.git
synced 2024-12-18 11:28:02 +08:00
b5ea32158a
Upgrade RISC-V Vector intrinsic and cleanup the obsolete RVV backend. #25883 This patch upgrade RISC-V Vector intrinsic from `v0.10` to `v0.12`/`v1.0`: - Update cmake check and options; - Upgrade RVV implement for Universal Intrinsic; - Upgrade RVV optimized DNN kernel. - Cleanup the obsolete RVV backend (`intrin_rvv.hpp`) and compatable header file. With this patch, RVV backend require Clang 17+ or GCC 14+ (which means `__riscv_v_intrinsic >= 12000`, see https://godbolt.org/z/es7ncETE3) This patch is test with Clang 17.0.6 (require extra `-DWITH_PNG=OFF` due to ICE), Clang 18.1.8 and GCC 14.1.0 on QEMU and k230 (with `--gtest_filter="*hal_*"`). ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [ ] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake |
||
---|---|---|
.. | ||
runtime | ||
atomic_check.cpp | ||
cann.cpp | ||
cpu_avx2.cpp | ||
cpu_avx512.cpp | ||
cpu_avx512clx.cpp | ||
cpu_avx512cnl.cpp | ||
cpu_avx512common.cpp | ||
cpu_avx512icl.cpp | ||
cpu_avx512knl.cpp | ||
cpu_avx512knm.cpp | ||
cpu_avx512skx.cpp | ||
cpu_avx.cpp | ||
cpu_fp16.cpp | ||
cpu_lasx.cpp | ||
cpu_lsx.cpp | ||
cpu_msa.cpp | ||
cpu_neon_bf16.cpp | ||
cpu_neon_dotprod.cpp | ||
cpu_neon_fp16.cpp | ||
cpu_neon.cpp | ||
cpu_popcnt.cpp | ||
cpu_rvv.cpp | ||
cpu_sse2.cpp | ||
cpu_sse3.cpp | ||
cpu_sse41.cpp | ||
cpu_sse42.cpp | ||
cpu_sse.cpp | ||
cpu_ssse3.cpp | ||
cpu_vsx3.cpp | ||
cpu_vsx_asm.cpp | ||
cpu_vsx.cpp | ||
cxx11.cpp | ||
directml.cpp | ||
directx.cpp | ||
ffmpeg_test.cpp | ||
framebuffer.cpp | ||
lapack_check.cpp | ||
opencl.cpp | ||
OpenCVDetectCudaArch.cu | ||
openvx_refenum_test.cpp | ||
vtk_test.cpp | ||
vulkan.cpp | ||
webnn.cpp | ||
win32uitest.cpp |