[python] modularized triton package
This commit is contained in:
@@ -82,7 +82,8 @@ setup(
|
||||
author_email='ptillet@g.harvard.edu',
|
||||
description='A language and compiler for custom Deep Learning operations',
|
||||
long_description='',
|
||||
packages=['triton'],
|
||||
packages=['triton',
|
||||
'triton/ops'],
|
||||
ext_modules=[CMakeExtension('triton')],
|
||||
cmdclass=dict(build_ext=CMakeBuild),
|
||||
zip_safe=False,
|
||||
|
Reference in New Issue
Block a user