SWDEV-556684 - Remove HSAIL support (#1183)
This commit is contained in:
@@ -340,7 +340,6 @@ class Kernel : public RuntimeObject {
|
||||
|
||||
virtual ObjectType objectType() const { return ObjectTypeKernel; }
|
||||
|
||||
#if defined(USE_COMGR_LIBRARY)
|
||||
// Templated find function to retrieve the right value based on string
|
||||
template <typename V, typename T, size_t N>
|
||||
static V FindValue(const T (&structure)[N], const std::string& name);
|
||||
@@ -417,8 +416,7 @@ class Kernel : public RuntimeObject {
|
||||
static const KernelFieldMapV3Type kKernelFieldMapV3[];
|
||||
static const ArgValueKindV3Type kArgValueKindV3[];
|
||||
static const ArgFieldMapV3Type kArgFieldMapV3[];
|
||||
#endif
|
||||
}; // defined(USE_COMGR_LIBRARY)
|
||||
};
|
||||
|
||||
|
||||
/*! @}
|
||||
|
||||
Reference in New Issue
Block a user