Add mappings for __clock* in nvcc_detail/hip_runtime.h

Change-Id: Ibcecf52f3e69298268d921efc036090544fa0ed0


[ROCm/clr commit: 933c13f003]
This commit is contained in:
Maneesh Gupta
2018-09-17 15:23:30 +05:30
parent 51f5e9ea04
commit 9623689bc7
@@ -118,6 +118,9 @@ typedef int hipLaunchParm;
}
#endif
#define __clock() clock()
#define __clock64() clock64()
#endif
#endif