You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some of the tests are using direct string comparison to check if the tests are available for the particular device, but that is error prone and does not match to the previous CTest device selection algorithm. (unfortunately we have to keep backward compatibility for Ctest-Gtest transition period, later it has to be refactored as well)
Currently some of the tests are using direct string comparison to check if the tests are available for the particular device, but that is error prone and does not match to the previous CTest device selection algorithm. (unfortunately we have to keep backward compatibility for Ctest-Gtest transition period, later it has to be refactored as well)
For example
MIOpen/test/gtest/layernorm.cpp
Line 54 in 3183bb2
In order to improve tests quality we have to switch to the mechanism introduced in #2605 for all the google tests.
All the tests should have an
IsTestSupportedForDevice
function and use functions and enums to select proper devices.The text was updated successfully, but these errors were encountered: