Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ramcherukuri committed Mar 6, 2024
1 parent fe18b35 commit 5cfb82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/LoadHIP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ endif()

# Add HIP to the CMAKE Module Path
set(CMAKE_MODULE_PATH ${HIP_PATH}/cmake ${CMAKE_MODULE_PATH})
# list(APPEND CMAKE_MODULE_PATH ${ROCM_PATH}/lib/cmake/hip)
list(APPEND CMAKE_MODULE_PATH ${ROCM_PATH}/lib/cmake/hip)

# Disable Asserts In Code (Can't use asserts on HIP stack.)
add_definitions(-DNDEBUG)
Expand Down

0 comments on commit 5cfb82f

Please sign in to comment.