Skip to main content

Module candle_kernel_ops

Module candle_kernel_ops 

Source
Expand description

Candle reference implementation of the KernelOps sub-traits.

All operations are implemented using pure candle tensor ops (CPU/Metal/CUDA via candle’s own dispatch). This serves as the baseline that any hardware-specific backend must match.

Structs§

CandleActivationOps
CandleAttentionOps
CandleKernelOps
Reference KernelOps implementation backed by Candle tensor ops.
CandleLinearOps
CandleNormOps
CandlePositionOps
CandleSamplingOps