File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ returns an inter-gpu memory bandwidth estimate (in GiB/s) derived from it.
12
12
* `hist` (default: `false`): when `true`, a UnicodePlots-based histogram is printed.
13
13
* `times` (default: `false`): toggle printing of measured times.
14
14
* `alternate` (default: `false`): alternate `src` and `dst`, i.e. copy data back and forth.
15
- * `dtype` (default: `Float32`): see [`alloc_mem`](@ref) .
15
+ * `dtype` (default: `Float32`): data type to consider .
16
16
* `io` (default: `stdout`): set the stream where the results should be printed.
17
17
18
18
**Examples:**
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ General settings:
21
21
* `verbose` (default: `true`): toggle printing of information
22
22
* `parallel` (default: `true`): If `true`, will (try to) run each GPU test on a different Julia thread. Make sure to have enough Julia threads.
23
23
* `threads` (default: `nothing`): If `parallel == true`, this argument may be used to specify the Julia threads to use.
24
- * `clearmem` (default: `false`): If `true`, we call [ `clear_all_gpus_memory`](@ref) after the stress test.
24
+ * `clearmem` (default: `false`): If `true`, we call `clear_all_gpus_memory` after the stress test.
25
25
* `io` (default: `stdout`): set the stream where the results should be printed.
26
26
27
- When `duration` is specifiec (i.e. [ `StressTestEnforced`](@ref) ) there is also:
27
+ When `duration` is specifiec (i.e. `StressTestEnforced`) there is also:
28
28
* `batch_duration` (default: `ceil(Int, duration/10)`): desired duration of one batch of matmuls.
29
29
"""
30
30
stresstest (; kwargs... ) = stresstest (backend (); kwargs... )
You can’t perform that action at this time.
0 commit comments