You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition of data type "clock_t" as a macro(#define clock_t long long int) in hip_runtime.h(/opt/rocm/hip/include/hip/hcc_detail/) leading to compilation errors for HCC Platform #1
In testframework.cpp(Thrust/testing/) clock_t of std namespace is being used(std::clock_t). But due to definition of macro in hip_runtime.h we are encountering errors while compiling test cases for HCC platform.