From 342a72839a40a336c1fbfb62fcdfdc84510bea53 Mon Sep 17 00:00:00 2001 From: Alessandro Croci <57228872+xela-95@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:16:37 +0100 Subject: [PATCH] Fix typo in mjx.rst --- doc/mjx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mjx.rst b/doc/mjx.rst index e485bcca..116161c1 100644 --- a/doc/mjx.rst +++ b/doc/mjx.rst @@ -416,4 +416,4 @@ The following environment variables should be set: ``XLA_FLAGS=--xla_gpu_triton_gemm_any=true`` This enables the Triton-based GEMM (matmul) emitter for any GEMM that it supports. This can yield a 30% speedup on NVIDIA GPUs. If you have multiple GPUs, you may also benefit from enabling flags related to - `communciation between GPUs `__. + `communication between GPUs `__.