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

Don't use AppleAccelerate on number types that are not floats #411

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

SebastianM-C
Copy link
Contributor

@SebastianM-C SebastianM-C commented Oct 30, 2023

@ChrisRackauckas I saw that this was done for MKL in #390, but it seems to be missing for AppleAccelerate. Is this the correct way to handle it?

@ElisabethRoesch
Copy link

ElisabethRoesch commented Oct 31, 2023

I can confirm this fixed the issue on my Mac. Prior to the fix I got

│    MethodError: no method matching aa_getrf!(::Matrix{ForwardDiff.Dual{....

@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #411 (7f4d23b) into main (7527328) will decrease coverage by 0.56%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #411      +/-   ##
==========================================
- Coverage   69.92%   69.36%   -0.56%     
==========================================
  Files          26       26              
  Lines        1965     1965              
==========================================
- Hits         1374     1363      -11     
- Misses        591      602      +11     
Files Coverage Δ
src/default.jl 66.32% <100.00%> (-1.03%) ⬇️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas
Copy link
Member

yup this is correct thanks

@ChrisRackauckas ChrisRackauckas merged commit 16ee476 into SciML:main Oct 31, 2023
10 of 20 checks passed
@SebastianM-C SebastianM-C deleted the patch-1 branch October 31, 2023 15:14
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