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