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

Change-Id: I0579d8b3e4175f14ad28f9f4b263fa0a792a9120
Dieser Commit ist enthalten in:
Satyanvesh Dittakavi
2022-02-24 20:55:21 +05:30
committet von GitHub
Ursprung e30b950817
Commit c093f29d32
+1 -1
Datei anzeigen
@@ -56,7 +56,7 @@ struct hip_bfloat16
enum truncate_t
{
truncate
truncate_0
};
__host__ __device__ hip_bfloat16() = default;