From 9f96ee70ae0ae0f6ece1ceb160942d8cc4c68421 Mon Sep 17 00:00:00 2001 From: anurag Date: Mon, 7 Sep 2026 13:38:57 -0600 Subject: [PATCH] disable transpose char kernel Signed-off-by: anurag --- src/mldebug/layer_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mldebug/layer_info.py b/src/mldebug/layer_info.py index 7bad622..d26e73a 100644 --- a/src/mldebug/layer_info.py +++ b/src/mldebug/layer_info.py @@ -31,8 +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", + # TODO: investigate why this is causing a failure (ref: AIESW-43386) + "mllib_graphs::transpose4d_adf_wrapper", ]