compute-runtime/opencl/source/platform
Filip Hazubski d7db6ac467 feature: Add preferredPlatformName field to RuntimeCapabilityTable
For all of the devices, preferredPlatformName is initialized with
nullptr by default and platform name will be initialized to driver's default
platform name, at the moment this is "Intel(R) OpenCL Graphics".

When Platform is initialized and preferredPlatformName is not nullptr then
Platform name will be set to the value stored in preferredPlatformName.

Add ENABLE_LEGACY_PLATFORM_NAME AIL enum related to added functionality.

Move PlatformInfo to NEO namespace.

Related-To: HSD-22018809561

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2023-09-12 11:07:14 +02:00
..
CMakeLists.txt Move ocl extensions logic to shared 2021-11-04 17:38:15 +01:00
platform.cpp feature: Add preferredPlatformName field to RuntimeCapabilityTable 2023-09-12 11:07:14 +02:00
platform.h feature: Add preferredPlatformName field to RuntimeCapabilityTable 2023-09-12 11:07:14 +02:00
platform_info.h feature: Add preferredPlatformName field to RuntimeCapabilityTable 2023-09-12 11:07:14 +02:00