Executes host kernel
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(kernel_host), | intent(inout) | :: | self |
Host kernel class |
||
| type(c_ptr), | intent(in) | :: | in |
Source host-allocated buffer |
||
| type(c_ptr), | intent(in) | :: | out |
Target host-allocated buffer |
||
| type(dtfft_stream_t), | intent(in) | :: | stream |
Stream to execute on, unused here |
||
| logical, | intent(in) | :: | sync |
Sync stream after kernel execution, unused here |
||
| integer(kind=int32), | intent(in), | optional | :: | neighbor |
Source rank for pipelined unpacking |