diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b1b7c8aba..c86bb57ad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ if(USE_CUDA AND USE_ROCM) message(FATAL "CUDA and ROCm are mutually exclusive") endif() -if(USE_ROCM) +if(USE_ROCM) # Find the HIP package, set the HIP paths, load the HIP CMake. include(cmake/LoadHIP.cmake) if(NOT PYTORCH_FOUND_HIP)