Skip to content

Commit 76713fb

Browse files
xw285cornellfacebook-github-bot
authored andcommitted
Fix remote build + clean up disable feature hack (#21816)
Summary: Pull Request resolved: #21816 Clean up disable feature hack. Reviewed By: bddppq Differential Revision: D15833285 fbshipit-source-id: a2ae5d0f15e47b835dbd3997bbaa0add7e868f20
1 parent 4a6aa1d commit 76713fb

File tree

3 files changed

+16
-444
lines changed

3 files changed

+16
-444
lines changed

tools/amd_build/build_amd.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@
108108
"torch/include/*",
109109
]
110110

111-
json_settings = os.path.join(amd_build_dir, "disabled_features.json")
112-
113111
if not args.out_of_place_only:
114112
# Apply patch files in place (PyTorch only)
115113
patch_folder = os.path.join(amd_build_dir, "patches")
@@ -149,5 +147,4 @@
149147
includes=includes,
150148
ignores=ignores,
151149
out_of_place_only=args.out_of_place_only,
152-
json_settings=json_settings,
153150
hip_clang_launch=args.hip_clang_launch)

tools/amd_build/disabled_features.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)