Home
last modified time | relevance | path

Searched defs:synchronize (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dsynchronized_value.hpp695 strict_lock_ptr<T,Lockable> synchronize() in synchronize() function in boost::synchronized_value
699 const_strict_lock_ptr<T,Lockable> synchronize() const in synchronize() function in boost::synchronized_value
1012 std::tuple<typename synchronized_value_strict_lock_ptr<SV>::type ...> synchronize(SV& ...sv) in synchronize() function
1026 synchronize(SV1& sv1, SV2& sv2) in synchronize() function
1046 synchronize(SV1& sv1, SV2& sv2, SV3& sv3) in synchronize() function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py111 def synchronize(device: _device_t = None): member in DeviceInterface
200 synchronize = staticmethod(torch.cuda.synchronize) variable in CudaInterface
271 synchronize = staticmethod(torch.xpu.synchronize) variable in XpuInterface
/aosp_15_r20/external/pytorch/torch/
H A D_streambase.py25 def synchronize(self) -> None: member in _StreamBase
45 def synchronize(self) -> None: member in _EventBase
/aosp_15_r20/external/pytorch/torch/csrc/jit/cuda/
H A Dcuda.h35 void synchronize() { in synchronize() function
106 void synchronize() { in synchronize() function
/aosp_15_r20/external/pytorch/torch/xpu/
H A Dstreams.py81 def synchronize(self) -> None: member in Stream
155 def synchronize(self) -> None: member in Event
/aosp_15_r20/external/pytorch/torch/cpu/
H A D__init__.py72 def synchronize(device: _device_t = None) -> None: function
101 def synchronize(self) -> None: member in Event
/aosp_15_r20/external/pytorch/test/inductor/extension_backends/triton/
H A Ddevice_interface.py46 def synchronize(self) -> None: member in DeviceInterface.Event
109 def synchronize(device) -> None: member in DeviceInterface
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dstreams.py94 def synchronize(self) -> None: member in Stream
216 def synchronize(self) -> None: member in Event
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupGloo.cpp957 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf0711::AsyncBroadcastCUDAWork
1416 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf0911::AsyncAllreduceCUDAWork
1470 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf0911::AsyncSparseAllreduceCUDAWork
1725 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf0e11::AsyncReduceCUDAWork
1907 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf1011::AsyncAllgatherCUDAWork
2330 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf1511::AsyncGatherCUDAWork
2519 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf1711::AsyncScatterCUDAWork
2720 void synchronize() override { in synchronize() function in c10d::__anon2d5ad4bf1911::AsyncAlltoallCUDAWork
/aosp_15_r20/external/pytorch/c10/core/
H A DStream.cpp15 void Stream::synchronize() const { in synchronize() function in c10::Stream
/aosp_15_r20/external/pytorch/torch/csrc/api/src/
H A Dmps.cpp23 void synchronize() { in synchronize() function
H A Dxpu.cpp39 void synchronize(int64_t device_index) { in synchronize() function
H A Dcuda.cpp54 void synchronize(int64_t device_index) { in synchronize() function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/xpu/
H A Ddevice_op_overrides.py12 def synchronize(self): member in XPUDeviceOpOverrides
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/cuda/
H A Ddevice_op_overrides.py12 def synchronize(self): member in CUDADeviceOpOverrides
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/metrics/
H A DCUDAMetric.py30 def synchronize(self): member in CUDAMetric
/aosp_15_r20/external/pytorch/torch/mps/
H A Devent.py36 def synchronize(self): member in Event
H A D__init__.py31 def synchronize() -> None: function
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUStream.h98 void synchronize() const { in synchronize() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/
H A Dextension.js39 synchronize: { property
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/
H A Dextension.js39 synchronize: { property
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/
Dextension.js39 synchronize: { property
/aosp_15_r20/external/executorch/examples/apple/mps/scripts/
H A Dbench_utils.py32 def synchronize(): function
/aosp_15_r20/external/pytorch/torch/csrc/profiler/stubs/
H A Ditt.cpp36 void synchronize() const override {} in synchronize() function
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAStream.h131 void synchronize() const { in synchronize() function

12345