Update oneAPI driver requirements for Cycles #104505
No reviewers
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#104505
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Alaska/blender-manual:update-oneapi-min-requirements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updating based on the changes made in this commit:
https://projects.blender.org/blender/blender/commit/6437c0c948
The full Windows version number was obtained from here: https://www.intel.com/content/www/us/en/download/726609/777403/intel-arc-iris-xe-graphics-whql-windows.htmlThe full level-zero version number was obtained from here: https://github.com/intel/compute-runtime/releases/tag/23.09.25812.14@ -85,2 +85,2 @@
- Windows: Intel Graphics Driver 30.0.101.4032
- Linux: ``intel-level-zero-gpu`` package 22.10.24931
- Windows: Intel Graphics Driver 31.0.101.4314
- Linux: ``intel-level-zero-gpu`` package 23.09.25812.14
I think
intel-level-zero-gpu
might need to be swapped out forintel-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-runtime23.09.25812.14
Update oneAPI driver requirements for Cyclesto WIP: Update oneAPI driver requirements for CyclesChanged to WIP to reflect I'm planning to subtly change this page in line with the discussion had here: https://devtalk.blender.org/t/cycles-intel-oneapi-device-feedback/24928/53
@ -84,3 +84,2 @@
- Windows: Intel Graphics Driver 30.0.101.4032
- Linux: ``intel-level-zero-gpu`` package 22.10.24931
- Windows: Intel Graphics Driver 101.4314
I agree with the devtalk suggestion to use
XX.X.101.4314
here.WIP: Update oneAPI driver requirements for Cyclesto Update oneAPI driver requirements for CyclesThanks! PR for the code side: blender/blender#109644