nvrtcGetCUBINSize_interface Interface

interface
private function nvrtcGetCUBINSize_interface(prog, cubinSizeRet) result(nvrtcResult)

Arguments

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

CUDA Runtime Compilation program.

integer(kind=c_size_t) :: cubinSizeRet

Size of the generated cubin.

Return Value integer(kind=c_int)

The enumerated type nvrtcResult defines API call result codes.

Description

Sets the value of cubinSizeRet with the size of the cubin generated by the previous compilation of prog.