Home
last modified time | relevance | path

Searched full:sparsecuda (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DBackend.h26 * or "SparseCUDA"; backend in torch.backends is something like "MKL" or
38 SparseCUDA, enumerator
95 } else if (t == DispatchKey::SparseCUDA) { in dispatchKeyToBackend()
96 return Backend::SparseCUDA; in dispatchKeyToBackend()
173 case Backend::SparseCUDA: in backendToDispatchKey()
174 return DispatchKey::SparseCUDA; in backendToDispatchKey()
229 case Backend::SparseCUDA: in backendToDeviceType()
310 case Backend::SparseCUDA: in toString()
311 return "SparseCUDA"; in toString()
363 case Backend::SparseCUDA: in isSparse()
H A DDispatchKey.cpp343 {"SparseCUDA", c10::DispatchKey::SparseCUDA}, in parseDispatchKey()
H A DLayout.h34 case Backend::SparseCUDA: in layout_from_backend()
H A DDispatchKey.h544 // DispatchKeySet, while `SparseCPU`, `SparseCUDA`, etc all map to individual
H A DDispatchKeySet.h81 // - "Sparse": SparseCPU, SparseCUDA, ...
H A DTensorImpl.h2027 * compatible with SparseCUDA.
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml340 SparseCPU, SparseCUDA: abs_sparse
350 SparseCPU, SparseCUDA: abs_sparse_
359 SparseCPU, SparseCUDA: abs_sparse_out
427 SparseCPU, SparseCUDA: sgn_sparse
436 SparseCPU, SparseCUDA: sgn_sparse_
447 SparseCPU, SparseCUDA: sgn_sparse_out
486 SparseCPU, SparseCUDA: conj_physical_out_sparse
552 SparseCPU, SparseCUDA, SparseMeta: add_sparse
564 SparseCPU, SparseCUDA, SparseMeta: add_sparse_
579 SparseCUDA: add_out_sparse_cuda
[all …]
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dtensor_options_cuda.cpp41 options = getDeprecatedTypeProperties(Backend::SparseCUDA, kFloat).options(); in TEST()
44 options = getDeprecatedTypeProperties(Backend::SparseCUDA, kByte).options(); in TEST()
53 getDeprecatedTypeProperties(Backend::SparseCUDA, kFloat) in TEST()
62 options = empty(5, getDeprecatedTypeProperties(Backend::SparseCUDA, kByte)) in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_types.cpp40 case at::Backend::SparseCUDA: in backend_to_string()
158 Backend::CPU, Backend::CUDA, Backend::SparseCPU, Backend::SparseCUDA}; in all_declared_types()
175 (backend == Backend::SparseCUDA || backend == Backend::SparseCPU)) { in all_declared_types()
H A Dtensor_new.cpp564 c10::DispatchKey::SparseCUDA, in check_base_legacy_new()
/aosp_15_r20/external/pytorch/tools/test/
H A Dtest_executorch_gen.py38 SparseCUDA: add_out_sparse_cuda
49 SparseCPU, SparseCUDA: add_sparse
64 SparseCUDA: mul_out_sparse_cuda
73 SparseCPU, SparseCUDA: mul_sparse
/aosp_15_r20/external/pytorch/c10/test/core/
H A DDispatchKeySet_test.cpp174 // functionality bit + one backend bit. e.g. CPU, CUDA, SparseCPU, SparseCUDA,
327 {DispatchKey::Functionalize, DispatchKey::SparseCUDA}); in TEST()
329 DispatchKey::SparseCUDA, c10::highestPriorityBackendTypeId(sparse_cuda)); in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DOps.cpp524 // TODO: The SparseCPU/SparseCUDA dispatched methods are only used to support
530 TORCH_LIBRARY_IMPL(c10d, SparseCUDA, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py166 SparseCUDA = auto() variable in DispatchKey
282 DispatchKey.SparseCUDA,
319 DispatchKey.SparseCUDA,
/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp249 (backend == at::Backend::CUDA || backend == at::Backend::SparseCUDA); in set_type()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DVariableTypeManual.cpp47 return allTypesForBackends({Backend::CUDA, Backend::SparseCUDA}); in allCUDATypes()
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_opinfo.py253 }, # NYI: could not find kernel for aten.view.default at dispatch key DispatchKey.SparseCUDA