We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_ipu_device
1 parent 41b7905 commit 3642b2aCopy full SHA for 3642b2a
src/poplar.jl
@@ -222,7 +222,7 @@ attach. It can have different types:
222
* if of type `AbstractVector`, try to attach to `n` devices from that list of
223
IDs.
224
225
-See [`get_ipu_device`](@ref) for requesting exactly one IPU device.
+See [`Poplar.get_ipu_device`](@ref) for requesting exactly one IPU device.
226
To release all devices previously attached with `Poplar.get_ipu_devices` or [`Poplar.get_ipu_device`](@ref) use [`Poplar.detach_devices`](@ref).
227
"""
228
function get_ipu_devices(n::Int, hint::Union{AbstractVector{<:Integer},Integer}=0)
0 commit comments