nvrtcAddNameExpression_interface Interface

interface
private function nvrtcAddNameExpression_interface(prog, name_expression) result(nvrtcResult)

Arguments

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

CUDA Runtime Compilation program.

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

Name expression.

Return Value integer(kind=c_int)

The enumerated type nvrtcResult defines API call result codes.

Description

Notes the given name expression denoting the address of a global function or device/constant variable.