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

Fix blas tests #627

Merged
merged 1 commit into from
May 11, 2024
Merged

Fix blas tests #627

merged 1 commit into from
May 11, 2024

Conversation

pxl-th
Copy link
Collaborator

@pxl-th pxl-th commented May 11, 2024

  • Use function arguments instead of captured variables, otherwise we mix CPU & GPU arrays and segfault:
-@test testf((a, b) -> f(TR(A)) * b, A, x)
+@test testf((a, b) -> f(TR(a)) * b, A, x)

@pxl-th pxl-th merged commit 70ac953 into master May 11, 2024
3 checks passed
@pxl-th pxl-th deleted the pxl-th/fix-blas branch May 11, 2024 09:54
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.

None yet

1 participant