Show / Hide Table of Contents

Struct HybridizerProperties

Hybridizer properties at runtime

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public struct HybridizerProperties

Properties

CompatibilityMode

internal

Declaration
public bool CompatibilityMode { get; }
Property Value
Type Description
System.Boolean

Flavor

Target Flavor HybridizerFlavor

Declaration
public HybridizerFlavor Flavor { get; }
Property Value
Type Description
HybridizerFlavor

UseHybridArrays

Use HybridArrays or C-style arrays (pointer to first element)

Declaration
public int UseHybridArrays { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX