forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GatherAndPush: Use CTO ParallelFor (ECP-WarpX#5217)
* GatherAndPush: Use CTO ParallelFor The GPU kernel in GatherAndPush contains Parsers for computing external E and B fields. It's known that even if the Parsers are not used at run time, the occupancy on AMD GPUs are still affected. This is probably reason why this kernel is 50% slower on MI200 than on A100. Using CTO ParallelFor should improve the performance. * Clang-Tidy: NOLINT(misc-const-correctness) * Fix first-capture for cuda --------- Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
- Loading branch information
1 parent
14cd5e9
commit 952022e
Showing
1 changed file
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters