Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(nvrtcProgram), | value | :: | prog |
CUDA Runtime Compilation program. |
||
integer(kind=c_int), | value | :: | numOptions |
Number of compiler options passed. |
||
type(c_ptr) | :: | options(*) |
Compiler options in the form of C string array |
The enumerated type nvrtcResult defines API call result codes.
Compiles the given program.