Vincent Tang

Results 14 comments of Vincent Tang

PCH for third party headers have been added. Unfortunately, right now it seems metal doesn't play well with pch due to the different build flags of our targets and rapidly...

From what I've observed the different build flags prevents us from using the `REUSE_FROM` option in `target_precompile_headers`. From my testing with PCHs with ttnn, I've observed slower single run compile...

Yes that is the one.

Not tested yet, will run some tn to test the waters.

post-commit: https://github.com/tenstorrent/tt-metal/actions/runs/9200186861

clean pipelines: https://github.com/tenstorrent/tt-metal/actions/runs/9179978315 https://github.com/tenstorrent/tt-metal/actions/runs/9179981136

python_env creation moved into `create_venv.sh` https://github.com/tenstorrent/tt-metal/pull/8522

https://github.com/tenstorrent/tt-metal/commit/2f8b3177b4612963af6da7d6b7b03f237f0697e2 python_env and stubs now created in a different script `build_metal.sh` is only running cmake steps now