mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
- Added support for L0 to query Vector Width Properties which allows for querying all the supported vector widths and their prefferred and native vector widths per data type. - Updated shared code to support querying the same values thru getPreferredVectorWidth* and getNativeVectorWidth* helper functions for OpenCL and Level Zero. - Initial support for reporting base values for the vector widths with future support for reporting different values per platform and based on the SIMD/SIMT size used. Related-To: NEO-13745 Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>