get_platform Function

private function get_platform(self, error_code)

Returns execution platform of the plan (HOST or CUDA)

Type Bound

dtfft_plan_t

Arguments

Type IntentOptional Attributes Name
class(dtfft_plan_t), intent(in) :: self

Abstract plan

integer(kind=int32), intent(out), optional :: error_code

Optional error code returned to user

Return Value type(dtfft_platform_t)


Called by

proc~~get_platform~~CalledByGraph proc~get_platform dtfft_plan_t%get_platform proc~dtfft_get_platform_c dtfft_get_platform_c proc~dtfft_get_platform_c->proc~get_platform