Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Package] Remove cutlass media/docs inside cutlass_fpA_intB_gemm (apa…
Browse files Browse the repository at this point in the history
yzh119 authored and junrushao committed Jul 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e50049a commit c44a474
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c44a474

Please sign in to comment.