Skip to content

Commit

Permalink
add comment for converting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuting Jiang committed Jul 27, 2021
1 parent 3dbd8b4 commit 349e04c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ if(CUDAToolkit_FOUND)
# ROCm environment
elseif(HIP_FOUND)
message(STATUS "Found HIP: " ${HIP_VERSION})


# Convert cuda code to hip code inplace
execute_process(COMMAND hipify-perl -inplace -print-stats kernel_launch.cu
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/)

Expand Down

0 comments on commit 349e04c

Please sign in to comment.