cufftDestroy Interface

interface

Frees all GPU resources associated with a cuFFT plan and destroys the internal plan data structure.


Called by

interface~~cufftdestroy~~CalledByGraph interface~cufftdestroy cufftDestroy proc~destroy~2 cufft_executor%destroy proc~destroy~2->interface~cufftdestroy

public function cufftDestroy(plan) result(cufftResult) bind(C, name="cufftDestroy")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: plan

Object of the plan to be destroyed.

Return Value integer(kind=c_int)

The enumerated type cufftResult defines API call result codes.