TorchLean API

NN.Runtime.Autograd.Engine.Cuda

CUDA eager-engine backend #

This umbrella collects the CUDA side of TorchLean's eager autograd engine.

The modules here are deliberately split by trust boundary:

Lean does not prove the compiled CUDA binary correct. It proves the pure specs and graph-level connections around this boundary, while runtime tests validate the native implementation path.