Open patrickroberts opened 1 month ago
https://github.com/tenstorrent/tt-metal/issues/12405
Aliases of integral types are being used interchangeably with the integral types, allowing for erroneous implicit conversions.
Refactor to use enum class and make any intentional conversions explicit.
Ticket
https://github.com/tenstorrent/tt-metal/issues/12405
Problem description
Aliases of integral types are being used interchangeably with the integral types, allowing for erroneous implicit conversions.
What's changed
Refactor to use enum class and make any intentional conversions explicit.