Merge pull request #674 from mangupta/fix_dtests_on_nvcc

[dtests] Fix hipTestClock, hipTestNew, hipTestGlobalVariable, hipSimpleAtomicsTest & hipTestIncludeMath tests on nvcc path

[ROCm/hip commit: 32787fa1fc]
This commit is contained in:
Maneesh Gupta
2018-09-18 07:50:52 +05:30
committed by GitHub
6 changed files with 15 additions and 29 deletions
@@ -118,6 +118,9 @@ typedef int hipLaunchParm;
}
#endif
#define __clock() clock()
#define __clock64() clock64()
#endif
#endif