get_backend Function

private function get_backend(self, error_code)

Returns selected GPU backend during autotuning

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_backend_t)


Calls

proc~~get_backend~2~~CallsGraph proc~get_backend~2 dtfft_plan_t%get_backend proc~get_backend abstract_transpose_plan%get_backend proc~get_backend~2->proc~get_backend

Called by

proc~~get_backend~2~~CalledByGraph proc~get_backend~2 dtfft_plan_t%get_backend proc~dtfft_get_backend_c dtfft_get_backend_c proc~dtfft_get_backend_c->proc~get_backend~2