SWDEV-312141 - Renaming of enum to avoid shadow variable compilation warning (#2487)

Change-Id: I0579d8b3e4175f14ad28f9f4b263fa0a792a9120
This commit is contained in:
Satyanvesh Dittakavi
2022-02-24 20:55:21 +05:30
committed by GitHub
parent e30b950817
commit c093f29d32
+1 -1
View File
@@ -56,7 +56,7 @@ struct hip_bfloat16
enum truncate_t
{
truncate
truncate_0
};
__host__ __device__ hip_bfloat16() = default;