SWDEV-431399 - fix issues highlighted by address sanitizer
Change-Id: I927009a8d408bdf13677ce5cc926908fb4552441
[ROCm/hip-tests commit: a87786f060]
Этот коммит содержится в:
коммит произвёл
Jatin Jaikishan Chaudhary
родитель
5d5d8e52e1
Коммит
06292cfc6a
@@ -167,8 +167,8 @@ TEST_CASE("Unit_hipDeviceGetCacheConfig_Positive_Threaded") {
|
||||
|
||||
void TestPart3() {
|
||||
hipFuncCache_t returned_cache_config;
|
||||
HIP_CHECK(hipDeviceGetCacheConfig(&returned_cache_config));
|
||||
REQUIRE(returned_cache_config == cache_config_);
|
||||
HIP_CHECK_THREAD(hipDeviceGetCacheConfig(&returned_cache_config));
|
||||
REQUIRE_THREAD(returned_cache_config == cache_config_);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Ссылка в новой задаче
Block a user