mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
Triton firstly prints assert message into stderr stream with the same (refactored) helper function as `device_print` and then ends the thread execution. Note: s_endpgm instruction is used, since s_trap (generated from LLVM::Trap or LLVM::DebugTrap) has some issues on different HW. Also got back fix in `python/triton/compiler/compiler.py` lost after one of IFU.