-
Notifications
You must be signed in to change notification settings - Fork 98
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
batched - dense: Testing and fixing Serial QR #2342
base: develop
Are you sure you want to change the base?
Commits on Nov 6, 2024
-
batched - dense: Testing and fixing Serial QR
The serial QR algorithms does not have unit-tests and is failing for non square matrices. See issue kokkos#2328. This first commit fixes the issue with rectangular matrices and adds a basic test for that use case. Next will work on adding a test that exercises the interfaces on multiple matrices of different sizes within a parallel_for. Finally equivalent tests will be added for the square case as well. Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb597ce - Browse repository at this point
Copy the full SHA cb597ceView commit details -
Actually commiting the new the new tests...
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e806706 - Browse repository at this point
Copy the full SHA e806706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4330e - Browse repository at this point
Copy the full SHA 6e4330eView commit details -
Batch - QR: starting test process for FormQ
It looks like the Left NoTranspose ApplyQ is not doing the correct thing. Will have a look at that next. Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cbc1aa - Browse repository at this point
Copy the full SHA 8cbc1aaView commit details -
Batched - QR: adding tests for batch of variable size matrices
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1283473 - Browse repository at this point
Copy the full SHA 1283473View commit details -
Batched - QR: clang-format and cast values in macro
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90a1deb - Browse repository at this point
Copy the full SHA 90a1debView commit details -
Batch - QR: fixing obvious type...
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c17049 - Browse repository at this point
Copy the full SHA 7c17049View commit details -
Batch - QR: simplifying batch QR test.
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d21889 - Browse repository at this point
Copy the full SHA 7d21889View commit details -
Batched - QR: fix execution space in unit-test views
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8dadce - Browse repository at this point
Copy the full SHA b8dadceView commit details -
Batched - QR: applying clang-format
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a4ba79 - Browse repository at this point
Copy the full SHA 0a4ba79View commit details -
Batch - QR: fixing type issue in macro
Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 748bfc8 - Browse repository at this point
Copy the full SHA 748bfc8View commit details -
Batch - QR: finishing batched unit-test
Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82796eb - Browse repository at this point
Copy the full SHA 82796ebView commit details -
Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7e5877 - Browse repository at this point
Copy the full SHA f7e5877View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6fc4d - Browse repository at this point
Copy the full SHA fb6fc4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1162a7 - Browse repository at this point
Copy the full SHA c1162a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24686b - Browse repository at this point
Copy the full SHA b24686bView commit details