Home
last modified time | relevance | path

Searched defs:HAS_CUDA (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dinductor_utils.py42 HAS_CUDA = torch.cuda.is_available() and has_triton() variable
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_fake_pg.py28 HAS_CUDA = torch.cuda.is_available() variable
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_memory_efficient_fusion.py18 HAS_CUDA = torch.cuda.is_available() variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_flop_counter.py29 HAS_CUDA = torch.cuda.is_available() variable
H A Dtest_utils.py57 HAS_CUDA = torch.cuda.is_available() variable
H A Dtest_proxy_tensor.py37 HAS_CUDA = torch.cuda.is_available() variable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cutlass_backend.py35 HAS_CUDA = HAS_CUDA and not torch.version.hip variable
/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dcommon.py54 from torch._C import _has_cuda as HAS_CUDA, _has_xpu as HAS_XPU unknown