[BE] shorten the name part 1 (#62402)

Summary:
This should address part of https://github.com/pytorch/pytorch/issues/62357.

1. rename all files 'generated-*' to make it clear, filename will not be in CI workflow name
2. remove all 'pytorch-' in names
3. make sure the build test shell scripts are adopted to new name

Next change should reduce more device related naming

Pull Request resolved: https://github.com/pytorch/pytorch/pull/62402

Reviewed By: malfet

Differential Revision: D30021959

Pulled By: walterddr

fbshipit-source-id: 64b21a2020e25a507101c09c010cb593d8ac4146
This commit is contained in:
Rong Rong (AI Infra)
2021-08-02 07:55:29 -07:00
committed by Facebook GitHub Bot
parent 7565039ee9
commit c9d5325c52
25 changed files with 132 additions and 131 deletions

3
.gitattributes vendored
View File

@ -1,4 +1,3 @@
*.bat text eol=crlf
.circleci/config.yml linguist-generated=true
.github/workflows/periodic-pytorch-*.yml linguist-generated=true
.github/workflows/pytorch-*.yml linguist-generated=true
.github/workflows/generated-*.yml linguist-generated=true