From 7b9636f63cb603a484236f36cde79bc92d78a265 Mon Sep 17 00:00:00 2001 From: Abhinav Goel Date: Tue, 25 Jun 2024 08:53:43 -0700 Subject: [PATCH] Update flags gpu_performance_tips.md --- docs/gpu_performance_tips.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/gpu_performance_tips.md b/docs/gpu_performance_tips.md index 40a5d2f0d9f5..1f5cc0727605 100644 --- a/docs/gpu_performance_tips.md +++ b/docs/gpu_performance_tips.md @@ -66,10 +66,6 @@ training on Nvidia GPUs](https://github.com/NVIDIA/JAX-Toolbox/blob/main/rosetta ### Communication flags -* **--xla_gpu_enable_async_collectives** This flag enables the collective ops - such as `AllReduce`, `AllGather`, `ReduceScatter` and `CollectivePermute` to - be asynchronous. Asynchronous communication can overlap cross-core - communication with computation. The default value is False. * **--xla_gpu_enable_latency_hiding_scheduler** This flag enables latency hiding schedulers to overlap asynchronous communication with computation efficiently. The default value is False.