Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Tools/CMake/AMReXParallelBackends.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,6 @@ if (AMReX_HIP)
" Ensure that HIP is either installed in /opt/rocm/hip or the variable HIP_PATH is set to point to the right location.")
endif()

if(${_this_comp} STREQUAL hipcc)
message(WARNING "You are using the legacy wrapper 'hipcc' as the HIP compiler.\n"
"Use AMD's 'clang++'/'amdclang++' compiler, or on Cray "
"the CC compiler wrapper instead.")
endif()
# AMD's or mainline clang++ with support for "-x hip"
# Cray's CC wrapper that points to AMD's clang++ underneath
if(NOT ${_this_comp} STREQUAL hipcc)
Expand Down
Loading