Introduce GSL as fully supported Lapack backend for matrix to matrix and matrix to vector multiplications#1852
Merged
fspindle merged 4 commits intolagadic:masterfrom Dec 10, 2025
Merged
Conversation
…rix to vector multiplications - Introduce spécific code in vpMatrix::blas_dgemm() and vpMatrix::blas_dgemv() - Adapt code to GSL row-major feature
…t vpForceTwistMatrix &V)
… arm ci
The following error occurs on
- CI - MacOS/Linux/Windows via Pixi / ubuntu-24.04-arm - Env full-ci-python-oldest Release
- CI - MacOS/Linux/Windows via Pixi / ubuntu-24.04-arm - Env full-ci-python-oldest Release
Running tracker on object dragon with configuration ccd-temporal-smoothing.json
0.0227379m, 16.8431°
Running tracker on object dragon with configuration depth-ccd-mask.json
0.0211274m, 5.04612°
Running tracker on object dragon with configuration depth-ccd.json
0.0207744m, 4.06342°
Running tracker on object dragon with configuration depth-klt-ccd-mask.json
0.0196572m, 3.85538°
Running tracker on object dragon with configuration depth-klt.json
0.019643m, 5.30298°
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
catchRBTDataset is a Catch2 v3.8.0 host application.
Run with -? for options
-------------------------------------------------------------------------------
Scenario: Running tracker on sequences with ground truth
Given: A sequence
-------------------------------------------------------------------------------
/home/runner/work/visp/visp/modules/tracker/rbt/test/catchRBTDataset.cpp:252
...............................................................................
/home/runner/work/visp/visp/modules/tracker/rbt/test/catchRBTDataset.cpp:392: FAILED:
explicitly with message:
Using object dragon with config depth-klt.json:
Maximum tolerated median error: 0.02m, 5°
Actual median error: 0.019643m, 5.30298°
===============================================================================
test cases: 1 | 1 failed
assertions: 1 | 1 failed
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1852 +/- ##
==========================================
- Coverage 47.89% 47.82% -0.07%
==========================================
Files 531 532 +1
Lines 68869 68920 +51
Branches 32165 32182 +17
==========================================
- Hits 32982 32963 -19
- Misses 31854 31902 +48
- Partials 4033 4055 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vpMatrix::blas_dgemm()andvpMatrix::blas_dgemv()