Creates CUDA Transpose Handle
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(transpose_handle_cuda), | intent(inout) | :: | self |
CUDA Transpose Handle |
||
type(backend_helper), | intent(in) | :: | helper |
Backend helper |
||
type(pencil), | intent(in) | :: | send |
Send pencil |
||
type(pencil), | intent(in) | :: | recv |
Recv pencil |
||
integer(kind=int64), | intent(in) | :: | base_storage |
Number of bytes needed to store single element |
||
type(dtfft_backend_t), | intent(in) | :: | backend |
Backend type |