update hip build

[ROCm/composable_kernel commit: 2c9b8c2432]
This commit is contained in:
Chao Liu
2019-03-12 17:20:11 -05:00
parent 5c5f48e664
commit 7bfe330532
12 changed files with 97 additions and 82 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;