Skip to content
Snippets Groups Projects
Unverified Commit 650512fd authored by Carsten Bauer's avatar Carsten Bauer Committed by GitHub
Browse files

Update README.md

parent 896b8a24
No related branches found
No related tags found
No related merge requests found
Pipeline #19338 passed
......@@ -39,6 +39,7 @@ julia> memory_bandwidth(verbose=true)
```
### Keyword arguments
* `N` (default `STREAMBenchmark.default_vector_length()`): length of the vectors used in the streaming kernels
* `nthreads` (default `Threads.nthreads()`): Use `nthreads` threads for the benchmark. It must hold `1 ≤ nthreads ≤ Threads.nthreads()`.
* `write_allocate` (default: `true`): assume the use / count write allocates.
* `verbose` (default: `false`): verbose output, including the individual results of the streaming kernels.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment