docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BurstBLAS

    Burst specific BLAS implementation

    Inheritance
    object
    BurstBLAS
    Implements
    BLASPlugin
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Barracuda
    Assembly: Unity.Barracuda.BurstBLAS.dll
    Syntax
    [Preserve]
    public class BurstBLAS : BLASPlugin

    Methods

    IsCurrentPlatformSupported()

    Declaration
    public bool IsCurrentPlatformSupported()
    Returns
    Type Description
    bool

    IsNative()

    Declaration
    public bool IsNative()
    Returns
    Type Description
    bool

    SGEMM(float*, int, int, float*, int, int, float*, int, int, int, bool, bool)

    Declaration
    public void SGEMM(float* Ap, int AN, int AM, float* Bp, int BN, int BM, float* Cp, int CN, int CM, int bs, bool transposeA = false, bool transposeB = false)
    Parameters
    Type Name Description
    float* Ap
    int AN
    int AM
    float* Bp
    int BN
    int BM
    float* Cp
    int CN
    int CM
    int bs
    bool transposeA
    bool transposeB

    ScheduleSGEMM(JobHandle, float*, int, int, float*, int, int, float*, int, int, int, bool, bool)

    Declaration
    public JobHandle ScheduleSGEMM(JobHandle dependsOn, float* Ap, int AN, int AM, float* Bp, int BN, int BM, float* Cp, int CN, int CM, int bs, bool transposeA = false, bool transposeB = false)
    Parameters
    Type Name Description
    JobHandle dependsOn
    float* Ap
    int AN
    int AM
    float* Bp
    int BN
    int BM
    float* Cp
    int CN
    int CM
    int bs
    bool transposeA
    bool transposeB
    Returns
    Type Description
    JobHandle

    Implements

    BLASPlugin
    In This Article
    Back to top
    Copyright © 2025 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)