Change the #define of GENERIC_GRID_LAUNCH to take valueat compilation, disable warning messages

Change-Id: Ic6c011529e26de359bcda1e7083727e7ee52887b
Cette révision appartient à :
pensun
2017-03-17 19:57:20 +00:00
révisé par Sun, Peng
Parent ad882222b0
révision faf0fbebe9
6 fichiers modifiés avec 18 ajouts et 14 suppressions
-2
Voir le fichier
@@ -70,7 +70,6 @@ inline std::string ToString(hipEvent_t v)
ss << v;
return ss.str();
};
#ifndef GENERIC_GRID_LAUNCH
// hipStream_t
template <>
inline std::string ToString(hipStream_t v)
@@ -84,7 +83,6 @@ inline std::string ToString(hipStream_t v)
return ss.str();
};
#endif //GENERIC_GRID_LAUNCH
// hipMemcpyKind specialization
template <>