Replaced ROCmSoftwarePlatform and RadeonOpenCompute links with ROCm links. (#1125)
[ROCm/rccl commit: 503a472a25]
This commit is contained in:
committed by
GitHub
parent
19897f8d90
commit
62a6a07d49
@@ -7,7 +7,7 @@ Following packages are required to run Topology Visualizer:
|
||||
2. graphviz
|
||||
|
||||
## Usage
|
||||
Topology Visualizer accepts both RCCL log files or simulator output, i.e. [Topology Explorer](https://github.com/ROCmSoftwarePlatform/rccl/tree/master/tools/topo_expl "Topology Explorer").
|
||||
Topology Visualizer accepts both RCCL log files or simulator output, i.e. [Topology Explorer](https://github.com/ROCm/rccl/tree/master/tools/topo_expl "Topology Explorer").
|
||||
|
||||
RCCL logs needs to be collected with NCCL_DEBUG=INFO and NCCL_DEBUG_SUBSYS=INIT,GRAPH environmental variables. Example command line:
|
||||
```shell
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# TransferBench
|
||||
|
||||
TransferBench is a simple utility capable of benchmarking simultaneous copies between user-specified devices (CPUs/GPUs).
|
||||
TransferBench can now be found at: https://github.com/ROCmSoftwarePlatform/TransferBench
|
||||
TransferBench can now be found at: https://github.com/ROCm/TransferBench
|
||||
|
||||
## Copyright
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ export MY_OMPI_BRANCH=v5.0.x
|
||||
export MY_OMPI_DIR=$PWD/ompi/install
|
||||
|
||||
# HIP MPI testsuite
|
||||
export MY_HIP_MPI_TEST_SOURCE=git@github.com:ROCmSoftwarePlatform/hip-mpi-testsuite.git
|
||||
export MY_HIP_MPI_TEST_SOURCE=git@github.com:ROCm/hip-mpi-testsuite.git
|
||||
export MY_HIP_MPI_TEST_DIR=$PWD/hip-mpi-testsuite
|
||||
|
||||
# OSU Benchmark configuration options
|
||||
@@ -29,17 +29,17 @@ export MY_OSU_FILE=osu-micro-benchmarks-7.2.tar.gz
|
||||
export MY_OSU_DIR=$PWD/osu-micro-benchmarks-7.2
|
||||
|
||||
# RCCL configuration options
|
||||
export MY_RCCL_SOURCE=https://github.com/ROCmSoftwarePlatform/rccl.git
|
||||
export MY_RCCL_SOURCE=https://github.com/ROCm/rccl.git
|
||||
export MY_RCCL_BRANCH=develop
|
||||
export MY_RCCL_DIR=$PWD/rccl
|
||||
|
||||
# RCCL-tests configuration options
|
||||
export MY_RCCL_TESTS_SOURCE=https://github.com/ROCmSoftwarePlatform/rccl-tests.git
|
||||
export MY_RCCL_TESTS_SOURCE=https://github.com/ROCm/rccl-tests.git
|
||||
export MY_RCCL_TESTS_BRANCH=master
|
||||
export MY_RCCL_TESTS_DIR=$PWD/rccl-tests
|
||||
|
||||
# Transferbench configuration options
|
||||
export MY_TRANSFERBENCH_SOURCE=https://github.com/ROCmSoftwarePlatform/TransferBench.git
|
||||
export MY_TRANSFERBENCH_SOURCE=https://github.com/ROCm/TransferBench.git
|
||||
export MY_TRANSFERBENCH_BRANCH=develop
|
||||
export MY_TRANSFERBENCH_DIR=$PWD/TransferBench
|
||||
|
||||
|
||||
Reference in New Issue
Block a user