Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BEM: use :static scheduling for implicit solvers #8

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

tkemmer
Copy link
Owner

@tkemmer tkemmer commented Jan 23, 2025

Our implicit solvers currently rely on thread IDs remaining constant during computation in order to access per-thread pre-allocated data caches.

Fixes: #7

Our implicit solvers currently rely on thread IDs remaining constant
during computation in order to access per-thread pre-allocated data
caches.

Fixes: #7
@tkemmer tkemmer added the bug label Jan 23, 2025
@tkemmer tkemmer added this to the v1.4 milestone Jan 23, 2025
@tkemmer tkemmer self-assigned this Jan 23, 2025
@tkemmer tkemmer merged commit 9b51b16 into develop Jan 23, 2025
@tkemmer tkemmer deleted the tk/threads branch January 23, 2025 13:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implicit: task migration might corrupt dat caches
1 participant