Revert "Use CUTLASS GEMM for NT bmm [OSS-only] (#85894)"

This reverts commit ef58a132f223d5abf2bd3f8bee380aca6c29d17f.

Reverted https://github.com/pytorch/pytorch/pull/85894 on behalf of https://github.com/DanilBaibak due to Break internal build
This commit is contained in:
PyTorch MergeBot
2022-10-13 15:28:09 +00:00
parent b97ae59e29
commit d169f950da
10 changed files with 40 additions and 390 deletions

View File

@ -84,12 +84,6 @@ new_local_repository(
path = "third_party/eigen",
)
new_local_repository(
name = "cutlass",
build_file = "//third_party:cutlass.BUILD",
path = "third_party/cutlass",
)
new_local_repository(
name = "fbgemm",
build_file = "//third_party:fbgemm/BUILD.bazel",