SWDEV-454315 - Disable test section that segfaults on windows
Change-Id: Idaac99c433120d98646417318258bfb375d2f367
[ROCm/hip-tests commit: 6cf941c830]
Этот коммит содержится в:
коммит произвёл
Marko Arandjelovic
родитель
1ee63d0a15
Коммит
4ea6eb80a1
@@ -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>
|
||||
|
||||
Ссылка в новой задаче
Block a user