Skip to content

Commit

Permalink
commenting hip return on path not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ramcherukuri committed Feb 27, 2024
1 parent 0cdfd46 commit d64ae92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/LoadHIP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ else()
set(HIP_PATH $ENV{HIP_PATH})
endif()

if(NOT EXISTS ${HIP_PATH})
return()
endif()
# if(NOT EXISTS ${HIP_PATH})
# return()
# endif()

# HCC_PATH
if(NOT DEFINED ENV{HCC_PATH})
Expand Down

0 comments on commit d64ae92

Please sign in to comment.