From bbe3cc5e77fd890c5ada8c4afeb0fa19a4e9c7d2 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 20 May 2024 15:11:34 -0700 Subject: [PATCH] SWDEV-439581 - fix comments for hipEventSynchronize Change-Id: I81152ff29b9c59015253b736eea3679f4c750530 --- include/hip/hip_runtime_api.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 1547cfe473..a1eea58dca 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -2845,7 +2845,6 @@ hipError_t hipEventDestroy(hipEvent_t event); * If hipEventRecord() has not been called on @p event, this function returns #hipSuccess when no * event is captured. * - * This function needs to support hipEventBlockingSync parameter. * * @param[in] event Event on which to wait. *