Executes cuFFTMp GPU Backend
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(backend_cufftmp), | intent(inout) | :: | self |
cuFFTMp GPU Backend |
||
| real(kind=real32), | intent(inout), | target | :: | in(:) |
Send pointer |
|
| real(kind=real32), | intent(inout), | target | :: | out(:) |
Recv pointer |
|
| type(dtfft_stream_t), | intent(in) | :: | stream |
Main execution CUDA stream |
||
| real(kind=real32), | intent(inout), | target | :: | aux(:) |
Aux pointer |
|
| integer(kind=int32), | intent(out) | :: | error_code |
Error code |