Skip to content

Commit

Permalink
umd main
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Dec 16, 2024
1 parent 9ebf4b5 commit 71cb080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/third_party/umd
Submodule umd updated 40 files
+3 −1 .github/workflows/build-tests.yml
+33 −11 README.md
+2 −0 device/api/umd/device/architecture_implementation.h
+9 −0 device/api/umd/device/blackhole_coordinate_manager.h
+1 −0 device/api/umd/device/blackhole_implementation.h
+5 −32 device/api/umd/device/cluster.h
+28 −12 device/api/umd/device/coordinate_manager.h
+1 −0 device/api/umd/device/grayskull_implementation.h
+1 −8 device/api/umd/device/tt_simulation_device.h
+58 −38 device/api/umd/device/tt_soc_descriptor.h
+6 −0 device/api/umd/device/types/cluster_types.h
+1 −0 device/api/umd/device/wormhole_implementation.h
+95 −0 device/blackhole/blackhole_coordinate_manager.cpp
+11 −0 device/blackhole/blackhole_implementation.cpp
+12 −16 device/cluster.cpp
+133 −1 device/coordinate_manager.cpp
+8 −0 device/grayskull/grayskull_implementation.cpp
+1 −7 device/mockup/tt_mockup_device.hpp
+1 −15 device/simulation/tt_simulation_device.cpp
+97 −4 device/tt_soc_descriptor.cpp
+11 −0 device/wormhole/wormhole_implementation.cpp
+64 −0 scripts/iommu_detect.sh
+1 −0 tests/api/CMakeLists.txt
+13 −24 tests/api/test_cluster.cpp
+270 −0 tests/api/test_soc_descriptor.cpp
+1 −1 tests/blackhole/CMakeLists.txt
+15 −15 tests/blackhole/test_bh_common.h
+169 −169 tests/blackhole/test_cluster_bh.cpp
+3 −3 tests/galaxy/test_umd_concurrent_threads.cpp
+3 −3 tests/galaxy/test_umd_remote_api.cpp
+7 −7 tests/galaxy/test_umd_remote_api_stability.cpp
+1 −1 tests/grayskull/CMakeLists.txt
+109 −86 tests/grayskull/test_cluster_gs.cpp
+55 −0 tests/soc_descs/blackhole_simulation_1x2.yaml
+2 −2 tests/soc_descs/wormhole_b0_8x10.yaml
+18 −18 tests/test_utils/stimulus_generators.hpp
+1 −1 tests/wormhole/CMakeLists.txt
+162 −162 tests/wormhole/test_cluster_wh.cpp
+28 −28 tests/wormhole/test_umd_remote_api_stability.cpp
+15 −15 tests/wormhole/test_wh_common.h

0 comments on commit 71cb080

Please sign in to comment.