Show / Hide Table of Contents

Class threadIdxX64

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

Inheritance
System.Object
threadIdxX64
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("58611C9B-09E0-4CAB-80E3-E37632F96E4A")]
public static class threadIdxX64

Properties

x

X component (lowest weight)

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

y

Y component

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

z

Z component (highest weight)

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