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

Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
This commit is contained in:
agunashe
2021-11-25 21:32:29 -08:00
committed by GitHub
parent 07c2e5b668
commit f90c5d218c
26 changed files with 121 additions and 183 deletions
+1 -1
View File
@@ -38,5 +38,5 @@ __global__ void test_kernel() {
int main() {
test_kernel<<<1, 1>>>();
hipDeviceSynchronize();
static_cast<void>(hipDeviceSynchronize());
}
+1 -1
View File
@@ -60,6 +60,6 @@ __global__ void test_kernel() {
int main() {
test_kernel<<<1, 1>>>();
hipDeviceSynchronize();
static_cast<void>(hipDeviceSynchronize());
return 0;
}