-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Intel graphics support request in LACT #401
Comments
I am not against adding support for Arc GPUs. Now that there is also support for Nvidia the code architecture allows for it. However I do not have any access to Arc hardware to test on, so any potential implementation would be based solely off documentation and test reports from users. I've actually looked into Arc support previously, and at the time there seemed to be no way to do any configuration under Linux. Could you be more specific about It's also worth noting that for now the popularity and overall viability of Intel dGPUs is still quite low, and it's uncertain if they will exist beyond Alchemyst and maybe Battlemage. Because of this I don't want to spend too much effort on this if support for it ends up being too problematic or doesn't fit well into LACT. But again, I'm not opposed to it if it's reasonable to implement. |
That's ok, understandable. Now, ARC cards are simply fully supported via oneAPI in Blender 4.2 LTS once you install all the necessary dependencies (I can speak for openSUSE which is the distro I use) even though the ray tracing isn't great but at least with no strange artifacts or crashes. I'm confident that things will improve soon and Intel ARC will gain respect. Keep up the great work, LACT is a very interesting and promising utility ;) |
I did some more searching and there doesn't seem to be any way to do things like clocks configuration or custom power limits on Linux with Arc. The closest thing is xpumanager, which only works for Intel data center GPUs and not Arc. |
UPDATE: after digging through kernel code, it appears that it is actually possible to configure intel graphics on Linux. However, it needs the I got the driver working on a laptop iGPU, and it does expose frequency controls, and I'll try to see what I can get working. However I cannot do full testing as I do not have access to any Intel dGPU (Battlemage or Alchemyst). |
Hi Ilya, If you have a decent desktop machine with a mobo that support the resize bar I can give you an ASRock Challenger A380 6GB GDDR6 for testing. It requires one additional power connector (8 pin) and it has been used for just 8 months on my Asus Prime B550-M CSM then I switched to something more capable and well balanced like the Sparkle A580 8Gb GDDR6. Cheers, |
Thanks for the offer, this would be very helpful. Do you have a private contact channel where we could arrange this? |
Yes, send me message at [email protected] |
Hi everyone,
I officially advance a simple request to take in serious consideration the Intel ARC support in LACT, since they are improving a lot through the MESA open source drivers under Linux distributions. They are also fully configurable with the oneAPI feature under Blender LTS software. Unfortunately, Intel itself doesn't have any intention to support Linux with an official control panel (at least for this year) and that's a pity, these cards have great potential and better competitive prices in the actual market, especially in Europe.
Even in gaming (actually with MESA 24.1.7-391-1) their antialiasing and shaders performances are better than AMD cards. Considering now the ARC 580 instead of an AMD 6650XT especially for Linux users, it's a cost/performance bargain.
Regards,
Citizen
The text was updated successfully, but these errors were encountered: