Skip to content

Commit d046063

Browse files
committed
fix docbuild
1 parent c948f9f commit d046063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/stubs/stubs_p2p_bandwidth.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ returns an inter-gpu memory bandwidth estimate (in GiB/s) derived from it.
1212
* `hist` (default: `false`): when `true`, a UnicodePlots-based histogram is printed.
1313
* `times` (default: `false`): toggle printing of measured times.
1414
* `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.
1616
* `io` (default: `stdout`): set the stream where the results should be printed.
1717
1818
**Examples:**

src/stubs/stubs_stresstest.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ General settings:
2121
* `verbose` (default: `true`): toggle printing of information
2222
* `parallel` (default: `true`): If `true`, will (try to) run each GPU test on a different Julia thread. Make sure to have enough Julia threads.
2323
* `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.
2525
* `io` (default: `stdout`): set the stream where the results should be printed.
2626
27-
When `duration` is specifiec (i.e. [`StressTestEnforced`](@ref)) there is also:
27+
When `duration` is specifiec (i.e. `StressTestEnforced`) there is also:
2828
* `batch_duration` (default: `ceil(Int, duration/10)`): desired duration of one batch of matmuls.
2929
"""
3030
stresstest(; kwargs...) = stresstest(backend(); kwargs...)

0 commit comments

Comments
 (0)