Enum CudaRingKernelCompiler.CompilationStage
- Namespace
- DotCompute.Backends.CUDA.RingKernels
- Assembly
- DotCompute.Backends.CUDA.dll
Compilation stages for Ring Kernel PTX generation.
public enum CudaRingKernelCompiler.CompilationStage
Fields
Analysis = 2Stage 2: Extract method signature, parameters, and types.
CudaGeneration = 3Stage 3: Generate CUDA C++ kernel code.
Discovery = 1Stage 1: Find [RingKernel] method via reflection.
ModuleLoad = 5Stage 5: Load PTX module into CUDA context.
None = 0No stage (default value).
PTXCompilation = 4Stage 4: Compile CUDA → PTX with NVRTC.
Verification = 6Stage 6: Verify function pointer retrieval.