-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Provide separate jellyfin-opencl-intel mods for legacy and non-legacy Intel iGPUs #971
Comments
This mod has versioned releases. Users can pull a version tag that is compatible with their device. Intel drops support for architectures all the time. What you consider legacy may be different than someone else's legacy. Legacy is a moving target. |
Intel calls them legacy platforms. I understand that you can specify a version for the mod. I just recommended this to a Jellyfin user in our matrix chat. But most users don't know that. Don't know which version to pin. There's no documentation for the mod specifying what Intel considers legacy and what version they should use for what platform in this mod's documentation. Adding a "legacy" tagged version, "if your CPU is 10th gen core and older use legacy", just makes it easier for users. |
Yes, and when Intel deprecates support for a newer architecture down the line, the version pushed as legacy then will be newer than your legacy device supports. That's what I mean by
That's a much better solution to list in the readme which gens are supported up to which version. We do something similar for the various Intel drivers in our ffmpeg image: https://github.com/linuxserver/docker-ffmpeg?tab=readme-ov-file#included-intel-drivers-latest-versions-compiled PRs welcome |
|
Unfortunately, I do not have a "legacy" CPU to test with. |
Is this a new feature request?
Name of mod
jellyfin-opencl-intel
Wanted change
Intel has dropped OpenCL support for pre-Tigerlake CPUs. Intel compute packages newer than 24.35.30872.22 will no longer support HD/UHD 5XX and 6XX iGPUs.
Specifying a version is an option, but perhaps having a "legacy" opencl mod would be more clean, in addition to stating in the mod's documentation that this is happening.
jellyfin-opencl-intel-legacy
or something like that. Which is pinned to 24.35.30872.22.https://github.com/intel/compute-runtime/blob/master/LEGACY_PLATFORMS.md
Reason for change
Intel dropped support for pre-Tigerlake CPUs for Intel compute packages newer than 24.35.30872.22.
Proposed code change
Create a new docker hub tag for that is pinned to an Intel compute version that supports legacy Intel CPUs.
jellyfin-opencl-intel-legacy
is pinned to version 24.35.30872.22.The text was updated successfully, but these errors were encountered: