1#pragma once
2#include <c10/util/Flags.h>
3
4// TODO(whc) unclear if this is useful, has only been tested as true
5C10_DECLARE_bool(torch_lazy_ts_tensor_update_sync);
6
7C10_DECLARE_bool(torch_lazy_ts_cuda);
8