execute_cuda Subroutine

private subroutine execute_cuda(self, in, out, transpose_type)

Executes single transposition

Type Bound

transpose_plan_cuda

Arguments

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

Transposition class

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

Incoming buffer

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

Resulting buffer

type(dtfft_transpose_t), intent(in) :: transpose_type

Type of transpose to execute


Calls

proc~~execute_cuda~~CallsGraph proc~execute_cuda transpose_plan_cuda%execute_cuda proc~execute~8 transpose_handle_cuda%execute proc~execute_cuda->proc~execute~8 proc~execute~3 nvrtc_kernel%execute proc~execute~8->proc~execute~3 interface~cudamemcpyasync cudaMemcpyAsync proc~execute~3->interface~cudamemcpyasync interface~cudastreamsynchronize cudaStreamSynchronize proc~execute~3->interface~cudastreamsynchronize interface~to_str to_str proc~execute~3->interface~to_str mpi_abort mpi_abort proc~execute~3->mpi_abort proc~cudageterrorstring cudaGetErrorString proc~execute~3->proc~cudageterrorstring proc~culaunchkernel cuLaunchKernel proc~execute~3->proc~culaunchkernel proc~get_contiguous_execution_blocks get_contiguous_execution_blocks proc~execute~3->proc~get_contiguous_execution_blocks proc~double_to_string double_to_string interface~to_str->proc~double_to_string proc~float_to_string float_to_string interface~to_str->proc~float_to_string proc~int32_to_string int32_to_string interface~to_str->proc~int32_to_string proc~int64_to_string int64_to_string interface~to_str->proc~int64_to_string proc~int8_to_string int8_to_string interface~to_str->proc~int8_to_string interface~cudageterrorstring_c cudaGetErrorString_c proc~cudageterrorstring->interface~cudageterrorstring_c proc~string_c2f string_c2f proc~cudageterrorstring->proc~string_c2f