rocfft_plan_description_set_devices Interface Reference

rocfft_plan_description_set_devices Interface Reference#

HIPFORT API Reference: hipfort_rocfft::rocfft_plan_description_set_devices Interface Reference
hipfort_rocfft::rocfft_plan_description_set_devices Interface Reference

Set devices in plan description. More...

Public Member Functions

integer(kind(rocfft_status_success)) function rocfft_plan_description_set_devices_ (description, devices, number_of_devices)
 

Detailed Description

Set devices in plan description.

This is one of plan description functions to specify optional additional plan properties using the description handle. This API specifies what compute devices to target.

Parameters
[in]descriptiondescription handle
[in]devicesarray of device identifiers
[in]number_of_devicesnumber of devices (size of devices array)

Member Function/Subroutine Documentation

◆ rocfft_plan_description_set_devices_()

integer(kind(rocfft_status_success)) function hipfort_rocfft::rocfft_plan_description_set_devices::rocfft_plan_description_set_devices_ ( type(c_ptr), value  description,
type(c_ptr), value  devices,
integer(c_size_t), value  number_of_devices 
)

The documentation for this interface was generated from the following file: