Skip to content

Commit

Permalink
bump umd to contain minor get_num_host_channels fix
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Nov 2, 2024
1 parent 7d3389d commit d41c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/third_party/umd
Submodule umd updated 44 files
+2 −2 .gersemirc
+2 −0 .git-blame-ignore-revs
+0 −23 .github/workflows/lint-yaml.yml
+1 −1 .github/workflows/on-pr-opt.yml
+1 −5 .github/workflows/on-pr.yml
+22 −6 .github/workflows/on-push.yml
+5 −0 .pre-commit-config.yaml
+7 −0 .vscode/default.settings.json
+2 −6 CMakeLists.txt
+23 −0 README.md
+9 −7 cmake/CPM.cmake
+1 −4 cmake/check_libcpp.cmake
+4 −21 cmake/compilers.cmake
+32 −26 cmake/dependencies.cmake
+14 −12 cmake/fetch_boost.cmake
+2 −0 cmake/stubs/README.md
+38 −0 cmake/stubs/cpm-stubs.cmake
+1 −5 cmake/x86-linux-clang-17-toolchain.cmake
+15 −6 common/assert.hpp
+4 −3 common/backtrace.hpp
+12 −22 common/gtest_initializer.hpp
+53 −61 common/logger.hpp
+6 −0 device/CMakeLists.txt
+ device/bin/silicon/x86/create-ethernet-map
+3 −15 device/mockup/tt_mockup_device.hpp
+32 −29 device/simulation/tt_simulation_device.cpp
+0 −4 device/simulation/tt_simulation_device.h
+0 −215 device/simulation/tt_simulation_device_generated.h
+14 −7 device/simulation/tt_simulation_host.cpp
+6 −5 device/simulation/tt_simulation_host.hpp
+2 −1 device/tt_silicon_driver.cpp
+10 −0 src/CMakeLists.txt
+3 −30 tests/CMakeLists.txt
+1 −0 tests/api/CMakeLists.txt
+2 −1 tests/api/test_chip.cpp
+58 −0 tests/api/test_mockup_device.cpp
+8 −7 tests/blackhole/CMakeLists.txt
+5 −3 tests/galaxy/CMakeLists.txt
+8 −7 tests/grayskull/CMakeLists.txt
+12 −7 tests/microbenchmark/CMakeLists.txt
+7 −3 tests/pcie/CMakeLists.txt
+8 −8 tests/simulation/CMakeLists.txt
+3 −1 tests/simulation/device_fixture.hpp
+7 −4 tests/wormhole/CMakeLists.txt

0 comments on commit d41c544

Please sign in to comment.