Adding tuner plugin example for MI300 (#1274)

[ROCm/rccl commit: b005c13292]
This commit is contained in:
Pedram Alizadeh
2024-07-29 15:43:36 -04:00
zatwierdzone przez GitHub
rodzic 92d874be50
commit 562eb08978
2 zmienionych plików z 214 dodań i 6 usunięć
@@ -3,9 +3,9 @@
#
# See LICENSE.txt for license information
#
NCCL_HOME:=../../build/
CUDA_HOME:=/usr/local/cuda
INC:= -I$(NCCL_HOME)/include -I$(CUDA_HOME)/include -Inccl
RCCL_HOME:=../../build/release
HIP_HOME:=/opt/rocm
INC:= -I$(RCCL_HOME)/include/ -I$(HIP_HOME)/include/ -D__HIP_PLATFORM_AMD__ -Inccl
PLUGIN_SO:=libnccl-tuner.so
default: $(PLUGIN_SO)