Skip to content

Commit

Permalink
ctime to time.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ronlieb committed Nov 26, 2019
1 parent 9bfadf1 commit f28235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/libomptarget/deviceRTLs/amdgcn/src/libcall.cu
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "omptarget-nvptx.h"
#include "target_impl.h"
#include "device_environment.h"
#include <ctime>
#include <time.h>

// Timer precision is 1ns
#define TIMER_PRECISION ((double)1E-9)
Expand Down

0 comments on commit f28235b

Please sign in to comment.