tenstorrent / tt-umd

User-Mode Driver for Tenstorrent hardware
Apache License 2.0
7 stars 3 forks source link

Standardize exception handling #139

Open joelsmithTT opened 1 day ago

joelsmithTT commented 1 day ago

Some places we have TT_THROW, which gives a source location for the exception origin. Other places we are just, throw std::runtime_error("Whatever").

When debugging, the latter is less useful.

broskoTT commented 13 hours ago

Related to #55