Change the #define of GENERIC_GRID_LAUNCH to take valueat compilation, disable warning messages
Change-Id: Ic6c011529e26de359bcda1e7083727e7ee52887b
Cette révision appartient à :
@@ -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 <>
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur