mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
feature: Add extensions to expose dot product capabilities
- Add new extension property for user to query platform DP support. - Add new blackbox and ULTs for extension. Related-To: NEO-8786 Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
87a1fda1a7
commit
e988fe66e3
@@ -166,6 +166,8 @@ class ProductHelper {
|
||||
virtual bool isTranslationExceptionSupported() const = 0;
|
||||
virtual uint32_t getMaxNumSamplers() const = 0;
|
||||
virtual uint32_t getCommandBuffersPreallocatedPerCommandQueue() const = 0;
|
||||
virtual bool isPlatformDpasSupported() const = 0;
|
||||
virtual bool isPlatformDp4aSupported() const = 0;
|
||||
|
||||
virtual bool getFrontEndPropertyScratchSizeSupport() const = 0;
|
||||
virtual bool getFrontEndPropertyPrivateScratchSizeSupport() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user