SWDEV-273235 - Linux: catch2 shared lib to executable (#2421)

Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
Cette révision appartient à :
agunashe
2021-11-25 21:32:29 -08:00
révisé par GitHub
Parent 02ac5137f5
révision 6c24531156
26 fichiers modifiés avec 121 ajouts et 183 suppressions
+1 -1
Voir le fichier
@@ -60,6 +60,6 @@ __global__ void test_kernel() {
int main() {
test_kernel<<<1, 1>>>();
hipDeviceSynchronize();
static_cast<void>(hipDeviceSynchronize());
return 0;
}