Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#18064: Guard CSRRS by disabling branch prediction (#26)
Due to a HW bug in CSR writes, we need to guard them by first disabling branch prediction, and then re-enabling it. This is a workaround for tenstorrent/tt-metal#18064 (comment) and is proposed as a fix by the HW team.
- Loading branch information