fix(docs): fix typos in comments and docstrings (#34836)

Signed-off-by: machov <mv1742@nyu.edu>
This commit is contained in:
Manrique Vargas
2026-02-19 02:17:41 -05:00
committed by GitHub
parent 9681068cf9
commit ad5aa6bd9f
5 changed files with 6 additions and 6 deletions

View File

@@ -567,8 +567,8 @@ def current_stream() -> torch.cuda.Stream:
return _current_stream_tls.value
# Global auxilary stream for running operations in background streams.
# We have single global auxilary stream to avoid an explosion of streams
# Global auxiliary stream for running operations in background streams.
# We have single global auxiliary stream to avoid an explosion of streams
# for every layer (and make profiling look sane).
#
# aux_stream() is currently used for: