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
-6
View File
@@ -638,12 +638,6 @@ __device__ int rocshmem_my_pe() {
return get_internal_ctx(ROCSHMEM_CTX_DEFAULT)->my_pe;
}
__device__ uint64_t rocshmem_timer() {
GPU_DPRINTF("Function: rocshmem_timer\n");
return __read_clock();
}
template <typename T>
__device__ T rocshmem_atomic_fetch_add(rocshmem_ctx_t ctx, T *dest, T val,
int pe) {