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

Optimisation for summing x-oriented array and z-oriented array #59

Closed
JamieJQuinn opened this issue Feb 26, 2024 · 1 comment
Closed
Assignees
Labels
omp Related to openMP backend performance priority low Low priority issue

Comments

@JamieJQuinn
Copy link
Collaborator

CUDA backend implements a function to directly add a z-oriented array to a x-oriented into an x-oriented array. This replaces a reorder operation followed by a sum.

@JamieJQuinn JamieJQuinn added omp Related to openMP backend priority low Low priority issue labels Feb 26, 2024
@semi-h
Copy link
Member

semi-h commented Feb 26, 2024

Duplicates #38

@semi-h semi-h closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
omp Related to openMP backend performance priority low Low priority issue
Projects
None yet
Development

No branches or pull requests

3 participants