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 SCOPED_TRACE in test_multiplication_hermitian #1206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msimberg
Copy link
Collaborator

@msimberg msimberg commented Oct 31, 2024

The pika task may yield while the SCOPED_TRACE is in scope, and if it resumes on a different thread there will be segfaults. This PR removes the use of SCOPED_TRACE in that test.

It's still unclear what exactly in pika ends up yielding, since it's not expected to yield. That will be investigated separately.

Part of #603.

@msimberg msimberg self-assigned this Oct 31, 2024
@msimberg
Copy link
Collaborator Author

cscs-ci run

@msimberg
Copy link
Collaborator Author

cscs-ci run

@msimberg
Copy link
Collaborator Author

cscs-ci run

3 similar comments
@msimberg
Copy link
Collaborator Author

cscs-ci run

@msimberg
Copy link
Collaborator Author

msimberg commented Nov 4, 2024

cscs-ci run

@msimberg
Copy link
Collaborator Author

msimberg commented Nov 4, 2024

cscs-ci run

@msimberg
Copy link
Collaborator Author

msimberg commented Nov 5, 2024

cscs-ci run

1 similar comment
@msimberg
Copy link
Collaborator Author

msimberg commented Nov 5, 2024

cscs-ci run

@msimberg msimberg changed the title Test only hemm on cpu release CI pipelines Don't use SCOPED_TRACE in test_multiplication_hermitian Nov 5, 2024
@msimberg msimberg changed the title Don't use SCOPED_TRACE in test_multiplication_hermitian Don't use SCOPED_TRACE in test_multiplication_hermitian Nov 5, 2024
@msimberg msimberg marked this pull request as ready for review November 5, 2024 13:46
@msimberg
Copy link
Collaborator Author

msimberg commented Nov 5, 2024

cscs-ci run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant