Returns the amount (in bytes) of workspace required to execute the handle.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(cufftReshapeHandle), | value | :: | reshapeHandle |
The reshape handle. |
||
integer(kind=c_size_t) | :: | workSize |
The size, in bytes, of the workspace required during reshape execution. |
The enumerated type cufftResult defines API call result codes.