Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
4f5027db
Unverified
Commit
4f5027db
authored
Feb 24, 2022
by
user4543
Committed by
GitHub
Feb 24, 2022
Browse files
Benchmarks: Build Pipeline - Make gpcnet only for cuda (#316)
**Description** Make gpcnet only for cuda.
parent
e0c49142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
third_party/Makefile
third_party/Makefile
+2
-2
No files found.
third_party/Makefile
View file @
4f5027db
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment