Update oneAPI driver requirements for Cycles #104505
@ -82,8 +82,9 @@ Supported GPUs include:
|
||||
|
||||
Minimum driver versions:
|
||||
|
||||
- Windows: Intel Graphics Driver 30.0.101.4032
|
||||
- Linux: ``intel-level-zero-gpu`` package 22.10.24931
|
||||
- Windows: Intel Graphics Driver XX.X.101.4314
|
||||
Alaska marked this conversation as resolved
Outdated
|
||||
- Linux: ``intel-level-zero-gpu`` package 1.3.25812,
|
||||
Alaska marked this conversation as resolved
Outdated
Alaska
commented
I think 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.
Xavier Hallade
commented
intel-level-zero-gpu is the name of the package that's found on ubuntu and most distributions. 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`
|
||||
typically available through the ``intel-compute-runtime`` package XX.XX.25812
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user
I agree with the devtalk suggestion to use
XX.X.101.4314
here.