Home
last modified time | relevance | path

Searched refs:CudaIPCRefCountersFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DCudaIPCTypes.cpp32 std::map<std::string, std::shared_ptr<CudaIPCRefCountersFile>>
34 std::shared_ptr<CudaIPCRefCountersFile> next_available_ref_counters_file_;
228 auto rc = std::make_shared<CudaIPCRefCountersFile>( in GetNewRefCountedSentData()
H A DCudaIPCTypes.h77 struct CudaIPCRefCountersFile final {
78 CudaIPCRefCountersFile( in CudaIPCRefCountersFile() function
/aosp_15_r20/external/pytorch/torch/multiprocessing/
H A Dcuda_multiprocessing.md26 …block (references are stored in shared memory files described by CudaIPCRefCountersFile structure)…
28 Each individual CudaIPCRefCountersFile contains multiple reference counters for multiple tensors. C…