From 54ccd3958f7242a1ccc828b8aa467f5b29fb5a59 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 1be987268e4354fd8c50ef6835134d95e4c656a3. [ROCm/hip commit: b2c5ba6e03cec7b0bda0da6b32a82dc59e3d3b9b] --- projects/hip/include/hip/hip_bfloat16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hip_bfloat16.h b/projects/hip/include/hip/hip_bfloat16.h index eb99206632..642090b4f5 100644 --- a/projects/hip/include/hip/hip_bfloat16.h +++ b/projects/hip/include/hip/hip_bfloat16.h @@ -56,7 +56,7 @@ struct hip_bfloat16 enum truncate_t { - truncate_0 + truncate }; __host__ __device__ hip_bfloat16() = default;