Fix indent

This commit is contained in:
LJC00118
2025-07-29 16:14:46 +08:00
committed by GitHub
parent fb7c687548
commit a581263f06

View File

@@ -90,11 +90,11 @@ if __name__ == '__main__':
},
ext_modules=[
CUDAExtension(name='deep_gemm_cpp',
sources=sources,
include_dirs=build_include_dirs,
libraries=build_libraries,
library_dirs=build_library_dirs,
extra_compile_args=cxx_flags)
sources=sources,
include_dirs=build_include_dirs,
libraries=build_libraries,
library_dirs=build_library_dirs,
extra_compile_args=cxx_flags)
],
zip_safe=False,
cmdclass={