Skip to content

Commit aacb2b3

Browse files
committed
upload docs for kevin
1 parent 9fed256 commit aacb2b3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

KEVIN_TASK.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ clang -fplugin=ClangEnzyme-22.so -mllvm -raising-plugin-path=libRaise.so \
5959
| Enzyme plugin | `EnzymeAD/Reactant` (enzyme/) | CMake | `ClangEnzyme-XX.so` |
6060
| Raising plugin | `EnzymeAD/Enzyme-JaX` | Bazel | `libRaise.so` |
6161

62-
`ClangEnzyme` intercepts compilation; `libRaise.so` performs the "raising" (LLVM IR -> high-level MLIR) that cgeist used to do. See the Reactant C++ install doc (provided separately) for build instructions.
62+
`ClangEnzyme` intercepts compilation; `libRaise.so` performs the "raising" (LLVM IR -> high-level MLIR) that cgeist used to do. See the Reactant C++ install doc here for build instructions:
63+
64+
https://docs.google.com/document/d/1Iehqk6bWgc62m64fCin-3KhPq_uGcP4HqbniWln0qdg/edit?tab=t.0
6365

6466
---
6567

@@ -107,7 +109,7 @@ clang -fplugin=ClangEnzyme-22.so -mllvm -raising-plugin-path=libRaise.so \
107109

108110
## Resources
109111

110-
- Reactant C++ install doc (provided separately)
112+
- Reactant C++ install doc: https://docs.google.com/document/d/1Iehqk6bWgc62m64fCin-3KhPq_uGcP4HqbniWln0qdg/edit?tab=t.0
111113
- Reactant repo: https://github.com/EnzymeAD/Reactant
112114
- Enzyme-JaX repo: https://github.com/EnzymeAD/Enzyme-JaX
113115
- Example usage: https://github.com/wsmoses/Enzyme-GPU-Tests/pull/2

0 commit comments

Comments
 (0)