Unverified Commit 104003dc authored by Boyuan Feng's avatar Boyuan Feng Committed by GitHub
Browse files

update piecewise cudagraph warning when splitting_ops=[] (#30728)


Signed-off-by: default avatarBoyuan Feng <boyuan@meta.com>
parent d0fb5729
......@@ -937,7 +937,7 @@ class CompilationConfig:
or self.cudagraph_mode == CUDAGraphMode.FULL_AND_PIECEWISE
):
logger.warning_once(
"Using piecewise compilation with empty splitting_ops"
"Using piecewise cudagraph with empty splitting_ops"
)
if self.cudagraph_mode == CUDAGraphMode.PIECEWISE:
logger.warning_once(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment