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