Files
FastDeploy/custom_ops
mayang002 ecc5032176 [XPU] Add return value checks for all XPU kernel launches (#6666)
* [XPU] Add return value checks for all XPU kernel launches

- Add -fxpu-launch-return compiler flag in CMakeLists.txt to enable
  kernel launch return values
- Add KERNEL_ASSERT_SUCCESS(ctx, ret_xre) checks after every XPU
  kernel launch across 45 wrapper files (55 launch sites total)
- Covers both main wrapper/ and mtp_wrapper/ directories
- Properly handles multiple kernel launches in the same function
  scope by reusing the ret_xre variable

* [XPU] code style fix
2026-03-10 10:45:18 +08:00
..
2025-10-22 17:59:50 +08:00