-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule umd
updated
12 files
+4 −0 | device/api/umd/device/chip/chip.h | |
+7 −1 | device/api/umd/device/chip/local_chip.h | |
+12 −40 | device/api/umd/device/cluster.h | |
+2 −0 | device/chip/chip.cpp | |
+6 −1 | device/chip/local_chip.cpp | |
+1 −1 | device/chip/mock_chip.cpp | |
+125 −158 | device/cluster.cpp | |
+5 −7 | tests/api/test_chip.cpp | |
+12 −9 | tests/api/test_cluster.cpp | |
+0 −4 | tests/blackhole/test_cluster_bh.cpp | |
+4 −7 | tests/grayskull/test_cluster_gs.cpp | |
+4 −9 | tests/wormhole/test_cluster_wh.cpp |