execute_interface Interface

interface
private subroutine execute_interface(self, in, out, stream, aux, error_code)

Arguments

Type IntentOptional Attributes Name
class(abstract_backend), intent(inout) :: self

Abstract Backend

real(kind=real32), intent(inout), target :: in(:)

Send pointer

real(kind=real32), intent(inout), target :: out(:)

Recv pointer

type(dtfft_stream_t), intent(in) :: stream

Main execution CUDA stream

real(kind=real32), intent(inout), target :: aux(:)

Aux pointer

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

Error code

Description

Executes Backend