Skip to content

Commit

Permalink
umd main
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Dec 4, 2024
1 parent 5c3779a commit 8ab3e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/third_party/umd
Submodule umd updated 34 files
+11 −21 cmake/dependencies.cmake
+22 −7 device/CMakeLists.txt
+1 −0 device/api/umd/device/architecture_implementation.h
+39 −0 device/api/umd/device/blackhole_coordinate_manager.h
+44 −4 device/api/umd/device/blackhole_implementation.h
+158 −52 device/api/umd/device/coordinate_manager.h
+30 −0 device/api/umd/device/grayskull_coordinate_manager.h
+31 −4 device/api/umd/device/grayskull_implementation.h
+61 −0 device/api/umd/device/tt_core_coordinates.h
+14 −39 device/api/umd/device/tt_soc_descriptor.h
+0 −56 device/api/umd/device/tt_xy_pair.h
+31 −0 device/api/umd/device/wormhole_coordinate_manager.h
+37 −4 device/api/umd/device/wormhole_implementation.h
+176 −18 device/blackhole/blackhole_coordinate_manager.cpp
+0 −23 device/blackhole/blackhole_coordinate_manager.h
+2 −0 device/cluster.cpp
+481 −121 device/coordinate_manager.cpp
+55 −0 device/grayskull/grayskull_coordinate_manager.cpp
+0 −16 device/grayskull/grayskull_coordinate_manager.h
+19 −10 device/simulation/tt_simulation_device.cpp
+11 −55 device/tt_soc_descriptor.cpp
+59 −19 device/wormhole/wormhole_coordinate_manager.cpp
+0 −27 device/wormhole/wormhole_coordinate_manager.h
+2 −5 tests/CMakeLists.txt
+3 −3 tests/api/CMakeLists.txt
+5 −6 tests/api/test_cluster_descriptor.cpp
+463 −0 tests/api/test_core_coord_translation_bh.cpp
+244 −0 tests/api/test_core_coord_translation_gs.cpp
+283 −0 tests/api/test_core_coord_translation_wh.cpp
+0 −210 tests/api/test_soc_descriptor_bh.cpp
+0 −151 tests/api/test_soc_descriptor_gs.cpp
+0 −181 tests/api/test_soc_descriptor_wh.cpp
+0 −18 tests/test_utils/soc_desc_test_utils.hpp
+5 −0 tests/wormhole/test_silicon_driver_wh.cpp

0 comments on commit 8ab3e94

Please sign in to comment.