Skip to content

Fix usage #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The command line syntax is:

```
./shibuya SIZE size of arrays in megabytes
TIME test duration in seconds
ITER number of iterations
[STREAM_1]
[STREAM_2]
...
Expand Down Expand Up @@ -78,9 +78,9 @@ where streams are defined as:
### Examples of command lines

* `./shibuya 128 3 C0-C-N0-N0 C1-C-N0-N0 C2-C-N0-N0 C3-C-N0-N0`
* four cores simultaneously making copies of size 128 MB for 3 seconds in NUMA node 0
* four cores simultaneously making copies of size 128 MB for 3 iterations in NUMA node 0
* `./shibuya 1024 5 D0-H-D0-D1-0 D1-H-D1-D2-1 D2-H-D2-D3-2 D3-H-D3-D0-3`
* four devices simultaneously making copies, using `hipMemcpy()`, of size 1 GB for 5 seconds in a round-robin fashion
* four devices simultaneously making copies, using `hipMemcpy()`, of size 1 GB for 5 iterations in a round-robin fashion

### Environment Settings

Expand Down