Show / Hide Table of Contents

Class blockIdx

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

Inheritance
System.Object
blockIdx
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("DBFDA0FB-3EAF-410F-8417-0969B36FE00B")]
public static class blockIdx

Properties

x

X component (lowest weight)

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

y

Y component

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

z

Z component (highest weight)

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