-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
blt_add_executable( | ||
NAME one | ||
SOURCES one.cpp) | ||
NAME 01_blt_cmake | ||
SOURCES 01_blt_cmake.cpp) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
blt_add_executable( | ||
NAME four | ||
SOURCES four.cpp | ||
NAME 04_raja_forall | ||
SOURCES 04_raja_forall.cpp | ||
DEPENDS_ON RAJA umpire cuda) |
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
blt_add_executable( | ||
NAME five | ||
SOURCES five.cpp | ||
NAME 05_raja_reduce | ||
SOURCES 05_raja_reduce.cpp | ||
DEPENDS_ON RAJA umpire) |
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
if (ENABLE_CUDA) | ||
blt_add_executable( | ||
NAME six | ||
SOURCES six.cpp | ||
NAME 06_raja_umpire_uvm | ||
SOURCES 06_raja_umpire_uvm.cpp | ||
DEPENDS_ON RAJA umpire cuda) | ||
endif() | ||
|
File renamed without changes.
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