Show / Hide Table of Contents

Class blockIdxX64

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

Inheritance
System.Object
blockIdxX64
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("C1C64E1B-A7A1-4BE4-98C5-0B3DA6B65E24")]
public static class blockIdxX64

Properties

x

X component (lowest weight)

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

y

Y component

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

z

Z component (highest weight)

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