Fix CI missing omp library
Fix thrust model typo
This commit is contained in:
parent
53f3b7b8a4
commit
7bf0b212d9
@ -127,7 +127,7 @@ register_model(acc ACC ACCStream.cpp)
|
|||||||
# defining RAJA collides with the RAJA namespace so USE_RAJA
|
# defining RAJA collides with the RAJA namespace so USE_RAJA
|
||||||
register_model(raja USE_RAJA RAJAStream.cpp)
|
register_model(raja USE_RAJA RAJAStream.cpp)
|
||||||
register_model(tbb TBB TBBStream.cpp)
|
register_model(tbb TBB TBBStream.cpp)
|
||||||
register_model(thurst THRUST ThrustStream.cu) # Thrust uses cu, even for rocThrust
|
register_model(thrust THRUST ThrustStream.cu) # Thrust uses cu, even for rocThrust
|
||||||
|
|
||||||
|
|
||||||
set(USAGE ON CACHE BOOL "Whether to print all custom flags for the selected model")
|
set(USAGE ON CACHE BOOL "Whether to print all custom flags for the selected model")
|
||||||
|
|||||||
@ -225,7 +225,7 @@ setup_tbb() {
|
|||||||
|
|
||||||
setup_clang_gcc() {
|
setup_clang_gcc() {
|
||||||
|
|
||||||
sudo apt-get install -y -qq gcc-10-offload-nvptx gcc-10-offload-amdgcn libtbb2 libtbb-dev g++-10 clang
|
sudo apt-get install -y -qq gcc-10-offload-nvptx gcc-10-offload-amdgcn libtbb2 libtbb-dev g++-10 clang libomp-dev
|
||||||
|
|
||||||
export_var GCC_CXX "$(which g++-10)"
|
export_var GCC_CXX "$(which g++-10)"
|
||||||
verify_bin_exists "$GCC_CXX"
|
verify_bin_exists "$GCC_CXX"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user