Revert "[BE] [cuDNN] Always build assuming cuDNN >= 8.0 (#95722)"

This reverts commit df4f0b3829f8e8b623f4e94a8536cfa58ccfb9af.

Reverted https://github.com/pytorch/pytorch/pull/95722 on behalf of https://github.com/PaliC due to is breaking a bunch of internal pytorch users ([comment](https://github.com/pytorch/pytorch/pull/95722#issuecomment-1806131675))
This commit is contained in:
PyTorch MergeBot
2023-11-10 17:26:33 +00:00
parent 2a271a3efa
commit 3c9a59cb8d
24 changed files with 170 additions and 55 deletions

View File

@ -246,12 +246,6 @@ new_local_repository(
path = "/usr/",
)
new_local_repository(
name = "cudnn_frontend",
build_file = "@//third_party:cudnn_frontend.BUILD",
path = "third_party/cudnn_frontend/",
)
local_repository(
name = "com_github_google_flatbuffers",
path = "third_party/flatbuffers",