Click or drag to resize
SoOpenCLLoadSourceModule Method

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

Namespace: OIV.Inventor.OpenCL
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static SoOpenCLSoOpenCLErrors LoadSourceModule(
	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: SoOpenCLSoOpenCLErrors

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

Remarks

See Also