docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ComputeInfo

    Represents information about the compute capabilities of the GPU.

    Inheritance
    object
    ComputeInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)