nvrtcGetErrorString Function

public function nvrtcGetErrorString(error_code) result(string)

Helper function that returns a string describing the given nvrtcResult code For unrecognized enumeration values, it returns “NVRTC_ERROR unknown”

Arguments

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

CUDA Runtime Compilation API result code.

Return Value character(len=:), allocatable

Result string


Calls

proc~~nvrtcgeterrorstring~~CallsGraph proc~nvrtcgeterrorstring nvrtcGetErrorString proc~string_c2f string_c2f proc~nvrtcgeterrorstring->proc~string_c2f

Called by

proc~~nvrtcgeterrorstring~~CalledByGraph proc~nvrtcgeterrorstring nvrtcGetErrorString proc~compile_and_cache compile_and_cache proc~compile_and_cache->proc~nvrtcgeterrorstring proc~create~2 nvrtc_kernel%create proc~create~2->proc~compile_and_cache proc~create~7 transpose_handle_cuda%create proc~create~7->proc~create~2