Skip to content

JuliaDiff/ChainRulesOverloadGeneration.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChainRulesOverloadGeneration

Build Status Coverage Code Style: Blue ColPrac: Contributor's Guide on Collaborative Practices for Community Packages DOI

Docs:

The ChainRulesOverloadGeneration package provides a suite of methods for using ChainRulesCore.jl rules in operator overloading AD systems. It tracks what rules are defined at any point in time, and lets you trigger functions to which can use @eval in order to define the matching operator overloads.