Home
last modified time | relevance | path

Searched refs:TORCH_CUDA_CU_API (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDABlas.h202 TORCH_CUDA_CU_API void trsm<float>(CUDABLAS_TRSM_ARGTYPES(float));
204 TORCH_CUDA_CU_API void trsm<double>(CUDABLAS_TRSM_ARGTYPES(double));
206 TORCH_CUDA_CU_API void trsm<c10::complex<float>>(CUDABLAS_TRSM_ARGTYPES(c10::complex<float>));
208 TORCH_CUDA_CU_API void trsm<c10::complex<double>>(CUDABLAS_TRSM_ARGTYPES(c10::complex<double>));
222 TORCH_CUDA_CU_API void trsmBatched<float>(CUDABLAS_TRSM_BATCHED_ARGTYPES(float));
224 TORCH_CUDA_CU_API void trsmBatched<double>(CUDABLAS_TRSM_BATCHED_ARGTYPES(double));
226 TORCH_CUDA_CU_API void trsmBatched<c10::complex<float>>(CUDABLAS_TRSM_BATCHED_ARGTYPES(c10::complex…
228 TORCH_CUDA_CU_API void trsmBatched<c10::complex<double>>(CUDABLAS_TRSM_BATCHED_ARGTYPES(c10::comple…
298 TORCH_CUDA_CU_API void getrsBatched<float>(CUDABLAS_GETRS_ARGTYPES(float));
300 TORCH_CUDA_CU_API void getrsBatched<double>(CUDABLAS_GETRS_ARGTYPES(double));
[all …]
H A DSleep.h8 TORCH_CUDA_CU_API void sleep(int64_t cycles);
11 TORCH_CUDA_CU_API void flush_icache();
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCUDABlas.h7 TORCH_CUDA_CU_API void Xcoo2csr(
15 TORCH_CUDA_CU_API void csrmm2(
33 TORCH_CUDA_CU_API void CreateIdentityPermutation(int64_t nnz, int* P);
34 TORCH_CUDA_CU_API void Xcsrsort_bufferSizeExt(
41 TORCH_CUDA_CU_API void Xcsrsort(
49 TORCH_CUDA_CU_API void Xcoosort_bufferSizeExt(
56 TORCH_CUDA_CU_API void XcoosortByRow(
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dcomm.h16 TORCH_CUDA_CU_API std::vector<at::Tensor>& broadcast_out(
19 TORCH_CUDA_CU_API std::vector<at::Tensor> broadcast(
22 TORCH_CUDA_CU_API tensor_list2d broadcast_coalesced(
27 TORCH_CUDA_CU_API std::vector<at::Tensor>& scatter_out(
34 TORCH_CUDA_CU_API std::vector<at::Tensor> scatter(
42 TORCH_CUDA_CU_API at::Tensor& gather_out(
47 TORCH_CUDA_CU_API at::Tensor gather(
H A Dmemory_snapshot.h12 TORCH_CUDA_CU_API void _record_memory_history(
19 TORCH_CUDA_CU_API void _record_memory_history(
25 TORCH_CUDA_CU_API std::string _memory_snapshot_pickled();
/aosp_15_r20/external/pytorch/c10/macros/
H A DExport.h119 #define TORCH_CUDA_CU_API C10_EXPORT macro
121 #define TORCH_CUDA_CU_API C10_IMPORT macro
135 #define TORCH_CUDA_CU_API C10_EXPORT macro
138 #define TORCH_CUDA_CU_API C10_IMPORT macro
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/cuda/
H A Dfused_kernel.h17 TORCH_CUDA_CU_API void codegenOutputQuery(
25 struct TORCH_CUDA_CU_API FusedKernelCUDA
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Dcomm.h16 struct TORCH_CUDA_CU_API Scatter : public Node {
35 struct TORCH_CUDA_CU_API Gather : public Node {
/aosp_15_r20/external/pytorch/torch/csrc/
H A DCudaIPCTypes.h12 TORCH_CUDA_CU_API bool CudaIPCCollect();
49 TORCH_CUDA_CU_API at::DataPtr GetNewRefCountedSentData(
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/detail/
H A DIndexUtils.cuh9 TORCH_CUDA_CU_API bool maybeOverlappingIndices(const at::TensorBase &t);
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcuda_codegen.h197 class TORCH_CUDA_CU_API CudaCodeGen : public CodeGen {