tenstorrent / tt-buda

Tenstorrent TT-BUDA Repository
Other
162 stars 21 forks source link

Add configuration to demos and tests for multi-chip systems #4

Closed milank94 closed 5 months ago

milank94 commented 6 months ago

Describe the solution you'd like Add in configurations to the demos to allow the use of multi-chip systems.

This can be set using an environment variable PYBUDA_OVERRIDE_NUM_CHIPS or it maybe set using the pybuda.config._get_global_compiler_config().

Parameterize this variable for each test and update the tests/ directory to allow for multi-chips systems.