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

Change-Id: I0579d8b3e4175f14ad28f9f4b263fa0a792a9120

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