Home
last modified time | relevance | path

Searched defs:CUDAGraph (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAGraph.h21 struct TORCH_CUDA_CPP_API CUDAGraph { struct
43 cudaGraphExec_t graph_exec_ = nullptr;
45 static std::atomic<int> pending_event_queries;
51 bool has_graph_ = false;
53 bool has_graph_exec_ = false;
57 CaptureId_t capture_id_ = -1;
82 // in a capture to run on the same device, but this is a limitation of CUDAGraph, argument
85 int capture_dev_;
H A DCUDAGraph.cpp66 CUDAGraph::CUDAGraph() in CUDAGraph() function in at::cuda::CUDAGraph
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.compiler_cudagraph_trees.rst7 CUDAGraph section in **Background**
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dgraphs.py46 class CUDAGraph(torch._C._CUDAGraph): class
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcudagraph_trees.py594 existing_cuda_graph: Optional[torch.cuda.CUDAGraph],