Dagger.jl
Dagger.jl copied to clipboard
Provide a global Context
It can be annoying to have to pass around a Context to Dagger computations when you have non-default options set. We should provide a global Context which is used by default, and which can be configured by the user. Related is the global eager Context in #181 , which should arguably probably become the global Context for lazy schedulers as well.