» Tag
jax
6 postsmetaljax Brings Unmodified JAX Code to Apple Silicon GPUs
metaljax is an open-source PJRT plugin running JAX on Apple Silicon GPUs via MLX, passing 98.4% of JAX's official test suite in beta.
How JAX Shards a Computation Across a Mesh
Explore how JAX improves computation placement with Auto, Explicit, and Manual methods. Learn about their impact on correctness in this detailed overview.
Large-Scale TensorCircuit Contractions: Disabling XLA GPU Autotuning
Impact of disabling XLA GPU autotuning on memory savings and runtime for large TensorCircuit contractions.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comReducing HBM Bottlenecks in JAX-Based LLM Training
Methods to enhance efficiency in LLM training by reducing HBM pressure with JAX.
Defining New JAX Types with Hijax
Utilize Hijax to define new JAX types, ensuring data integrity and specialized operations.
Open Dreamer: JAX/Flax Reproduction of the Dreamer 4 World Model Pipeline
Open Dreamer showcases a JAX/Flax reproduction of the Dreamer 4 world model pipeline with the full training recipe.