Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1100,13 +1100,6 @@ if(USE_ROCM)
endif()
endif()

# ROCM-SMI needed to support symmetric memory
if(USE_DISTRIBUTED AND UNIX)
list(APPEND Caffe2_PUBLIC_HIP_DEPENDENCY_LIBS
rocm_smi64
)
endif()

# ---[ Kernel asserts
# Kernel asserts is disabled for ROCm by default.
# It can be turned on by turning on the env USE_ROCM_KERNEL_ASSERT to the build system.
Expand Down
1 change: 0 additions & 1 deletion cmake/public/LoadHIP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ if(HIP_FOUND)
if(UNIX)
find_package_and_print_version(rccl)
find_package_and_print_version(hsa-runtime64 REQUIRED)
find_package_and_print_version(rocm_smi REQUIRED)
endif()

# Optional components.
Expand Down