Skip to content

Commit

Permalink
Add links to more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe committed Dec 5, 2023
1 parent 9d6963c commit 320917e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/custom_rule.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# # Enzyme custom rules tutorial

#
#
# !!! note "More Examples"
# The tutorial below focuses on a simple setting to illustrate the basic concepts of writing custom rules.
# For more complex custom rules beyond the scope of this tutorial, you may take inspiration from the following in-the-wild examples:
# - [Enzyme internal rules](https://github.com/EnzymeAD/Enzyme.jl/blob/main/src/internal_rules.jl)
# - [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl/blob/main/ext/LinearSolveEnzymeExt.jl)
#
# The goal of this tutorial is to give a simple example of defining a custom rule with Enzyme.
# Specifically, our goal will be to write custom rules for the following function `f`:

Expand Down

0 comments on commit 320917e

Please sign in to comment.