nvrtcGetErrorString_interface Interface

interface
private function nvrtcGetErrorString_interface(error_code) result(string)

Arguments

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

CUDA Runtime Compilation API result code.

Return Value type(c_ptr)

Pointer to C string

Description

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