Device ID cleanup:

- Use commmon naming scheme
- Add missing ULTs
- Remove redundancies

Related-To: NEO-5250

Change-Id: Id6ed25c078b54f7d6ea43f2d3b71dc827ff2d088
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-11-02 18:55:30 +01:00
committed by sys_ocldev
parent 8e6be83fcc
commit 605629d89e
17 changed files with 319 additions and 349 deletions

3
FAQ.md
View File

@@ -48,8 +48,7 @@ See [README.md](https://github.com/intel/compute-runtime/blob/master/README.md).
To check support for any device, you can follow these steps:
1. Go to [Ark]( https://ark.intel.com) and find your Device ID
1. Find the corresponding device ID label in [GMM]( https://github.com/intel/gmmlib/blob/master/Source/inc/common/igfxfmid.h)
1. Check if this device ID label is enumerated in the
1. Check if this Device ID is enumerated in the
[supported device list](https://github.com/intel/compute-runtime/blob/master/opencl/source/dll/linux/devices/devices_base.inl)
### When will support for platform X be added?