From ce093b2bf3f0e9118f89594a9de68d5aa2bcfc73 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 27 Apr 2026 13:54:06 -0700 Subject: [PATCH] rdtsc --- Grid/perfmon/PerfCount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Grid/perfmon/PerfCount.h b/Grid/perfmon/PerfCount.h index 57bcc538..3dfa51eb 100644 --- a/Grid/perfmon/PerfCount.h +++ b/Grid/perfmon/PerfCount.h @@ -51,8 +51,8 @@ Author: paboyle #endif #ifdef __x86_64__ #ifdef GRID_CUDA -accelerator_inline uint64_t __rdtsc(void) { return 0; } -accelerator_inline uint64_t __rdpmc(int ) { return 0; } +//accelerator_inline uint64_t __rdtsc(void) { return 0; } +//accelerator_inline uint64_t __rdpmc(int ) { return 0; } #else #include #endif