Skip to content

Commit

Permalink
update CMakeList
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang committed Feb 2, 2024
1 parent 8cb2c10 commit 2400342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ if(HIOP_USE_GPU)
endif()

if(HIOP_USE_CUDA)
set(HIOP_USE_RAJA "ON") #CUDA/HIP requires using RAJA.
enable_language(CUDA)
check_language(CUDA)

Expand Down Expand Up @@ -269,7 +270,6 @@ if(HIOP_USE_GPU)
"\n* HIOP_USE_HIP"
)
endif()
set(HIOP_USE_RAJA "ON") #CUDA/HIP requires using RAJA. This dependency will be removed in a future release, after somee necessary implementations.
endif(HIOP_USE_GPU)

if(HIOP_USE_RAJA)
Expand Down

0 comments on commit 2400342

Please sign in to comment.