Class BurstBLAS | Barracuda | 1.1.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class BurstBLAS

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

    Methods

    IsCurrentPlatformSupported()

    Declaration
    public bool IsCurrentPlatformSupported()
    Returns
    Type Description
    Boolean
    Implements
    BLASPlugin.IsCurrentPlatformSupported()

    IsNative()

    Declaration
    public bool IsNative()
    Returns
    Type Description
    Boolean
    Implements
    BLASPlugin.IsNative()

    ScheduleSGEMM(JobHandle, Single*, Int32, Int32, Single*, Int32, Int32, Single*, Int32, Int32, Int32, Boolean, Boolean)

    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
    Single* Ap
    Int32 AN
    Int32 AM
    Single* Bp
    Int32 BN
    Int32 BM
    Single* Cp
    Int32 CN
    Int32 CM
    Int32 bs
    Boolean transposeA
    Boolean transposeB
    Returns
    Type Description
    JobHandle
    Implements
    BLASPlugin.ScheduleSGEMM(JobHandle, Single*, Int32, Int32, Single*, Int32, Int32, Single*, Int32, Int32, Int32, Boolean, Boolean)

    SGEMM(Single*, Int32, Int32, Single*, Int32, Int32, Single*, Int32, Int32, Int32, Boolean, Boolean)

    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
    Single* Ap
    Int32 AN
    Int32 AM
    Single* Bp
    Int32 BN
    Int32 BM
    Single* Cp
    Int32 CN
    Int32 CM
    Int32 bs
    Boolean transposeA
    Boolean transposeB
    Implements
    BLASPlugin.SGEMM(Single*, Int32, Int32, Single*, Int32, Int32, Single*, Int32, Int32, Int32, Boolean, Boolean)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 15 October 2020