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~10 backend_cufftmp%create proc~create~10->proc~cufftgeterrorstring proc~create~14 cufft_executor%create proc~create~14->proc~cufftgeterrorstring proc~destroy~10 backend_cufftmp%destroy proc~destroy~10->proc~cufftgeterrorstring proc~destroy~14 cufft_executor%destroy proc~destroy~14->proc~cufftgeterrorstring proc~execute~11 cufft_executor%execute proc~execute~11->proc~cufftgeterrorstring proc~execute~8 backend_cufftmp%execute proc~execute~8->proc~cufftgeterrorstring