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
|