Compare commits

...

1 Commits

Author SHA1 Message Date
Istvan Kiss
12d7b43317 Fix compatibility list 2025-05-13 16:02:55 +02:00

View File

@@ -506,12 +506,14 @@ the listed supported JAX versions.
* - Feature * - Feature
- Description - Description
* - Mixed Precision with TF32 * - Mixed Precision with TF32
- Mixed precision with TF32 is used for matrix multiplications, - Mixed precision with TF32 is used for matrix multiplications,
convolutions, and other linear algebra operations, particularly in convolutions, and other linear algebra operations, particularly in
deep learning workloads like CNNs and transformers. deep learning workloads like CNNs and transformers.
* - XLA int4 support * - XLA int4 support
- 4-bit integer (int4) precision in the XLA compiler. - 4-bit integer (int4) precision in the XLA compiler.
* - MOSAIC (GPU) * - MOSAIC (GPU)
- Mosaic is a library of kernel-building abstractions for JAX's Pallas system - Mosaic is a library of kernel-building abstractions for JAX's Pallas system
- Not Supported