Executes kernel on stream
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(nvrtc_kernel), | intent(inout) | :: | self |
nvRTC Compiled kernel class |
||
real(kind=real32), | intent(in), | target | :: | in(:) |
Source pointer |
|
real(kind=real32), | intent(in), | target | :: | out(:) |
Target pointer |
|
type(dtfft_stream_t), | intent(in) | :: | stream |
CUDA Stream |
||
integer(kind=int32), | intent(in), | optional | :: | source |
Source rank for pipelined unpacking |