Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ endif ()

# end backends

option(CAMP_USE_PLATFORM_DEFAULT_STREAM "Whether CAMP should use the default device streams (On) or create separate streams (Off)" Off)

# Configure the config header file to allow config time options
configure_file(${PROJECT_SOURCE_DIR}/include/camp/config.in.hpp
${PROJECT_BINARY_DIR}/include/camp/config.hpp)
Expand Down
1 change: 1 addition & 0 deletions include/camp/config.in.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#cmakedefine CAMP_ENABLE_HIP
#cmakedefine CAMP_ENABLE_SYCL
#cmakedefine CAMP_WIN_STATIC_BUILD
#cmakedefine01 CAMP_USE_PLATFORM_DEFAULT_STREAM
#endif

#define CAMP_VERSION_MAJOR @camp_VERSION_MAJOR@
Expand Down