Remove rocshmem_timer function

This commit is contained in:
avinashkethineedi
2025-02-17 07:16:49 +00:00
parent c155636da4
commit 21dbd5cc5e
3 changed files with 2 additions and 19 deletions
-11
View File
@@ -512,17 +512,6 @@ __device__ ATTR_NO_INLINE void rocshmem_wg_team_sync(rocshmem_team_t team);
*/
__device__ ATTR_NO_INLINE void *rocshmem_ptr(const void *dest, int pe);
/**
* @brief Query the current time. Similar to gettimeofday() on the CPU. To use
* this function, rocSHMEM must be configured with profiling support
* (--enable-profile).
*
* Can be called per thread with no performance penalty.
*
* @return Time in micro-seconds.
*/
__device__ uint64_t rocshmem_timer();
/**
* @brief Make all uncacheable GPU data visible to other agents in the sytem.
*