SWDEV-556684 - Remove HSAIL support (#1183)

This commit is contained in:
Pengda Xie
2025-10-23 11:21:49 -07:00
committed by GitHub
parent db949445c3
commit a4bbd73dc6
53 changed files with 410 additions and 5066 deletions
+1 -3
View File
@@ -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)
};
/*! @}