Remove rocshmem_timer function

이 커밋은 다음에 포함됨:
avinashkethineedi
2025-02-17 07:16:49 +00:00
부모 c155636da4
커밋 21dbd5cc5e
3개의 변경된 파일2개의 추가작업 그리고 19개의 파일을 삭제
-11
파일 보기
@@ -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.
*