fix(docs): fix typos in comments and docstrings (#34836)
Signed-off-by: machov <mv1742@nyu.edu>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user