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