Click or drag to resize
SoCudaLoadBinaryModule Method

This function loads a cubin file and register it in the list of modules.

Namespace: OIV.Inventor.Cuda
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static SoCudaSoCudaErrors LoadBinaryModule(
	string filename,
	string moduleName
)

Parameters

filename
Type: SystemString

The cubin filename.

moduleName
Type: SystemString

The name of the module linked to the file.

Return Value

Type: SoCudaSoCudaErrors

An error code is returned on error, 0 means no error.

Remarks

See Also