Class ComputeInfo
Assembly: solution.dll
Syntax
Fields
channelsOrder
EXPERIMENTAL: Select Channel order of the compute backends.
Production code should stick to default (NHWC) for now.
Declaration
public static ComputeInfo.ChannelsOrder channelsOrder
Field Value
graphicsDeviceVendor
Declaration
public static string graphicsDeviceVendor
Field Value
maxComputeWorkGroupSize
Max compute work group size supported by GPU
Declaration
public static uint maxComputeWorkGroupSize
Field Value
supportsCompute
Declaration
public static bool supportsCompute
Field Value
supportsComputeSharedMemory
GPU supports shared memory
Declaration
public static bool supportsComputeSharedMemory
Field Value
supportsDense32x32
GPU supports Dense 32x32 kernels
Declaration
public static bool supportsDense32x32
Field Value
supportsDense64x64
GPU supports Dense 64x64 kernels
Declaration
public static bool supportsDense64x64
Field Value
Methods
IsARMGPU()
Declaration
public static bool IsARMGPU()
Returns
IsMobileGPU()
Helper for hardware selection
Declaration
public static bool IsMobileGPU()
Returns
IsQualcommGPU()
Declaration
public static bool IsQualcommGPU()
Returns
IsiPhoneGPU()
Declaration
public static bool IsiPhoneGPU()
Returns