From e8ca0589ad28ebbcdecb333fc293134dd7e1c958 Mon Sep 17 00:00:00 2001 From: Snigdha Gupta <71372521+snigdha-gupta@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:01:58 -0700 Subject: [PATCH] Disable topk and transpose Signed-off-by: Snigdha Gupta <71372521+snigdha-gupta@users.noreply.github.com> --- src/mldebug/layer_info.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mldebug/layer_info.py b/src/mldebug/layer_info.py index d26e73a..a0b2d8d 100644 --- a/src/mldebug/layer_info.py +++ b/src/mldebug/layer_info.py @@ -31,8 +31,10 @@ # 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: AIESW-43386) + # TODO: investigate why this is causing a failure (ref: AIESW-43867) + "mllib_graphs::topk_adf_wrapper", "mllib_graphs::transpose4d_adf_wrapper", + "mllib_graphs::transpose4d_adf_wrapper", ]