cuModuleLoadData_interface Interface

interface
private function cuModuleLoadData_interface(mod, image) result(cuResult)

Arguments

Type IntentOptional Attributes Name
type(CUmodule) :: mod

Returned module

character(len=c_char) :: image(*)

Module data to load

Return Value integer(kind=c_int)

Driver result code

Description

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.