From 10183eca8291111f00c0891e174843ad5bb6d568 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 26 Sep 2025 16:54:27 -0700 Subject: [PATCH] Add note that --rmm-async only affects distributed scheduler. --- python/cudf_polars/cudf_polars/experimental/benchmarks/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf_polars/cudf_polars/experimental/benchmarks/utils.py b/python/cudf_polars/cudf_polars/experimental/benchmarks/utils.py index 50043582944..3161dac0fbd 100644 --- a/python/cudf_polars/cudf_polars/experimental/benchmarks/utils.py +++ b/python/cudf_polars/cudf_polars/experimental/benchmarks/utils.py @@ -646,7 +646,7 @@ def parse_args( "--rmm-async", action=argparse.BooleanOptionalAction, default=False, - help="Use RMM async memory resource.", + help="Use RMM async memory resource. Note: only affects distributed scheduler!", ) parser.add_argument( "--rapidsmpf-oom-protection",