From a80ee629c3d3646a7bc848b5db3ee3f391c9267c Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Sun, 4 Oct 2020 18:28:40 -0400 Subject: [PATCH] Add link to Enzyme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b59ca71b..357cee59b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Enzyme High-Performance Automatic Differentiator of LLVM -This is a package containing the Julia bindings for Enzyme. This is very much a work in progress and bug reports/discussion is greatly appreciated! +This is a package containing the Julia bindings for [Enzyme](https://github.com/wsmoses/enzyme). This is very much a work in progress and bug reports/discussion is greatly appreciated! Enzyme is a plugin that performs automatic differentiation (AD) of statically analyzable LLVM. It is highly-efficient and its ability perform AD on optimized code allows Enzyme to meet or exceed the performance of state-of-the-art AD tools.