hip build

This commit is contained in:
Chao Liu
2019-02-15 00:54:30 -06:00
parent 121693b3d3
commit 67c6f73ffe
35 changed files with 454 additions and 394 deletions

View File

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