Update Supported Platforms in README.md
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
parent
ded134f867
commit
2be1b36422
12
README.md
12
README.md
|
@ -26,15 +26,13 @@ You may obtain a copy of the License at: https://opensource.org/licenses/MIT
|
||||||
|
|
||||||
|Platform|OpenCL|Level Zero|
|
|Platform|OpenCL|Level Zero|
|
||||||
|--------|:----:|:--------:|
|
|--------|:----:|:--------:|
|
||||||
|Intel Core Processors with Gen8 graphics devices (formerly Broadwell)| 2.1 | - |
|
|Intel Core Processors with Gen8 graphics devices (formerly Broadwell)| 3.0 | - |
|
||||||
|Intel Core Processors with Gen9 graphics devices (formerly Skylake, Kaby Lake, Coffee Lake)| 2.1 | Y |
|
|Intel Core Processors with Gen9 graphics devices (formerly Skylake, Kaby Lake, Coffee Lake)| 3.0 | Y |
|
||||||
|Intel Atom Processors with Gen9 graphics devices (formerly Apollo Lake, Gemini Lake)| 1.2 | - |
|
|Intel Atom Processors with Gen9 graphics devices (formerly Apollo Lake, Gemini Lake)| 3.0 | - |
|
||||||
|Intel Core Processors with Gen11 graphics devices (formerly Ice Lake)| 2.1 | Y |
|
|Intel Core Processors with Gen11 graphics devices (formerly Ice Lake)| 3.0 | Y |
|
||||||
|Intel Atom Processors with Gen11 graphics devices (formerly Elkhart Lake)| 1.2 | - |
|
|Intel Atom Processors with Gen11 graphics devices (formerly Elkhart Lake)| 3.0 | - |
|
||||||
|Intel Core Processors with Gen12 graphics devices (formerly Tiger Lake)| 3.0 | Y |
|
|Intel Core Processors with Gen12 graphics devices (formerly Tiger Lake)| 3.0 | Y |
|
||||||
|
|
||||||
Note: All platforms are expected to move to OpenCL 3.0 in 2020.
|
|
||||||
|
|
||||||
## Release cadence
|
## Release cadence
|
||||||
|
|
||||||
* Once a week, we run extended validation cycle on a selected driver.
|
* Once a week, we run extended validation cycle on a selected driver.
|
||||||
|
|
|
@ -10,10 +10,6 @@ see the [main FAQ](https://github.com/intel/compute-runtime/blob/master/FAQ.md).
|
||||||
|
|
||||||
See [README.md](https://github.com/intel/compute-runtime/blob/master/README.md).
|
See [README.md](https://github.com/intel/compute-runtime/blob/master/README.md).
|
||||||
|
|
||||||
### How can I enable OpenCL 2.1 on the Apollo Lake / Broxton platform?
|
|
||||||
|
|
||||||
You can enable a higher version of OpenCL using the ForceOCLVersion debug flag.
|
|
||||||
|
|
||||||
## Known Issues and Limitations
|
## Known Issues and Limitations
|
||||||
|
|
||||||
OpenCL compliance of a driver built from open-source components should not be
|
OpenCL compliance of a driver built from open-source components should not be
|
||||||
|
|
Loading…
Reference in New Issue