Show / Hide Table of Contents

Class gridDim

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

Inheritance
System.Object
gridDim
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("33B890E0-28DC-4896-B43D-17E03AEA997D")]
public static class gridDim

Properties

x

X component (lowest weight)

Declaration
public static int x
{
    [IntrinsicConstant("__hybridizer_gridDimX")]
    get;
}
Property Value
Type Description
System.Int32

y

Y component

Declaration
public static int y
{
    [IntrinsicConstant("__hybridizer_gridDimY")]
    get;
}
Property Value
Type Description
System.Int32

z

Z component (highest weight)

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