hipfftsetautoallocation Interface Reference#
hipfort_hipfft::hipfftsetautoallocation Interface Reference
Set the plan's auto-allocation flag. More...
Public Member Functions | |
integer(kind(hipfft_success)) function | hipfftsetautoallocation_ (plan, autoAllocate) |
Detailed Description
Set the plan's auto-allocation flag.
The plan will allocate its own workarea.
- Parameters
-
[in] plan Pointer to the FFT plan. [in] autoAllocate 0 to disable auto-allocation, non-zero to enable.
Member Function/Subroutine Documentation
◆ hipfftsetautoallocation_()
integer(kind(hipfft_success)) function hipfort_hipfft::hipfftsetautoallocation::hipfftsetautoallocation_ | ( | type(c_ptr), value | plan, |
integer(c_int), value | autoAllocate | ||
) |
The documentation for this interface was generated from the following file: