change file extension to hip.hpp and hip.cpp

[ROCm/composable_kernel commit: b2888adfbe]
This commit is contained in:
Chao Liu
2019-02-15 02:13:21 -06:00
parent 153629655f
commit c0baa18a3f
35 changed files with 212 additions and 234 deletions

View File

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