Allocates 1D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | DIMENSION(:), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n |
size given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 1D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | DIMENSION(:), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n |
size given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 1D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | DIMENSION(:), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n |
size given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 1D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | DIMENSION(:), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n |
size given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 1D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | DIMENSION(:), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n |
size given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 1D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | DIMENSION(:), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n |
size given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 2D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | DIMENSION(:, :), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n1 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| integer, | intent(in) | :: | n2 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 2D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | DIMENSION(:, :), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n1 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| integer, | intent(in) | :: | n2 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 2D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | DIMENSION(:, :), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n1 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| integer, | intent(in) | :: | n2 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 2D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | DIMENSION(:, :), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n1 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| integer, | intent(in) | :: | n2 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 2D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | DIMENSION(:, :), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n1 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| integer, | intent(in) | :: | n2 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |
Allocates 2D fortan-array as GPU host-pinned memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | DIMENSION(:, :), POINTER | :: | host_mem |
pointer to array |
||
| integer, | intent(in) | :: | n1 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| integer, | intent(in) | :: | n2 |
sizes given in terms of item-count (not bytes!) sizes given in terms of item-count (not bytes!) |
||
| type(acc_stream_type), | intent(in) | :: | stream |