mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Because those files use TORCH_API Pull Request resolved: https://github.com/pytorch/pytorch/pull/139952 Approved by: https://github.com/ezyang
8 lines
206 B
C
8 lines
206 B
C
#pragma once
|
|
#include <c10/util/Flags.h>
|
|
|
|
// TODO(whc) unclear if this is useful, has only been tested as true
|
|
TORCH_DECLARE_bool(torch_lazy_ts_tensor_update_sync);
|
|
|
|
TORCH_DECLARE_bool(torch_lazy_ts_cuda);
|