Forward fix D74196435 (#152926)

Summary: Forward fix a misplace declaration from D74196435

Test Plan: Random check with a failed build `buck2 build --config fbcode.enable_gpu_sections=true --flagfile fbcode//mode/opt fbcode//accelerators/workloads/models/emu_flash/tests:test_compile_eager`

Reviewed By: wdvr

Differential Revision: D74225582

Pull Request resolved: https://github.com/pytorch/pytorch/pull/152926
Approved by: https://github.com/cyyever, https://github.com/wdvr
This commit is contained in:
Huy Do
2025-05-06 07:33:38 +00:00
committed by PyTorch MergeBot
parent 689e14ae00
commit 8904ba6387

View File

@ -86,5 +86,6 @@ TORCH_API void UseInPlaceGetRealInputsFromOptionalInputsV2(
TORCH_API void PrepackWeights(std::shared_ptr<Graph>& graph);
C10_DECLARE_bool(enable_clip_ranges_gather_fusions);
} // namespace torch::jit
C10_DECLARE_bool(enable_clip_ranges_gather_fusions);