Update oneAPI driver requirements for Cycles #104505

Merged
Aaron Carlisle merged 3 commits from Alaska/blender-manual:update-oneapi-min-requirements into blender-v3.6-release 2023-07-11 03:41:30 +02:00
Showing only changes of commit 6d4d54442c - Show all commits

View File

@ -82,8 +82,8 @@ Supported GPUs include:
Minimum driver versions: Minimum driver versions:
- Windows: Intel Graphics Driver 30.0.101.4032 - Windows: Intel Graphics Driver 31.0.101.4314
Alaska marked this conversation as resolved Outdated

I agree with the devtalk suggestion to use XX.X.101.4314 here.

I agree with the devtalk suggestion to use `XX.X.101.4314` here.
- Linux: ``intel-level-zero-gpu`` package 22.10.24931 - Linux: ``intel-level-zero-gpu`` package 23.09.25812.14
Alaska marked this conversation as resolved Outdated

I think intel-level-zero-gpu might need to be swapped out for intel-compute-runtime. But I might need information from Xavier on this.

I think `intel-level-zero-gpu` might need to be swapped out for `intel-compute-runtime`. But I might need information from Xavier on this.

intel-level-zero-gpu is the name of the package that's found on ubuntu and most distributions.
It's provided by https://github.com/intel/compute-runtime that archlinux and also Debian I believe, package differently, as a whole.
I recommend to keep intel-level-zero-gpu as it's the most precise name.
However, the versioning scheme between both packages differ a bit, there is a mismatch here.
intel-level-zero-gpu should be 1.3.25812.14 for intel-compute-runtime 23.09.25812.14

intel-level-zero-gpu is the name of the package that's found on ubuntu and most distributions. It's provided by https://github.com/intel/compute-runtime that archlinux and also Debian I believe, package differently, as a whole. I recommend to keep intel-level-zero-gpu as it's the most precise name. However, the versioning scheme between both packages differ a bit, there is a mismatch here. intel-level-zero-gpu should be `1.3.25812.14` for intel-compute-runtime `23.09.25812.14`
Please refer to `Intel's website <https://www.intel.com/content/www/us/en/products/details/discrete-gpus.html>`__ Please refer to `Intel's website <https://www.intel.com/content/www/us/en/products/details/discrete-gpus.html>`__
for more information about Intel graphics cards and their architectures. for more information about Intel graphics cards and their architectures.