Unverified Commit b75e3bb9 authored by Caroline Chen's avatar Caroline Chen Committed by GitHub
Browse files

[fbsync] Remove trailing whitespace (#1803)

parent a7bdedae
...@@ -69,7 +69,7 @@ if(USE_CUDA AND USE_ROCM) ...@@ -69,7 +69,7 @@ if(USE_CUDA AND USE_ROCM)
message(FATAL "CUDA and ROCm are mutually exclusive") message(FATAL "CUDA and ROCm are mutually exclusive")
endif() endif()
if(USE_ROCM) if(USE_ROCM)
# Find the HIP package, set the HIP paths, load the HIP CMake. # Find the HIP package, set the HIP paths, load the HIP CMake.
include(cmake/LoadHIP.cmake) include(cmake/LoadHIP.cmake)
if(NOT PYTORCH_FOUND_HIP) if(NOT PYTORCH_FOUND_HIP)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment