Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cuda.py14 from ..codecache import CudaKernelParamCache
47 params = CudaKernelParamCache.get(self.kernel_name)
97 params = CudaKernelParamCache.get(self.kernel_name)
129 params = CudaKernelParamCache.get(self.kernel_name)
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dtriton_heuristics.py766 from torch._inductor.codecache import CudaKernelParamCache
770 CudaKernelParamCache.set(key, params, binary, bin_type)
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py1954 class CudaKernelParamCache: class