Skip to content

Commit

Permalink
got rid of extra message call
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenNhuDi committed Nov 21, 2024
1 parent a65d0cc commit 1fe583e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions toolchain-linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ if (NOT DEFINED ENV{ROCM_PATH})
set(ENV{ROCM_PATH} "/opt/rocm" CACHE PATH "Path to the ROCm installation.")
endif()

message("$ENV{ROCM_PATH}")

set(rocm_bin "$ENV{ROCM_PATH}/bin")
if (NOT DEFINED CMAKE_PREFIX_PATH)
list( APPEND CMAKE_PREFIX_PATH $ENV{ROCM_PATH}/llvm $ENV{ROCM_PATH})
Expand Down

0 comments on commit 1fe583e

Please sign in to comment.