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

This reverts commit c093f29d32.
This commit is contained in:
Maneesh Gupta
2022-03-11 10:27:43 +05:30
committed by GitHub
parent 996213c5e3
commit b2c5ba6e03
+1 -1
View File
@@ -56,7 +56,7 @@ struct hip_bfloat16
enum truncate_t
{
truncate_0
truncate
};
__host__ __device__ hip_bfloat16() = default;