mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 17:26:00 +00:00
add tidy
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
namespace ck {
|
||||
|
||||
// this enumerate should be synchronized with include/miopen.h
|
||||
typedef enum
|
||||
{
|
||||
using DataTypeEnum_t = enum {
|
||||
Half = 0,
|
||||
Float = 1,
|
||||
Int32 = 2,
|
||||
@@ -14,7 +13,7 @@ typedef enum
|
||||
BFloat16 = 5,
|
||||
Double = 6,
|
||||
Unknown = 100,
|
||||
} DataTypeEnum_t;
|
||||
};
|
||||
|
||||
} // namespace ck
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user