ThisIsFineTM
ThisIsFineTM
Maps/GIS have a large number of options with varying degrees of complexity. Here's a pretty good non-exhuastive-but-huge list for reference: https://github.com/sshuair/awesome-gis?tab=readme-ov-file To narrow down options, we should outline more specific...
@afuller-TT @blozano-tt Happy Friday :)
Just documenting the CI failure here so people don't have to go digging: https://github.com/tenstorrent/tt-metal/actions/runs/15214488214/job/42815356508 ``` /work/tt-train/tests/ops/cross_entropy_fw_op_test.cpp:200: Failure Value of: xt::allclose(result_xtensor, expected_result, 3e-2F, 1e-2F) Actual: false Expected: true ``` ``` /work/tt-train/tests/ops/linear_op_test.cpp:34:...
@blozano-tt I'll take care of it
@blozano-tt @afuller-TT Done. Squashed and pushed.
As supplemental information: https://docs.open-mpi.org/en/v5.0.x/features/ulfm.html#building-ulfm-support-in-open-mpi > 5.3.6. Building ULFM support in Open MPI > In Open MPI v5.0.x, ULFM support is built-in by default — that is, when you build Open...
One option for a fix is to prioritize that hard coded path, but if that path doesn't exist, try using `find_package(MPI)` as a fallback. ~~If that is an acceptable compromise...
@blozano-tt The fault tolerant support is compiled in by default as of openmpi v5, so any system that has v5 installed doesn't need the custom build. Ubuntu 25 and Fedora...
> EDIT: Sorry, I can't read... I see now it happens both in the core library, and in the test cases. @blozano-tt Oh don't worry, I've also been having a...
My understanding at this point is that the APIs are changing so rapidly that near-term ABI stability is not much of a concern. I'll see how much effort is required...