Home
last modified time | relevance | path

Searched refs:CppCodeCache (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dasync_compile.py20 CppCodeCache,
215 return CppCodeCache.load(source_code).kernel
217 get_result = CppCodeCache.load_async(source_code, submit_fn=self.submit)
H A Dautotune_process.py33 CppCodeCache,
828 CppCodeCache.load(self.source_code, cuda=False)
835 self.DLL = CppCodeCache.load(self.source_code, cuda=False)
H A Dcodecache.py2406 class CppCodeCache: class
2514 class CppPythonBindingsCodeCache(CppCodeCache):
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dinductor_utils.py12 from torch._inductor.codecache import CppCodeCache
30 CppCodeCache.load("")