Transfers 1D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
integer(kind=int_4), | DIMENSION(:), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 1D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
integer(kind=int_8), | DIMENSION(:), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 1D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
real(kind=real_4), | DIMENSION(:), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 1D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
real(kind=real_8), | DIMENSION(:), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 1D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
complex(kind=real_4), | DIMENSION(:), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 1D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
complex(kind=real_8), | DIMENSION(:), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 2D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
integer(kind=int_4), | DIMENSION(:, :), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 2D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
integer(kind=int_8), | DIMENSION(:, :), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 2D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
real(kind=real_4), | DIMENSION(:, :), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 2D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
real(kind=real_8), | DIMENSION(:, :), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 2D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
complex(kind=real_4), | DIMENSION(:, :), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |
Transfers 2D fortran-array from host to GPU devmem.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(acc_devmem_type), | intent(in) | :: | this | |||
complex(kind=real_8), | DIMENSION(:, :), POINTER | :: | hostmem | |||
type(acc_stream_type), | intent(in) | :: | stream |