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

Add check keyword argument to generic calls #33

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

ChrisRackauckas
Copy link
Contributor

lu!(fact, A, check=false) works for CPU but not for GPU because this keyword argument is not allowed. This makes it hard to use the generic interface in generic code because it has slightly different arguments. This adds the check keyword argument to match the original argument interface.

`lu!(fact, A, check=false)` works for CPU but not for GPU because this keyword argument is not allowed. This makes it hard to use the generic interface in generic code because it has slightly different arguments. This adds the `check` keyword argument to match the original argument interface.
@amontoison amontoison merged commit 8fca66d into exanauts:main Apr 19, 2024
4 checks passed
@ChrisRackauckas ChrisRackauckas deleted the patch-1 branch April 19, 2024 18:21
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.

2 participants