Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c908 unsigned compiler_threads = 1; in iris_screen_create() local
913 compiler_threads = hw_threads * 3 / 4; in iris_screen_create()
915 compiler_threads = hw_threads - 2; in iris_screen_create()
917 compiler_threads = hw_threads - 1; in iris_screen_create()
921 "sh", 64, compiler_threads, in iris_screen_create()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.h298 std::unique_ptr<thread::ThreadPool> compiler_threads; member
301 compiler_threads = std::make_unique<tensorflow::thread::ThreadPool>( in AsyncCompilationState()
H A Dxla_compilation_cache.cc178 async_compilation_state_.compiler_threads.reset(); in ~XlaCompilationCache()
617 async_compilation_state_.compiler_threads->Schedule([=] { in CompileAsynchronous()