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~16 cufft_executor%create proc~create~16->proc~cufftgeterrorstring proc~create~19 backend_cufftmp%create proc~create~19->proc~cufftgeterrorstring proc~destroy~15 cufft_executor%destroy proc~destroy~15->proc~cufftgeterrorstring proc~destroy~17 backend_cufftmp%destroy proc~destroy~17->proc~cufftgeterrorstring proc~execute~11 cufft_executor%execute proc~execute~11->proc~cufftgeterrorstring proc~execute~13 backend_cufftmp%execute proc~execute~13->proc~cufftgeterrorstring