Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CUmodule) | :: | mod |
Returned module |
|||
character(len=c_char) | :: | image(*) |
Module data to load |
Driver result code
Load a module’s data with options.
Takes a pointer image and loads the corresponding module module into the current context. The image may be a cubin or fatbin as output by nvcc, or a NULL-terminated PTX, either as output by nvcc or hand-written.