-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare r,theta advection tests for GPU (#110)
Simplify r,theta advection tests to help with porting. Unnecessary inheritance is removed. This inheritance prevents the methods from being called from GPU. `KOKKOS_FUNCTION` tags are added to allow the test classes to be used on the GPU for tests
- Loading branch information
1 parent
131f624
commit 5399bc4
Showing
7 changed files
with
395 additions
and
479 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
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
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
Oops, something went wrong.