Show / Hide Table of Contents

Enum WarningCodes

Warnings raised by Hybridizer at compile time

Namespace: Hybridizer
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public enum WarningCodes

Fields

Name Description
CannotBuildMemoryFlowGraph_Format = 32772

Could not build MemoryFlow Graph for method {methodName}

CannotReconstructLoop_Format = 32773

Loop unsupported in {typeName}::{methodName}, will not be reconstructed

ConflictingAssemblyFound_Format = 32769

Conflicting Assembly : found {typename} in {assemblyName1} and was already in {assemblyName2}

EntryPointWithEmptyName_Format = 32768

EntryPoint attribute with empty or null name for method {methodName} in type {typename}, using default symbols instead

MakingRefOfVectorizedType = 32774

Making a ref on a vectorized type

NonBlittableTypePoorMarshallingPerf_Format = 32770

Non blittable value type {typeName} may have poor marshalling performance

NonConstantOrInitOnlyStaticField_Format = 32776

Usage of a static field {0} which can change at runtime leads to undefined behavior

OpCodeOnlySupportedInFlavor_Format = 32775

OpCode {opcodeName} is only supported in flavors {flavorNames}

TypeCannotBeMarshalledByDefaultMarshaller_Format = 32771

Type {typeName} will not be marshalable using default marshaler

Back to top Generated by DocFX