You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change fallback alert from DEBUG level to WARNING level and only do once.
* Add debug information for profiling cache right after warmup phase.
* Change the level of exception message during tactic profiling from ERROR to WARNING. And all exception details are pushed to DEBUG.
* Other trivial refinements.
Signed-off-by: Yukun He <[email protected]>
f"[Autotuner]: profiling chosen runner: {runners[runner_id]}{tactic} for {cache_key}"
425
+
f"[Autotuner]: Profiling runner={runners[runner_id]}, tactic={tactic} for cache_key={cache_key}"
426
+
)
427
+
else:
428
+
logger.error(
429
+
f"[Autotuner]: No valid runner/tactic was found for custom_op={custom_op}, input_shapes={input_shapes}. At least one valid (runner, tactic) pair is required. Please check the implementation of the runner for the custom_op."
0 commit comments