mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user