Commit 8efd60b2 authored by lcskrishna's avatar lcskrishna
Browse files

fixed spelling mistakes

parent 3b917de4
......@@ -164,7 +164,7 @@ if "--cuda_ext" in sys.argv:
extra_compile_args = { 'cxx' : ['-O3'] + version_dependent_macros,
'nvcc': nvcc_args_multi_tensor if not is_rocm_pytorch else hipcc_args_multi_tensor}))
print ("INFO: Builidng syncbn extension.")
print ("INFO: Building syncbn extension.")
ext_modules.append(
CUDAExtension(name='syncbn',
sources=['csrc/syncbn.cpp',
......
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