update hip build

This commit is contained in:
Chao Liu
2019-03-12 17:20:11 -05:00
parent 0c88a3d891
commit 2c9b8c2432
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;