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

feature: add RAJA kernel launches and basic CUDA support #1026

Open
wants to merge 100 commits into
base: develop
Choose a base branch
from

Conversation

johnbowen42
Copy link
Contributor

@johnbowen42 johnbowen42 commented Nov 6, 2023

As of 2/8, this the main execution loops in domain_integral_kernels.hpp are compiling, passing very basic unit tests, and using a reasonable amount of memory for hexahedron or cubic element types. A couple main things remain to be done on this PR:

  • Refactor boundary_integral_kernels.hpp by copying the existing RAJA implementation inside domain_integral_kernels.hpp
  • Ensure existing CPU unit tests still pass

@johnbowen42 johnbowen42 changed the title feature: add RAJA for all loops and CUDA support feature: add RAJA kernel launches and basic CUDA support Feb 28, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2024

Codecov Report

Attention: Patch coverage is 98.31288% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 90.71%. Comparing base (b1bedfe) to head (98fc557).
Report is 10 commits behind head on develop.

Files Patch % Lines
.../serac/numerics/functional/element_restriction.cpp 0.00% 4 Missing ⚠️
...rics/functional/tests/functional_comparison_L2.cpp 71.42% 4 Missing ⚠️
...ac/numerics/functional/detail/quadrilateral_L2.inl 90.00% 1 Missing ⚠️
...rc/serac/numerics/functional/detail/segment_L2.inl 75.00% 1 Missing ⚠️
...c/serac/numerics/functional/detail/triangle_L2.inl 90.90% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1026      +/-   ##
===========================================
+ Coverage    90.63%   90.71%   +0.08%     
===========================================
  Files          162      162              
  Lines        14464    14633     +169     
===========================================
+ Hits         13109    13274     +165     
- Misses        1355     1359       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

8 participants