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
09549b58
Unverified
Commit
09549b58
authored
Sep 06, 2022
by
Yifan Xiong
Committed by
GitHub
Sep 06, 2022
Browse files
Docs - Fix issues in document (#408)
* Update release note * Update required Docker version (thanks to @chhwang)
parent
a59d3598
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
docs/getting-started/installation.mdx
docs/getting-started/installation.mdx
+2
-2
website/blog/2022-09-01-release-0-6.md
website/blog/2022-09-01-release-0-6.md
+0
-8
No files found.
docs/getting-started/installation.mdx
View file @
09549b58
...
...
@@ -96,7 +96,7 @@ Here're the system requirements for all managed GPU nodes.
* Latest version of Linux, you're highly encouraged to use Ubuntu 18.04 or later.
* Compatible GPU drivers should be installed correctly. Driver version can be checked by running `nvidia-smi`.
* [Docker CE](https://docs.docker.com/engine/install/) version
19.03
or later (which can be checked by running `docker --version`).
* [Docker CE](https://docs.docker.com/engine/install/) version
20.10
or later (which can be checked by running `docker --version`).
* NVIDIA GPU support in Docker, install
[nvidia-container-toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#setting-up-nvidia-container-toolkit).
...
...
@@ -106,7 +106,7 @@ Here're the system requirements for all managed GPU nodes.
* Latest version of Linux, you're highly encouraged to use Ubuntu 18.04 or later.
* Compatible GPU drivers should be installed correctly, and group permission should be set to access GPU resources.
You should be able to run `rocm-smi` and `rocminfo` directly to check GPU usage and information.
* [Docker CE](https://docs.docker.com/engine/install/) version
19.03
or later (which can be checked by running `docker --version`).
* [Docker CE](https://docs.docker.com/engine/install/) version
20.10
or later (which can be checked by running `docker --version`).
</TabItem>
</Tabs>
website/blog/2022-09-01-release-0-6.md
View file @
09549b58
...
...
@@ -33,14 +33,6 @@ You can install and try superbench by following [Getting Started Tutorial](https
### Micro-benchmark Improvements
-
Support NIC only NCCL bandwidth benchmark on single node in NCCL/RCCL bandwidth test.
-
Support bi-directional bandwidth benchmark in GPU copy bandwidth test.
-
Support data checking in GPU copy bandwidth test.
-
Update rccl-tests submodule to fix divide by zero error.
-
Add GPU-Burn micro-benchmark.
### Model-benchmark Improvements
-
Fix issues in ib loopback benchmark.
-
Fix stability issue in ib loopback benchmark.
...
...
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