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 split by trust boundary by trust boundary:

The compiled CUDA binary is a native trust boundary. Lean proves the pure specs and graph-level connections around this boundary, while runtime tests validate the native implementation path.