Skip to content

Commit 3642b2a

Browse files
authored
Qualify get_ipu_device with module name in docstring for consistency (#56)
1 parent 41b7905 commit 3642b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poplar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ attach. It can have different types:
222222
* if of type `AbstractVector`, try to attach to `n` devices from that list of
223223
IDs.
224224
225-
See [`get_ipu_device`](@ref) for requesting exactly one IPU device.
225+
See [`Poplar.get_ipu_device`](@ref) for requesting exactly one IPU device.
226226
To release all devices previously attached with `Poplar.get_ipu_devices` or [`Poplar.get_ipu_device`](@ref) use [`Poplar.detach_devices`](@ref).
227227
"""
228228
function get_ipu_devices(n::Int, hint::Union{AbstractVector{<:Integer},Integer}=0)

0 commit comments

Comments
 (0)