Skip to content

Conversation

@kshyatt
Copy link
Member

@kshyatt kshyatt commented Dec 23, 2025

This one could probably use some work on the tests themselves (trunc not really playing well with the GPU) and more algorithm tests

@kshyatt kshyatt requested review from Jutho and lkdvos December 23, 2025 08:10
@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
...ixAlgebraKitAMDGPUExt/MatrixAlgebraKitAMDGPUExt.jl 78.04% <ø> (-7.67%) ⬇️
ext/MatrixAlgebraKitGenericLinearAlgebraExt.jl 96.38% <100.00%> (+0.04%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kshyatt kshyatt force-pushed the testsuite-orthnull branch 3 times, most recently from 4b6c91a to b63c76c Compare December 27, 2025 12:16

M = LinearMap(A)
# broken
#VM, CM = @testinferred left_orth(M; alg = :svd)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is slightly annoying, but I think we could bypass this by defining a function in this file at toplevel like this:

_left_orth(x) = left_orth(x; alg = :svd)

This should manually mimick what @constinferred would do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants