Files
ROCm/python
mcskatkat 9ae78d21f1 [FRONTEND] CompilationError._format_message issue + tidying (#1362)
- fixed `CompilationError._format_message` fails when `error_message` is
a `constexpr`
- factored out `_is_constexpr()` checks and `_unwrap_if_constexpr()`
idioms
- Added `UnsupportedLanguageConstruct` exception, replaced some python
builtin exceptions raised in such cases.
- Some hardening in `.visit_If()`
- cleaner exception handling in `build_triton_ir()`
2023-03-21 19:52:18 +00:00
..