SWDEV-353807 - Fixes multiple catch issues (#2912)
- enforcing c++17 for all tests - Warning as error: ignoring return value Change-Id: I3d171540403f74222e631d1a8e393386461c9729
This commit is contained in:
committed by
GitHub
parent
ba5a0b9af5
commit
d0aaed906d
@@ -33,7 +33,7 @@ __global__ void warpvote(int* device_any, int* device_all, int pshift) {
|
||||
TEST_CASE("Unit_AnyAll_CompileTest") {
|
||||
int warpSize, pshift;
|
||||
hipDeviceProp_t devProp;
|
||||
hipGetDeviceProperties(&devProp, 0);
|
||||
HIP_CHECK(hipGetDeviceProperties(&devProp, 0));
|
||||
warpSize = devProp.warpSize;
|
||||
|
||||
int w = warpSize;
|
||||
|
||||
Reference in New Issue
Block a user