SWDEV-454315 - Disable test section that segfaults on windows

Change-Id: Idaac99c433120d98646417318258bfb375d2f367
This commit is contained in:
Rahul Manocha
2024-08-12 08:58:16 -07:00
committad av Marko Arandjelovic
förälder c75ed97b6b
incheckning 6cf941c830
+2 -1
Visa fil
@@ -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>