-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Numba backend cached property refactor (tests may compile slower sinc…
…e JIT cache is now local to backend instance) (#1299)
- Loading branch information
Showing
45 changed files
with
1,334 additions
and
1,173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
""" method classes of the CPU backend """ | ||
|
||
from .chemistry_methods import ChemistryMethods | ||
from .collisions_methods import CollisionsMethods | ||
from .condensation_methods import CondensationMethods | ||
from .displacement_methods import DisplacementMethods | ||
from .fragmentation_methods import FragmentationMethods | ||
from .freezing_methods import FreezingMethods | ||
from .index_methods import IndexMethods | ||
from .isotope_methods import IsotopeMethods | ||
from .moments_methods import MomentsMethods | ||
from .pair_methods import PairMethods | ||
from .physics_methods import PhysicsMethods | ||
from .terminal_velocity_methods import TerminalVelocityMethods |
Oops, something went wrong.