SWDEV-454315 - Disable test section that segfaults on windows

Change-Id: Idaac99c433120d98646417318258bfb375d2f367


[ROCm/hip-tests commit: 6cf941c830]
Этот коммит содержится в:
Rahul Manocha
2024-08-12 08:58:16 -07:00
коммит произвёл Marko Arandjelovic
родитель 1ee63d0a15
Коммит 4ea6eb80a1
+2 -1
Просмотреть файл
@@ -342,12 +342,13 @@ void SingleDeviceSingleKernelTest(const unsigned int width, const unsigned int p
}
}
}
#ifdef __linux__
SECTION("Shared memory") {
params.blocks = dim3(1);
params.alloc_type = LinearAllocs::hipMalloc;
TestCore<TestType, operation, true>(params);
}
#endif
}
template <typename TestType, AtomicOperation operation>