SWDEV-555665 - skip failing tests on window (#1045)
* SWDEV-555665 - skip failing tests on window * SWDEV-555665 - skip failing tests on window 2 missed tests added to the skip list * SWDEV-555665 - typo in Unit_test_generic_target_in_regular_fatbin testname
This commit is contained in:
@@ -36,7 +36,7 @@ template <typename T> static __global__ void vector_square_generic(T* C_d, const
|
||||
#ifdef GENERIC_COMPRESSED
|
||||
TEST_CASE("Unit_test_generic_target_in_compressed_fatbin") {
|
||||
#else
|
||||
TEST_CASE("Unit_test_generic_target_in_regular_fatbin ") {
|
||||
TEST_CASE("Unit_test_generic_target_in_regular_fatbin") {
|
||||
#endif
|
||||
if (!isGenericTargetSupported()) {
|
||||
fprintf(stderr, "Generic target test is skipped\n");
|
||||
|
||||
مرجع در شماره جدید
Block a user