mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
feature: implements 2d block load/store helpers
Implemented the product helper specializations for querying device support for 2D block load/store operations. The desired support matrix is both load and store is supported for PVC and up, and unsupported forall else. The interface for querying 2d block load/storecapabilities was implemented in a previous PR. Related-To: NEO-11592 Signed-off-by: Jack Myers <jack.myers@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
959626376e
commit
c8746638c9
@@ -11,6 +11,7 @@
|
||||
#include "shared/source/memory_manager/allocation_type.h"
|
||||
#include "shared/source/os_interface/product_helper.h"
|
||||
#include "shared/source/os_interface/product_helper.inl"
|
||||
#include "shared/source/os_interface/product_helper_pvc_and_later.inl"
|
||||
#include "shared/source/os_interface/product_helper_xe_hpg_and_xe_hpc.inl"
|
||||
|
||||
#include "aubstream/product_family.h"
|
||||
|
||||
Reference in New Issue
Block a user