SWDEV-273235 - Linux: catch2 shared lib to executable (#2421)
Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
This commit is contained in:
@@ -38,5 +38,5 @@ __global__ void test_kernel() {
|
||||
|
||||
int main() {
|
||||
test_kernel<<<1, 1>>>();
|
||||
hipDeviceSynchronize();
|
||||
static_cast<void>(hipDeviceSynchronize());
|
||||
}
|
||||
@@ -60,6 +60,6 @@ __global__ void test_kernel() {
|
||||
|
||||
int main() {
|
||||
test_kernel<<<1, 1>>>();
|
||||
hipDeviceSynchronize();
|
||||
static_cast<void>(hipDeviceSynchronize());
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user