Adding tuner plugin example for MI300 (#1274)
[ROCm/rccl commit: b005c13292]
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
92d874be50
commit
562eb08978
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user