mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[BE] fix typos in top-level files (#156067)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156067 Approved by: https://github.com/malfet ghstack dependencies: #156066
This commit is contained in:
committed by
PyTorch MergeBot
parent
6c493e2b14
commit
013dfeabb4
@ -210,7 +210,7 @@ def get_metal_registration_files_outs():
|
||||
|
||||
# There is a really weird issue with the arvr windows builds where
|
||||
# the custom op files are breaking them. See https://fburl.com/za87443c
|
||||
# The hack is just to not build them for that platform and pray they arent needed.
|
||||
# The hack is just to not build them for that platform and pray they aren't needed.
|
||||
def get_metal_registration_files_outs_windows():
|
||||
outs = {}
|
||||
for file_path in METAL_SOURCE_LIST:
|
||||
|
Reference in New Issue
Block a user