We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad64a5 commit 1133603Copy full SHA for 1133603
README.md
@@ -37,9 +37,9 @@ cargo +enzyme test --examples
37
## Enzyme Config
38
To help with debugging, Enzyme can be configured using three environment variables.
39
```bash
40
-export ENZYME_PRINT_TA
41
-export ENZYME_PRINT_AA
42
-export ENZYME_PRINT
+export ENZYME_PRINT_TA=1
+export ENZYME_PRINT_AA=1
+export ENZYME_PRINT=1
43
```
44
These will print TypeAnalysis, ActivityAnalysis and the primal + generated function respectively.
45
0 commit comments