Fix: Properly guard rocm_smi_wrap.cc content with USE_ROCMSMI

이 커밋은 다음에 포함됨:
Donato Capitella
2026-02-01 10:13:38 +00:00
부모 95b150d96a
커밋 484bd5bf0f
+2
파일 보기
@@ -1,3 +1,4 @@
#if defined(USE_ROCMSMI)
/*
Copyright (c) 2021-2024 Advanced Micro Devices, Inc. All rights reserved.
@@ -201,3 +202,4 @@ ncclResult_t rocm_smi_getLinkInfo(int srcIndex, int dstIndex, RSMI_IO_LINK_TYPE*
return ncclSuccess;
}
#endif