Commit 09553647 authored by lizhigong's avatar lizhigong
Browse files

add info log reminder zero overhead start

parent d9789532
......@@ -1326,6 +1326,7 @@ class LLMEngine:
self.sem_m2s.release()
def thread_zero_overhead(self):
logger.info('zero overhead thread start!')
try:
while True:
self.sem_m2s.acquire()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment