Home
last modified time | relevance | path

Searched defs:cuda_sync (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/
H A Dbenchmark_pytorch.py126 def run_jit_forward(self, num_runs, print_per_iter=False, cuda_sync=False): argument
148 def run_forward(self, num_runs, print_per_iter, cuda_sync): argument
/aosp_15_r20/external/pytorch/benchmarks/fastrnns/
H A Dtest_bench.py27 def cuda_sync(func, *args, **kwargs): function