nvrtcGetProgramLog_interface Interface

interface
private function nvrtcGetProgramLog_interface(prog, log) result(nvrtcResult)

Arguments

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

CUDA Runtime Compilation program.

type(c_ptr), value :: log

Compilation log.

Return Value integer(kind=c_int)

The enumerated type nvrtcResult defines API call result codes.

Description

Stores the log generated by the previous compilation of prog in the memory pointed by log