| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=4), | intent(in) | :: | arr(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=4), | intent(in) | :: | arr(:,:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=4), | intent(in) | :: | arr(:,:,:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | arr(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | arr(:,:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | arr(:,:,:,:) |
call acc_create_async(pp, common_ptrs(i)%sz, async=stream_act)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ext_acc_arr_desc), | intent(in) | :: | ptrs(:) | |||
| integer(kind=acc_handle_kind), | optional | :: | stream |
call acc_copyin_async(pp, common_ptrs(i)%sz, async=stream_act)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ext_acc_arr_desc), | intent(in) | :: | ptrs(:) | |||
| integer(kind=acc_handle_kind), | optional | :: | stream |
call acc_copyout_async(pp, common_ptrs(i)%sz, async=stream_act)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ext_acc_arr_desc), | intent(in) | :: | ptrs(:) | |||
| integer(kind=acc_handle_kind), | optional | :: | stream |
call acc_delete_async(pp, common_ptrs(i)%sz, async=stream_act)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ext_acc_arr_desc), | intent(in) | :: | ptrs(:) | |||
| integer(kind=acc_handle_kind), | optional | :: | stream |