Skip to content

Commit

Permalink
Recompile code if OCANNL_LOG_LEVEL env var changes; a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Feb 8, 2025
1 parent 12e1d15 commit ac8e664
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arrayjit/lib/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(library
(name arrayjit)
(public_name arrayjit)
(preprocessor_deps
(env_var OCANNL_LOG_LEVEL))
(libraries
base
printbox
Expand Down
1 change: 1 addition & 0 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
; mem_usage
ppx_minidebug.runtime
arrayjit)
(preprocessor_deps (env_var OCANNL_LOG_LEVEL))
(preprocess
(pps
ppx_compare
Expand Down
3 changes: 2 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file is for tasks with a smaller granularity than issues, typically immediate tasks.

ppx_cd: reduce code duplication
ppx_cd: get rid of binary_op and use binary_ops table instead {cm:2025-01-28}
ppx_cd: get rid of binary_op and use binary_ops table instead {cm:2025-01-28}
Tensor.print_tree should never force memory modes

0 comments on commit ac8e664

Please sign in to comment.