我在附件中提供了最小模型,模型编译会报如下错误:
2025-04-03 02:37:37,784 INFO Start to compile model. loc(fused<#hbdk.track], originalAlignOutputsShape = [<1, 1000, 8, 4, 4, 32>]>>["GatherElements_218"]): error: 'hbir.gather_elements' op codegen failed (layer[4] in 7 layers) notes: ['see current operation: %185 = "hbir.gather_elements"(%41, %184) <{dim = 1 : i64, extra = #hbdk.extra (d0, d1, d2, d3, d4, d5)], skipCheck = [false], attr = {layer_id = 186 : i64}>}> : (tensor<1x26550x8x4x4x32xsi8, {block = "4W_32C", order = [0, 4, 5, 1, 3, 2]}>, tensor<1x1000x8x4x4x32xsi64, {block = "16C", order = [0, 3, 4, 1, 2, 5]}>) -> tensor<1x1000x8x4x4x32xsi8, {block = "4W_32C", order = [0, 4, 5, 1, 2, 3]}>'] MLIR Python Diagnostic handler raised exception: Exception: error detected At: /usr/local/lib/python3.10/dist-packages/hbdk4/compiler/utils/default.py(18): callback /usr/local/lib/python3.10/dist-packages/hbdk4/compiler/apis.py(237): compile /usr/local/lib/python3.10/dist-packages/hbdk4/compiler/utils/default.py(39): wrapper /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/hbir_handle.py(76): compile_model /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/utils/wrap_utils.py(49): wrapper /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/compile/hbm_builder.py(271): compile_model /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/compile/hbm_builder.py(295): build /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/hb_compile.py(130): hbm_build /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/hb_compile.py(215): fast_perf_mode /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/hb_compile.py(301): main /usr/local/lib/python3.10/dist-packages/horizon_tc_ui/utils/tool_utils.py(135): __decorator /usr/local/lib/python3.10/dist-packages/click/core.py(610): invoke /usr/local/lib/python3.10/dist-packages/click/core.py(1066): invoke /usr/local/lib/python3.10/dist-packages/click/core.py(782): main /usr/local/lib/python3.10/dist-packages/click/core.py(829): __call__ /usr/local/bin/hb_compile(8): loc(fused<#hbdk.track], originalAlignOutputsShape = [<1, 1000, 8, 4, 4, 32>]>>["GatherElements_218"]): error: 'hbir.gather_elements' op codegen failed (layer[4] in 7 layers) terminate called without an active exception PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. Stack dump: 0. Program arguments: Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it): 0 libHBDKPythonCAPI.so 0x00007a70a963eeeb

