| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(nvrtcProgram), | value | :: | prog |
CUDA Runtime Compilation program. |
||
| integer(kind=c_size_t) | :: | logSizeRet |
Size of the compilation log. |
The enumerated type nvrtcResult defines API call result codes.
Sets the value of logSizeRet with the size of the log generated by the previous compilation of prog.
The log is a null-terminated string.