Commit 02a2cba 1 parent 1b61cff commit 02a2cba Copy full SHA for 02a2cba
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.0.1
1
+ 0.1.0
Original file line number Diff line number Diff line change @@ -292,7 +292,8 @@ def run(self):
292
292
293
293
# Copy CUTLASS to the package directory
294
294
CUTLASS_PREBUILD_ITEMS = [
295
- "3rdparty/cutlass" ,
295
+ "3rdparty/cutlass/include" ,
296
+ "3rdparty/cutlass/tools" ,
296
297
]
297
298
for item in CUTLASS_PREBUILD_ITEMS :
298
299
source_dir = os .path .join (ROOT_DIR , item )
@@ -307,7 +308,8 @@ def run(self):
307
308
shutil .copy2 (source_dir , target_dir )
308
309
# copy compoable kernel to the package directory
309
310
CK_PREBUILD_ITEMS = [
310
- "3rdparty/composable_kernel" ,
311
+ "3rdparty/composable_kernel/include" ,
312
+ "3rdparty/composable_kernel/library" ,
311
313
]
312
314
for item in CK_PREBUILD_ITEMS :
313
315
source_dir = os .path .join (ROOT_DIR , item )
You can’t perform that action at this time.
0 commit comments