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.
1 parent b1a3dc0 commit 4384d48Copy full SHA for 4384d48
src/device/abstractarray.jl
@@ -10,7 +10,7 @@ export AbstractDeviceArray
10
11
Supertype for `N`-dimensional GPU arrays (or array-like types) with elements of type `T`.
12
Instances of this type are expected to live on the device, see [`AbstractGPUArray`](@ref)
13
-for device-side objects.
+for host-side objects.
14
"""
15
abstract type AbstractDeviceArray{T, N} <: DenseArray{T, N} end
16
0 commit comments