You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve portability, we should introduce a mechanism to inspect the underlying hardware (e.g. GPU, TPU, CPU-only) and set values based on that. We can create a factory pattern to return a set of pre-defined constants for hardware we recognize, as well as a default to use for non-CPU hardware which we do not recognize.
The text was updated successfully, but these errors were encountered:
To improve portability, we should introduce a mechanism to inspect the underlying hardware (e.g. GPU, TPU, CPU-only) and set values based on that. We can create a factory pattern to return a set of pre-defined constants for hardware we recognize, as well as a default to use for non-CPU hardware which we do not recognize.
The text was updated successfully, but these errors were encountered: