Skip to content
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

RISC-V: enabled intrinsics in dotProd, relaxed test thresholds #26666

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

mshabunin
Copy link
Contributor

@mshabunin mshabunin commented Dec 23, 2024

Resolves #24358

@asmorkalov asmorkalov added this to the 4.11.0 milestone Dec 24, 2024
@asmorkalov asmorkalov self-requested a review December 24, 2024 05:34
@asmorkalov asmorkalov added test category: imgproc category: core platform: arm ARM boards related issues: RPi, NVIDIA TK/TX, etc labels Dec 24, 2024
@asmorkalov
Copy link
Contributor

ARMv7 issue is still there:

[ RUN      ] Imgproc_Hist_Compare.accuracy
/mnt/disk/opencv/modules/ts/src/ts.cpp:612: Failure
Failed

        failure reason: Bad accuracy
        test case #58
        seed: 00000000000c5a96
-----------------------------------
        LOG:
The comparison result using the method #2 (Intersection)
        is inaccurate (=3.38945e+06, should be =3.38946e+06)
test_case_idx = 58

-----------------------------------
        CONSOLE: ...................................
-----------------------------------

[  FAILED  ] Imgproc_Hist_Compare.accuracy (98 ms)

Removed from description.

@asmorkalov asmorkalov self-assigned this Dec 24, 2024
@asmorkalov asmorkalov merged commit f106866 into opencv:4.x Dec 24, 2024
27 of 31 checks passed
@mshabunin mshabunin deleted the fix-rvv-tests branch December 24, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test for Core_DotProduct.accuracy fails on RISC-V RVV
2 participants