mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
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>