1
0
Fork 0
advent-of-code/2021/config/config.exs

8 lines
186 B
Elixir
Raw Normal View History

2022-09-21 09:19:53 -04:00
import Config
2022-09-21 09:19:53 -04:00
config :nx, :default_defn_options, compiler: EXLA, client: :cuda
2022-09-21 09:19:53 -04:00
config :advent_of_code_utils,
session: System.get_env("ADVENT_OF_CODE_SESSION"),
auto_compile?: true