Show / Hide Table of Contents

Class gridDimX64

Static class to guide work distribution on device for the Block part : Dimension

Inheritance
System.Object
gridDimX64
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("1362A3C1-510B-429D-8ACA-DB44CF6FE9E1")]
public static class gridDimX64

Properties

x

X component (lowest weight)

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

y

Y component

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

z

Z component (highest weight)

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