mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
corrected float ms again
This commit is contained in:
@@ -30,7 +30,7 @@ def _process_line(line, saved_stderr):
|
||||
return
|
||||
match = _CHOSEN_PATTERN.search(text)
|
||||
if match:
|
||||
log.info(f'MIOpen: algorithm={match.group(1)} time={float(match.group(2)):.3f}ms')
|
||||
log.info(f'MIOpen: algorithm={match.group(1)} time={float(match.group(2)):.3f}')
|
||||
|
||||
|
||||
class MIOpenLogRedirect:
|
||||
|
||||
Reference in New Issue
Block a user