Operator Debugging
As described in Heterogeneous Computing, Ascend C operators consist of tiling and kernel implementations.
Tiling implementation runs on the host CPU and can be debugged using traditional debugging methods (such as the GDB tool).
Kernel implementation runs on the device NPU and can be debugged using Ascend C, including twin debugging and board debugging. For details, see Operator Debugging.
Parent topic: Normal Functions