SWDEV-454315 - Disable test section that segfaults on windows

Change-Id: Idaac99c433120d98646417318258bfb375d2f367


[ROCm/hip-tests commit: 6cf941c830]
This commit is contained in:
Rahul Manocha
2024-08-12 08:58:16 -07:00
committed by Marko Arandjelovic
parent 1ee63d0a15
commit 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>