Skip to content

Commit

Permalink
[Package] Remove cutlass media/docs inside cutlass_fpA_intB_gemm (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 authored and junrushao committed Jul 27, 2023
1 parent 9332888 commit 5eb420a
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
Expand Up @@ -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
Expand Down

0 comments on commit 5eb420a

Please sign in to comment.