Separate arch specific code to directories #56
Labels
enhancement
New feature or request
P2
Minor issues
repo health
Code design, code readability, linting, file restructuring, etc.
Separate arch specific code into separate directories. This way we achieve two things
For example, for something like https://github.com/tenstorrent/tt-umd/blob/main/device/driver_atomics.h, we should have something like
Maybe driver atomics file is not the right granularity to do this, maybe we need to do it in smaller/bigger chunks, but that should be investigated through this issue as well.
The text was updated successfully, but these errors were encountered: