Skip to content

Commit

Permalink
Merge pull request #242 from LLNL/kernel/artv3/convection-3DPA
Browse files Browse the repository at this point in the history
Add FEM convection kernel
  • Loading branch information
artv3 authored May 9, 2022
2 parents ecdc637 + c70a92a commit a6ff66a
Show file tree
Hide file tree
Showing 13 changed files with 1,966 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ blt_add_executable(
NAME raja-perf-omptarget.exe
SOURCES RAJAPerfSuiteDriver.cpp
apps/AppsData.cpp
apps/CONVECTION3DPA.cpp
apps/CONVECTION3DPA-Seq.cpp
apps/CONVECTION3DPA-OMPTarget.cpp
apps/DEL_DOT_VEC_2D.cpp
apps/DEL_DOT_VEC_2D-Seq.cpp
apps/DEL_DOT_VEC_2D-OMPTarget.cpp
Expand Down
6 changes: 6 additions & 0 deletions src/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
blt_add_library(
NAME apps
SOURCES AppsData.cpp
CONVECTION3DPA.cpp
CONVECTION3DPA-Cuda.cpp
CONVECTION3DPA-Hip.cpp
CONVECTION3DPA-Seq.cpp
CONVECTION3DPA-OMP.cpp
CONVECTION3DPA-OMPTarget.cpp
DEL_DOT_VEC_2D.cpp
DEL_DOT_VEC_2D-Seq.cpp
DEL_DOT_VEC_2D-Hip.cpp
Expand Down
Loading

0 comments on commit a6ff66a

Please sign in to comment.