get_stream_int64 Subroutine

private subroutine get_stream_int64(self, stream, error_code)

Returns CUDA stream associated with plan

Type Bound

dtfft_plan_t

Arguments

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

Abstract plan

integer(kind=int64), intent(out) :: stream

CUDA-Fortran Stream

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

Optional error code returned to user


Calls

proc~~get_stream_int64~~CallsGraph proc~get_stream_int64 dtfft_plan_t%get_stream_int64 none~get_stream dtfft_plan_t%get_stream proc~get_stream_int64->none~get_stream proc~dtfft_get_cuda_stream dtfft_get_cuda_stream proc~get_stream_int64->proc~dtfft_get_cuda_stream none~get_stream->proc~get_stream_int64 proc~get_stream_ptr dtfft_plan_t%get_stream_ptr none~get_stream->proc~get_stream_ptr proc~dtfft_get_error_string dtfft_get_error_string proc~get_stream_ptr->proc~dtfft_get_error_string proc~get_log_enabled get_log_enabled proc~get_stream_ptr->proc~get_log_enabled proc~write_message write_message proc~get_stream_ptr->proc~write_message mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized

Called by

proc~~get_stream_int64~~CalledByGraph proc~get_stream_int64 dtfft_plan_t%get_stream_int64 none~get_stream dtfft_plan_t%get_stream proc~get_stream_int64->none~get_stream none~get_stream->proc~get_stream_int64 proc~dtfft_get_stream_c dtfft_get_stream_c proc~dtfft_get_stream_c->none~get_stream