HIP icon indicating copy to clipboard operation
HIP copied to clipboard

`clock` function is redeclared with the wrong return type

Open seanbaxter opened this issue 2 years ago • 0 comments

/opt/rocm/include/hip/amd_detail/amd_device_functions.h:995 declaresclock() to have return type long long. ctime.h declares it to have return type clock_t, which is long. Please fix.

seanbaxter avatar Feb 27 '22 03:02 seanbaxter