Coherent policy needed for use of jax.jit
#323
Labels
discussion required
Some discussion necessary to decide how to address this issue
improvement
Improvement of existing code, including addressing of omissions or inconsistencies
A coherent policy for the use of
jax.jit
needs to be formulated and implemented. At present, its usage seems somewhat arbitrary and inconsistent; for example:Operator
defaults tojit=False
whileLinearOperator
defaults tojit=True
Functional
classes, with the exception ofL0Norm.prox
.scico.optimize
classes to support jitting should be explored.The text was updated successfully, but these errors were encountered: