Delete commented out C++ flag for OpenACC as no longer needed
This commit is contained in:
parent
31cb567e21
commit
eae8da57ac
@ -65,7 +65,6 @@ endif ()
|
||||
if (OPENACC)
|
||||
add_executable(gpu-stream-acc main.cpp ACCStream.cpp)
|
||||
target_compile_definitions(gpu-stream-acc PUBLIC ACC)
|
||||
#target_compile_options(gpu-stream-acc PUBLIC "-hstd=c++11")
|
||||
else ()
|
||||
message("Skipping OpenACC...")
|
||||
endif ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user