Show / Hide Table of Contents

Class blockDimX64

Static class to guide work distribution on device for the Thread part : Dimension (maps on vector unit index for the vectorized flavors)

Inheritance
System.Object
blockDimX64
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[Guid("7F53B70A-455F-423C-9DC1-579415F6BB3E")]
public static class blockDimX64

Properties

x

X component (lowest weight)

Declaration
public static long x
{
    [IntrinsicConstant("__hybridizer_blockDimXX64")]
    get;
}
Property Value
Type Description
System.Int64

y

Y component

Declaration
public static long y
{
    [IntrinsicConstant("__hybridizer_blockDimYX64")]
    get;
}
Property Value
Type Description
System.Int64

z

Z component (highest weight)

Declaration
public static long z
{
    [IntrinsicConstant("__hybridizer_blockDimZX64")]
    get;
}
Property Value
Type Description
System.Int64
Back to top Generated by DocFX