Initial integration with Alex' Generic Grid Launch
Change-Id: I559afb80e9e39ec0d119bb3bf3b85ef9e448caf6
This commit is contained in:
+2
-2
@@ -28,7 +28,6 @@ THE SOFTWARE.
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <string>
|
||||
|
||||
//---
|
||||
// Helper functions to convert HIP function arguments into strings.
|
||||
// Handles POD data types as well as enumerations (ie hipMemcpyKind).
|
||||
@@ -71,7 +70,7 @@ 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)
|
||||
@@ -85,6 +84,7 @@ inline std::string ToString(hipStream_t v)
|
||||
|
||||
return ss.str();
|
||||
};
|
||||
#endif //GENERIC_GRID_LAUNCH
|
||||
|
||||
// hipMemcpyKind specialization
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user