1 Repo
Override compiler-generated derivatives with custom forward, backward, or primal substitute functions for accuracy or intrinsic operations.
Distinct from Derived Implementations: No candidate covers this automatic differentiation feature; closest is Derived Implementations (f7_mt2) but those are for trait derivation, not auto-diff.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Custom Derivative Implementations. Refine with filters or upvote what's useful.
Slang is a shader compiler framework that combines a modular shading language with automatic differentiation, multi-target code generation, and an intrinsic mapping and extension system. At its core, Slang provides a differentiable shader compiler that automatically generates forward and backward derivative propagation for functions with control flow, enabling gradient-based optimization in graphics. The framework also includes a fully featured shader language with modules, generics, interfaces, and separate compilation, all designed for building reusable shader libraries. From a single source
Overrides compiler-generated derivatives with custom forward, backward, or primal substitute functions for accuracy or intrinsic operations.