-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dramatically speed up sampling compilation time
On DD:2x2 hardware, this reduces compilation time from roughly 120s to 6s We separate out the parameters from the model graph so that the parameters are passed as a parameter to the jitted function, rather than being kept static. PiperOrigin-RevId: 730875380
- Loading branch information
Flax Team
committed
Feb 25, 2025
1 parent
41bef07
commit 7e62fcd
Showing
1 changed file
with
23 additions
and
6 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