Performs reshape from bricks to pencils layout or vice versa
Note
Buffers in and out cannot be the same
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(dtfft_plan_t), | intent(inout) | :: | self |
Abstract plan |
||
| type(*), | intent(inout), | target | :: | in(..) |
Incoming buffer of any rank and kind. Note that this buffer will be modified in GPU build |
|
| type(*), | intent(inout), | target | :: | out(..) |
Resulting buffer of any rank and kind |
|
| type(dtfft_reshape_t), | intent(in) | :: | reshape_type |
Type of reshape. |
||
| type(*), | intent(inout), | optional, | target | :: | aux(..) |
Optional auxiliary buffer.
Size of buffer must be greater than value
returned by |
| integer(kind=int32), | intent(out), | optional | :: | error_code |
Optional error code returned to user |