Searched defs:thread_local_bufs_ (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ | ||
H A D | cuda_codegen.h | 60 std::unordered_set<VarPtr> thread_local_bufs_; variable |
H A D | cuda_codegen.cpp | 401 const std::unordered_set<VarPtr>& thread_local_bufs_; member in torch::jit::tensorexpr::AtomicAddFuser |