GeneralDirectivesΒΆ

General CUDA directives

Nested Rules

CUDADirective-1.1

Use standardized CUDA file extensions

CUDADirective-1.2

Manage resource lifetimes with constructors and destructors

CUDADirective-1.3

Assign an initial value to device-thread-block storage duration objects prior to their use

CUDADirective-1.4

Do not use CUDA within CUDA callbacks

CUDADirective-1.5

Callbacks should not wait for other callbacks

Options