mirror of
https://github.com/deepseek-ai/DeepGEMM
synced 2025-06-26 23:15:49 +00:00
Merge pull request #36 from yz-tang/fix_setup_build
Fix setup build error when setuptools version is lower
This commit is contained in:
2
setup.py
2
setup.py
@@ -73,7 +73,7 @@ if __name__ == '__main__':
|
|||||||
packages=['deep_gemm', 'deep_gemm/jit', 'deep_gemm/jit_kernels'],
|
packages=['deep_gemm', 'deep_gemm/jit', 'deep_gemm/jit_kernels'],
|
||||||
package_data={
|
package_data={
|
||||||
'deep_gemm': [
|
'deep_gemm': [
|
||||||
'include/deep_gemm/**/*',
|
'include/deep_gemm/*',
|
||||||
'include/cute/**/*',
|
'include/cute/**/*',
|
||||||
'include/cutlass/**/*',
|
'include/cutlass/**/*',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user