(msdebug) r
Process 173221 launched: '${INSTALL_DIR}/projects/mix/matmul_leakyrelu.fatbin' (aarch64)
[Launch of Kernel matmul_leakyrelu_custom on Device 1]
// 键盘输入CTRL+C命令
Process 173221 stopped
[Switching to focus on Kernel matmul_leakyrelu_custom, CoreId 35, Type aiv]
* thread #1, name = 'matmul_leakyrel', stop reason = signal SIGSTOP
frame #0: 0x000000000000ef5c device_debugdata`_ZN17MatmulLeakyKernelIDhDhffE10CalcOffsetEiiRK11TCubeTilingRiS4_S4_S4__mix_aiv(this=<unavailable>, blockIdx=<unavailable>, usedCoreNum=<unavailable>, tiling=<unavailable>, offsetA=<unavailable>, offsetB=<unavailable>, offsetC=<unavailable>, offsetBias=<unavailable>) at matmul_leakyrelu_kernel.cpp:127:5
124 auto mCoreIndx = blockIdx % mSingleBlocks;
125 auto nCoreIndx = blockIdx / mSingleBlocks;
126
-> 127 while(true) {
128 }
129 offsetA = mCoreIndx * tiling.Ka * tiling.singleCoreM;
130 offsetB = nCoreIndx * tiling.singleCoreN;
(msdebug)