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

Benchmarks: Build Pipeline - Make gpcnet only for cuda (#316)

**Description**
Make gpcnet only for cuda.
parent e0c49142
......@@ -14,9 +14,9 @@ HPCX_HOME ?= /opt/hpcx
# Build all targets.
all: cuda rocm
cuda: common cuda_cutlass cuda_bandwidthTest cuda_nccl_tests cuda_perftest
cuda: common cuda_cutlass cuda_bandwidthTest cuda_nccl_tests cuda_perftest gpcnet
rocm: common rocm_perftest rocm_rccl_tests rocm_rocblas rocm_bandwidthTest
common: fio gpcnet
common: fio
# Create $(SB_MICRO_PATH)/bin and $(SB_MICRO_PATH)/lib, no error if existing, make parent directories as needed.
sb_micro_path:
......
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