Click or drag to resize
SoOpenCL.LoadSourceModule 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.13.0 (9.9.13.0)
Syntax
public static SoOpenCL. SoOpenCLErrors LoadSourceModule(
	string filename,
	string moduleName
)

Parameters

filename
Type: System.String

The cubin filename.

moduleName
Type: System.String

The name of the module linked to the file.

Return Value

Type: SoOpenCL.SoOpenCLErrors

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

Remarks

See Also