This is an automated email from the ASF dual-hosted git repository.
expye pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 38bc953516 [Package] Remove cutlass media/docs inside
cutlass_fpA_intB_gemm (#15328)
38bc953516 is described below
commit 38bc953516ccb584d0ce4f945911772f8793ebd1
Author: Zihao Ye <[email protected]>
AuthorDate: Sun Jul 16 00:33:30 2023 -0700
[Package] Remove cutlass media/docs inside cutlass_fpA_intB_gemm (#15328)
---
python/setup.py | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/python/setup.py b/python/setup.py
index b4c4c40943..0f1d0b4436 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -95,6 +95,14 @@ def get_lib_path():
# remove large files
_remove_path(os.path.join(candidate_path, "cutlass",
"docs"))
_remove_path(os.path.join(candidate_path, "cutlass",
"media"))
+ _remove_path(
+ os.path.join(candidate_path,
"cutlass_fpA_intB_gemm", "cutlass", "docs")
+ )
+ _remove_path(
+ os.path.join(
+ candidate_path, "cutlass_fpA_intB_gemm",
"cutlass", "media"
+ )
+ )
break
else:
libs = None