GeneralSafetyRulesΒΆ

General CUDA safety rules

Nested Rules

CUDASafety-1.1

Do not use CUDA callbacks

CUDASafety-1.2

Do not use ASM declarations in device code

CUDASafety-1.3

Device code should not contain unsupported type operators

CUDASafety-1.4

Device code should not contain unsupported types

CUDASafety-1.5

Const-qualified host variables shall only be used in valid contexts

CUDASafety-1.6

Constexpr host variables shall only be used in valid contexts

Options