Right now, UMD unit tests for different chips are found in different folders (eg: tests/wormhole, tests/blackhole)
Each folder has the same file(s): test_silicon_driver.cpp, test_umd_remote_api_stability.cpp
These files seem to be just copy-pasted and share a lot of common code. Should be able to consolidate all of them with some sort of gtest fixture, get rid of the separate folders and cleanup the cmake build setup.
This might change completely when UMD gets refactored, but just tracking with this ticket.
Right now, UMD unit tests for different chips are found in different folders (eg:
tests/wormhole
,tests/blackhole
)Each folder has the same file(s):
test_silicon_driver.cpp
,test_umd_remote_api_stability.cpp
These files seem to be just copy-pasted and share a lot of common code. Should be able to consolidate all of them with some sort of gtest fixture, get rid of the separate folders and cleanup the cmake build setup.
This might change completely when UMD gets refactored, but just tracking with this ticket.