Click or drag to resize
SoCudaDeviceGetMaxGridSize Method (Int32, Int32, Int32)

Returns the maximum grid size for this device.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void GetMaxGridSize(
	out int x,
	out int y,
	out int z
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32
Remarks