Skip to content

Commit

Permalink
fix ROCm deprecating path (#1800)
Browse files Browse the repository at this point in the history
Summary:
fix the deprecating path for the future rocm versions.

Pull Request resolved: #1800

Reviewed By: q10

Differential Revision: D46487481

Pulled By: shintaro-iwasaki

fbshipit-source-id: 27a32581387e77f00fc238c052704967b6faf94c
  • Loading branch information
liligwu authored and facebook-github-bot committed Jun 6, 2023
1 parent e9d7e3e commit 00ee2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu/cmake/Hip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ IF(HIP_FOUND)
set(rocthrust_DIR ${ROCM_PATH}/lib/cmake/rocthrust)
set(ROCclr_DIR ${ROCM_PATH}/rocclr/lib/cmake/rocclr)
set(ROCRAND_INCLUDE ${ROCM_PATH}/include)
set(ROCM_SMI_INCLUDE ${ROCM_PATH}/rocm_smi/include)
set(ROCM_SMI_INCLUDE ${ROCM_PATH}/include)
else()
message(FATAL_ERROR "\n***** The minimal ROCm version is 5.1.0 but have ${ROCM_VERSION_DEV} installed *****\n")
endif()
Expand Down

0 comments on commit 00ee2aa

Please sign in to comment.