Overload List
Name | Description | |
---|---|---|
![]() | Allocate<(Of <<'(T>)>>)()()()() |
Allocates on device.
|
![]() | Allocate<(Of <<'(T>)>>)(Int32) |
Allocates array on device.
|
![]() | Allocate<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,]) |
Allocates array on device of same size as supplied host array.
|
![]() | Allocate<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,]) |
Allocates array on device of same size as supplied host array.
|
![]() | Allocate<(Of <<'(T>)>>)(array<T>[]()[][]) |
Allocates array on device of same size as supplied host array.
|
![]() | Allocate<(Of <<'(T>)>>)(Int32, Int32) |
Allocates array on device.
|
![]() | Allocate<(Of <<'(T>)>>)(Int32, Int32, Int32) |
Allocates array on device.
|