tuning on vega 20

[ROCm/composable_kernel commit: 2603bb0fe3]
This commit is contained in:
Chao Liu
2019-04-25 17:28:59 -05:00
parent 868068eee1
commit 04e99df5df
24 changed files with 659 additions and 654 deletions

View File

@@ -22,8 +22,7 @@ std::ostream& LogRange(std::ostream& os, Range&& range, std::string delim)
return os;
}
typedef enum
{
typedef enum {
Half = 0,
Float = 1,
} DataType_t;