From b2c5ba6e03cec7b0bda0da6b32a82dc59e3d3b9b Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 11 Mar 2022 10:27:43 +0530 Subject: [PATCH] Revert "SWDEV-312141 - Renaming of enum to avoid shadow variable compilation warning (#2487)" (#2547) This reverts commit c093f29d32d0a015def353453f8d00556ea30bf8. --- include/hip/hip_bfloat16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hip/hip_bfloat16.h b/include/hip/hip_bfloat16.h index eb99206632..642090b4f5 100644 --- a/include/hip/hip_bfloat16.h +++ b/include/hip/hip_bfloat16.h @@ -56,7 +56,7 @@ struct hip_bfloat16 enum truncate_t { - truncate_0 + truncate }; __host__ __device__ hip_bfloat16() = default;