Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(nvrtcProgram), | value | :: | prog |
CUDA Runtime Compilation program. |
||
character(len=c_char) | :: | cubin(*) |
Compiled and assembled result. |
The enumerated type nvrtcResult defines API call result codes.
Stores the cubin generated by the previous compilation of prog
in the memory pointed by cubin
.