cufftMpGetReshapeSize Interface

interface

Returns the amount (in bytes) of workspace required to execute the handle.


Called by

interface~~cufftmpgetreshapesize~~CalledByGraph interface~cufftmpgetreshapesize cufftMpGetReshapeSize proc~create~10 backend_cufftmp%create proc~create~10->interface~cufftmpgetreshapesize

public function cufftMpGetReshapeSize(reshapeHandle, workSize) result(cufftResult) bind(C, name="cufftMpGetReshapeSize")

Arguments

Type IntentOptional 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.

Return Value integer(kind=c_int)

The enumerated type cufftResult defines API call result codes.