JMP 0.0.2
Initial release of JMP.
Changelog:
- Add
jmp.Policy
abstraction andjmp.get_policy(..)
factory. - Add
jmp.LossScale
and three implementations thereof (noop, static and dynamic). - Add various utilities (
jmp.all_finite
) to support common tasks in mixed precision codebases.