nvrtcDestroyProgram_interface Interface

interface
private function nvrtcDestroyProgram_interface(prog) result(nvrtcResult)

Arguments

Type IntentOptional Attributes Name
type(nvrtcProgram) :: prog

CUDA Runtime Compilation program.

Return Value integer(kind=c_int)

The enumerated type nvrtcResult defines API call result codes.

Description

Destroys the given program.