Prefix all env vars that can be used in the cde with TT_UMD, similar to how tt-metal env vars are prefixed with TT_METAL. This issue requires investigating which clients use these env vars in order to not break anything. For example, look at the comment https://github.com/tenstorrent/tt-umd/pull/130#discussion_r1793119760
I would suggest also to document them all in a single place, so that it is easy to understand how to change the runtime behavior of a UMD-based application without grepping the code for getenv.
Prefix all env vars that can be used in the cde with
TT_UMD
, similar to how tt-metal env vars are prefixed withTT_METAL
. This issue requires investigating which clients use these env vars in order to not break anything. For example, look at the comment https://github.com/tenstorrent/tt-umd/pull/130#discussion_r1793119760