Support gfx950 in topo_expl and resolve dependency on FMT (#1829)

* Support gfx950 in topo_expl

* Fix dependencies and fetch fmt from sources

* Remove third_party folder in make clean

* Add empty target when fmt is found

* Add MI350 example

* Update README.md

---------

Co-authored-by: isaki001 <ioannissakiotis@gmail.com>
This commit is contained in:
Mustafa Abduljabbar
2025-08-26 10:11:38 -04:00
committed by GitHub
parent 5e7937effb
commit dfad51e3c9
5 changed files with 210 additions and 5 deletions
+3
View File
@@ -11,5 +11,8 @@ static struct rcclKernelItem rcclKernelTable[] = { };
template <int unroll>
__forceinline__ __device__ void NCCL_CALL_FUNCTIONS(unsigned short funcIndex) noexcept { }
__forceinline__ __device__ void NCCL_CALL_FUNCTIONS_1(unsigned short funcIndex) noexcept { }
__forceinline__ __device__ void NCCL_CALL_FUNCTIONS_2(unsigned short funcIndex) noexcept { }
__forceinline__ __device__ void NCCL_CALL_FUNCTIONS_4(unsigned short funcIndex) noexcept { }
#endif