[Doc]: fixing typos in various files. (#29717)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-11-29 10:15:39 +01:00
committed by GitHub
parent 6afc0ffaf6
commit 04a797cd0e
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ logger = init_logger(__name__)
# use `rocm_aiter_ops.is_asm_fp4_gemm_dynamic_quant_enabled()`
# for envs checks which does not require @cache anymore.
# triton kernel is torch compile compatible.
# does not require direct registeration.
# does not require direct registration.
# use `rocm_aiter_ops.triton_fp4_gemm_dynamic_qaunt`.
@cache
def is_rocm_aiter_fp4_asm_gemm_enabled() -> bool: