cufftGetErrorString Function

public function cufftGetErrorString(error_code) result(string)

Returns a string representation of the cuFFT error code.

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int32_t), intent(in) :: error_code

cuFFT error code

Return Value character(len=:), allocatable

String representation of the cuFFT error code


Called by

proc~~cufftgeterrorstring~~CalledByGraph proc~cufftgeterrorstring cufftGetErrorString proc~create~12 cufft_executor%create proc~create~12->proc~cufftgeterrorstring proc~create~4 backend_cufftmp%create proc~create~4->proc~cufftgeterrorstring proc~destroy~10 cufft_executor%destroy proc~destroy~10->proc~cufftgeterrorstring proc~destroy~4 backend_cufftmp%destroy proc~destroy~4->proc~cufftgeterrorstring proc~execute~4 backend_cufftmp%execute proc~execute~4->proc~cufftgeterrorstring proc~execute~9 cufft_executor%execute proc~execute~9->proc~cufftgeterrorstring