Dmitry Babokin
Dmitry Babokin
### Ticket Fixes #20221 ### Problem description See the issue for detailed description. ### What's changed CMake will look for Python3 explicitly, instead of assuming CMake will do the right...
**Describe the bug** When building tt-metal, under some condition wrong Python is picked up. Here's the line that find `Python` package: https://github.com/tenstorrent/tt-metal/blob/f75c7a85373025e836832a4cf73a8227c1460d55/tt-train/sources/ttml/CMakeLists.txt#L126 The problem is that it requires `Python`, when...
It would be good to have a mode, which would generate ISPC code that warns users in the runtime about potential performance and stability problems. I'm creating this issue to...
CMake for examples need to be able to do cross builds for another OS and another architecture. Specifically, cases like Windows->Linux and x86->ARM need to be covered.
I'm trying to build with `make` on macOS and it fails, while exactly the same cmake recipe with `Ninja` works just fine. Building with `make` in single thread also works....
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...
Build on mac issues a warning `-macosx_version_min has been renamed to -macos_version_min`. So we should change the switch that we use. The should be save, because looks like alternative spelling...