Unverified Commit 4abda6f5 authored by user4543's avatar user4543 Committed by GitHub
Browse files

Benchmarks: Build Pipeline - Update rccl-tests submodule to fix divide by zero error (#306)

**Description**
Update rccl-tests submodule to fix divide by zero error.
parent 6cdf7595
...@@ -66,7 +66,7 @@ ifneq (,$(wildcard fio/Makefile)) ...@@ -66,7 +66,7 @@ ifneq (,$(wildcard fio/Makefile))
cd ./fio && ./configure --prefix=$(SB_MICRO_PATH) --disable-native && make -j && make install cd ./fio && ./configure --prefix=$(SB_MICRO_PATH) --disable-native && make -j && make install
endif endif
# Build rccl-tests from commit dc1ad48 of develop branch (default branch). # Build rccl-tests from commit 602b745 of develop branch (default branch).
rocm_rccl_tests: sb_micro_path rocm_rccl_tests: sb_micro_path
ifneq (, $(wildcard rccl-tests/Makefile)) ifneq (, $(wildcard rccl-tests/Makefile))
cd ./rccl-tests && make MPI=1 MPI_HOME=$(MPI_HOME) HIP_HOME=$(HIP_HOME) RCCL_HOME=$(RCCL_HOME) -j cd ./rccl-tests && make MPI=1 MPI_HOME=$(MPI_HOME) HIP_HOME=$(HIP_HOME) RCCL_HOME=$(RCCL_HOME) -j
......
Subproject commit dc1ad4853d7ec738387d42a75a58a98d7af00c7b Subproject commit 602b745ff48f4aa7d73e8fd946442b666fae344f
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment