Home
last modified time | relevance | path

Searched defs:cuda (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/
H A Dtrainer.py33 def record_start(self, type, key, name, cuda=True): argument
53 def record_batch_start(self, key, cuda=True): argument
76 def record_forward_start(self, key, cuda=True): argument
99 def record_backward_start(self, key, cuda=True): argument
123 def methodmetric(name, type="method_metric", cuda=True): argument
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/server/
H A Dserver.py53 def record_start(self, type, key, name, cuda=True): argument
73 def record_straggler_start(self, key, cuda=True): argument
99 def record_batch_start(self, key, cuda=True): argument
124 def record_method(name, type="method_metric", cuda=True): argument
/aosp_15_r20/external/pytorch/test/distributed/algorithms/quantization/
H A Dtest_quantization.py213 cuda=False, argument
244 cuda=False, argument
280 cuda=False, argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py2008 cuda=False, argument
2142 cuda=False, argument
2397 cuda=False, argument
2528 self, tensor_out, tensor_in, group_id, rank, cuda=True, rank_to_GPU=None argument
2642 cuda=False, argument
3037 cuda=False, argument
3202 self, group, group_id, rank, cuda=False, rank_to_GPU=None, dtype=torch.float argument
3325 self, group, group_id, rank, cuda=False, rank_to_GPU=None argument
3423 self, group, group_id, rank, cuda=False, rank_to_GPU=None, dtype=torch.float argument
3549 self, tensor_out, tensor_in, group_id, rank, cuda=True, rank_to_GPU=None argument
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cuda.py198 self, name: str, kernel: str, metadata: Optional[str] = None, cuda=True argument
351 cuda=True, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/detail/
H A DCUDAHooks.cpp44 namespace c10::cuda::_internal { namespace
48 namespace at::cuda::detail { namespace
H A DUnpackRaw.cuh5 namespace at::cuda::philox { namespace
H A DIndexUtils.cuh7 namespace at::cuda::detail { namespace
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Drnn.cpp11 bool test_RNN_xor(Func&& model_maker, bool cuda = false) { in test_RNN_xor()
444 void BidirectionalGRUReverseForward(bool cuda) { in BidirectionalGRUReverseForward()
498 void BidirectionalLSTMReverseForwardTest(bool cuda) { in BidirectionalLSTMReverseForwardTest()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_platform_id.cc19 namespace cuda { namespace
/aosp_15_r20/external/pytorch/c10/cuda/impl/
H A DCUDAGuardImpl.cpp3 namespace c10::cuda::impl { namespace
H A DCUDATest.cpp8 namespace c10::cuda::impl { namespace
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A Dllvm_basic.cpp15 namespace at::cuda { namespace
H A Dllvm_complex.cpp17 namespace at::cuda { namespace
H A DCUDAGraphsUtils.cuh15 namespace at::cuda { namespace
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dreduction_template.cuh2 namespace cuda { namespace
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/nvrtc_stub/
H A DATenNVRTC.cpp4 namespace at { namespace cuda { namespace
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAMiscFunctions.cpp4 namespace c10::cuda { namespace
/aosp_15_r20/external/pytorch/torch/csrc/cuda/shared/
H A Dnvtx.cpp11 namespace torch::cuda::shared { namespace
H A Dcusparselt.cpp14 namespace torch::cuda::shared { namespace
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/
H A DStreamTimer.cpp16 namespace at::cuda::tunable { namespace
/aosp_15_r20/external/pytorch/torch/utils/benchmark/op_fuzzers/
H A Dbinary.py17 def __init__(self, seed, dtype=torch.float32, cuda=False): argument
H A Dsparse_binary.py17 def __init__(self, seed, dtype=torch.float32, cuda=False): argument
H A Dunary.py17 def __init__(self, seed, dtype=torch.float32, cuda=False): argument
H A Dsparse_unary.py16 def __init__(self, seed, dtype=torch.float32, cuda=False): argument

12345