Class ComputeInfo
Represents information about the compute capabilities of the GPU.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public class ComputeInfo
Fields
Name | Description |
---|---|
graphicsDeviceVendor | The vendor of the GPU. |
maxComputeWorkGroupSize | The maximum compute work group size the GPU supports. |
supportsCompute | Whether the GPU supports compute. |
supportsComputeSharedMemory | Whether the GPU supports shared memory. |
supportsDense32x32 | Whether the GPU supports dense 32 x 32 kernels. |
supportsDense64x64 | Whether the GPU supports dense 64 x 64 kernels. |
Methods
Name | Description |
---|---|
IsARMGPU() | Determines whether the GPU is an Android ARM GPU. |
IsMacGPU() | Determines whether the GPU is a Mac GPU. |
IsMobileGPU() | Determines whether the GPU is a mobile GPU, for example Android, iPhone or Intel. |
IsQualcommGPU() | Determines whether the GPU is an Android Qualcomm GPU. |
IsiPhoneGPU() | Determines whether the GPU is an iPhone GPU. |