mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
fix: remove incorrectly reported extensions
Related-To: NEO-8349 Signed-off-by: Aleksander Czerwionka <aleksander.czerwionka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8a0c425495
commit
b630f58861
@@ -173,10 +173,6 @@ std::string CompilerProductHelperHw<gfxProduct>::getDeviceExtensions(const Hardw
|
||||
extensions += "cl_intel_create_buffer_with_properties ";
|
||||
}
|
||||
|
||||
if (isDotAccumulateSupported()) {
|
||||
extensions += "cl_intel_dot_accumulate ";
|
||||
}
|
||||
|
||||
if (isSubgroupLocalBlockIoSupported()) {
|
||||
extensions += "cl_intel_subgroup_local_block_io ";
|
||||
}
|
||||
|
||||
@@ -34,11 +34,6 @@ bool ReleaseHelperHw<release>::isPipeControlPriorToPipelineSelectWaRequired() co
|
||||
return true;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool ReleaseHelperHw<release>::isSplitMatrixMultiplyAccumulateSupported() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool ReleaseHelperHw<release>::isDirectSubmissionSupported() const {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user