nvrtcGetProgramLogSize_interface Interface

interface
private function nvrtcGetProgramLogSize_interface(prog, logSizeRet) result(nvrtcResult)

Arguments

Type IntentOptional Attributes Name
type(nvrtcProgram), value :: prog

CUDA Runtime Compilation program.

integer(kind=c_size_t) :: logSizeRet

Size of the compilation log.

Return Value integer(kind=c_int)

The enumerated type nvrtcResult defines API call result codes.

Description

Sets the value of logSizeRet with the size of the log generated by the previous compilation of prog. The log is a null-terminated string.