nvrtcGetCUBIN_interface Interface

interface
private function nvrtcGetCUBIN_interface(prog, cubin) result(nvrtcResult)

Arguments

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

CUDA Runtime Compilation program.

character(len=c_char) :: cubin(*)

Compiled and assembled result.

Return Value integer(kind=c_int)

The enumerated type nvrtcResult defines API call result codes.

Description

Stores the cubin generated by the previous compilation of prog in the memory pointed by cubin.