From 8f44a2dcf95b2993e078bee9036a366feb7993dc Mon Sep 17 00:00:00 2001 From: Snigdha Gupta <71372521+snigdha-gupta@users.noreply.github.com> Date: Wed, 2 Sep 2026 11:43:17 -0700 Subject: [PATCH] Add topk_adf_wrapper to list of unsupported kernels Signed-off-by: Snigdha Gupta <71372521+snigdha-gupta@users.noreply.github.com> --- src/mldebug/layer_info.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mldebug/layer_info.py b/src/mldebug/layer_info.py index f94e9a3..5e07ea1 100644 --- a/src/mldebug/layer_info.py +++ b/src/mldebug/layer_info.py @@ -31,6 +31,8 @@ # Padding preamble; halting on it desyncs PC/iteration stepping on HW "buffer_pad_innermost", "superkernel_conv_eltbinary", + # TODO: investigate why this is causing a failure (ref: https://jira.xilinx.com/browse/AIESW-43386) + "mllib_graphs::topk_adf_wrapper", ]