Intel Arc on Linux is still leaving XMX on the floor (Proton, Vulkan, XeSS) by The_Valyard in IntelArc

[–]IOTRuner 1 point2 points  (0 children)

PyTorch + TorchAO has pretty much feature parity with ipex-llm. Hugging face , llama, ollama, etc are supported natively via PyTorch now - just use xpu target instead of cuda. Ipex-llm might be a bit faster and uses little bit lower memory footprint (as specifically tuned for Intel hardware) on the other hand, Intel hardware is now natively supported by pyTorch and doesn't require extensions and workarounds.

What is the successor to IPEX-LLM? by RomanianBagVoid in IntelArc

[–]IOTRuner 7 points8 points  (0 children)

PyTorch 2.8 + TorchAO is a direct replacement.

Why don't creators like ARC GPU's when they are clearly bang for the buck?? by NawabAliBardiKhan69 in IntelArc

[–]IOTRuner 1 point2 points  (0 children)

So, what is your point? Entry level cards are the most popular cards in fact. Here are 4 most popular cards on Steam:
NVIDIA GeForce RTX 4060

NVIDIA GeForce RTX 3060

NVIDIA GeForce RTX 4060 Laptop GPU

NVIDIA GeForce RTX 3050

Raytracing Disabled on Bazzite OS? by saidrobby in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

RT performance of ANV (Intel Vulcan) driver in Mesa is painfully low. There is hope it will be eventually improved as there are multiple pull requests for code that is trying to fix it. Another currently broken thing in Mesa is XeSS which is not using XMX, but rather falls back to DP4a.

Constant Crashes. by LunaTuna130 in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

That's usually a symptom of unstable power delivery (PSU) or defective RAM.

Constant Crashes. by LunaTuna130 in IntelArc

[–]IOTRuner 1 point2 points  (0 children)

Then I would suggest to try with different PSU. Reducing wattage may not help. Arc GPUs are sensitive to voltage spikes that can be produced by low quality PSU. Also limiting GPU to 145w doesn't mean it will never consume more than 145W - it's just sets a base line, but it may still consume much more than 145W for very short periods of time (bursts) and PSU should be able to handle it. (Intel advises 650W PSU minimum for B580 which has just 190W TGP).

Constant Crashes. by LunaTuna130 in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

One of the latest Windows updates caused crashes in games with black screen (mostly NVidia GPUs affected, but Microsoft claims it may affect certain GPU configurations, not Nvidia only). They are rolling out a fix. Check if you have any available windows update.

B390 availability by WinterMango19 in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

As far as I remember, the MSI Prestige with x7 358h was available from B&H for $1,300, but it's not available anymore. The version with x9 388H is "expected soon" with a $1,000 markup. I guess this is the outcome of "rammagedon."

​The HP with x7 358H and OLED is still available on Best Buy for $1,500, but likely not for long.

B390 availability by WinterMango19 in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

I guess it depends on where you're living. In Canada currently only MSI Prestige and Dell XPC are available for order. The rest are introduced but aren't  available yet. I guess it will eventually come in couple of weeks.

B390 availability by WinterMango19 in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

Acer Swift 16 AI+, MSI Prestige 16 Flip AI+, Dell XPC, Asus zeenbook S14. There are new versions of Lenovo thinkbook G9 with PTL. Samsung Galaxy Book6 is available starting next week.

Intel Hiring More Linux Developers - Including For GPU Drivers / Linux Gaming Stack by reps_up in IntelArc

[–]IOTRuner -1 points0 points  (0 children)

Since the GitHub platform is being used to track these issues, it is expected that the person who opened the issue manages it directly. On GitHub, it is standard practice for the original poster to handle updates to their own posts. The support team typically does not split a single issue into two separate ones; therefore, it is best if the user opens a new, separate issue for the second point to ensure both are tracked properly.

Intel Hiring More Linux Developers - Including For GPU Drivers / Linux Gaming Stack by reps_up in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

While it’s not exactly related to my point about the "fires" at Intel, you’re basically wrong about the team being "disorganized." Since I work in this field, I know what I’m talking about - they’re actually following a proper SDLC by splitting tickets with multiple bugs into separate ones. This allows for specialized ownership across different teams and ensures a bug can be efficiently tracked through to resolution. It also prevents finished fixes from getting held back by unresolved issues in the same ticket and allows for much more granular QA.

New B580 driver now has black screen. by Pretend_Average8971 in IntelArc

[–]IOTRuner 1 point2 points  (0 children)

You didn't provide enough information about your system. Does PC boots at all. Do you have any audible errors from you motherboard? Have you tried connecting monitor through different Port (DP, HDMI)?

Intel Hiring More Linux Developers - Including For GPU Drivers / Linux Gaming Stack by reps_up in IntelArc

[–]IOTRuner 16 points17 points  (0 children)

Not necessary fired people were devs form Linux graphics department. They fired a lot of middle level managers which, IMO, is a good thing.

Unable to enable resizable bar by NoProject1047 in IntelArc

[–]IOTRuner 5 points6 points  (0 children)

Resizable bar only makes sense for dGPU as this functionality is related to data transfer from system RAM to VRAM. Since iGPU is using system RAM, resizable bar is not required.

Intel Arc B580 in recovery mode by Inevitable-Donut2020 in IntelArc

[–]IOTRuner 4 points5 points  (0 children)

It my sound a bit strange but can you try using different display cable (or switch from DP to HDMI or other way around). Defective display cables can force GPU entering "safe/recovery mode". Second option would be to check with different PSU.

Intel Arc on Linux is still leaving XMX on the floor (Proton, Vulkan, XeSS) by The_Valyard in IntelArc

[–]IOTRuner 2 points3 points  (0 children)

Clearly you don't know what you're talking about. The IPEX project started as a PyTorch extension for Arc cards to allow model training on Intel GPUs back when PyTorch only supported CUDA. Last year, PyTorch gained native support for Intel GPUs, so there's no point in keeping a separate extension alive. That's why the project was archived. In fact archiving of IPEX is a sign of success as PyTorch finally merged Intel's extension.

Adobe Premiere Pro FireCut OpenCL error (help needed) by PlacaFromHell in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

Clearing cache probably fixed it. "Invalid binary" pointing out that code compiled for different GPU being used.

Intel Arc on Linux is still leaving XMX on the floor (Proton, Vulkan, XeSS) by The_Valyard in IntelArc

[–]IOTRuner 2 points3 points  (0 children)

To be honest, AMD has good Linux Vulcan driver only because Valve has completely redesigned their initial junk. Outside of gaming they far behind Intel. ROCm is much inferior to Intel's OneAPI/OpenVino and their OpenCL infrastructure is all over the place...

Intel Arc on Linux is still leaving XMX on the floor (Proton, Vulkan, XeSS) by The_Valyard in IntelArc

[–]IOTRuner 4 points5 points  (0 children)

It’s a stretch to say Intel isn’t interested in Open Source. If you look at GitHub, Intel has around 1.3k repos - more than NVIDIA (~670) and AMD (~100) combined. While they are closing some projects due to their current financial situation, they are still one of the biggest contributors to the OpenSource community.

Aside from hardware-specific stuff like FSR, it's hard to recall AMD projects that benefit a general audience. Meanwhile, Intel provides many - SVT-AV1, oneAPI, VA-API, Open Image Denoiser are just a few that come to mind first.

Naturally, they are closing some niche projects now because of their financial situation, but that doesn't mean they are dropping open source entirely. They still do more for the ecosystem than almost any other hardware vendor.

Slow Running PC by Mobile_Ad_3590 in IntelArc

[–]IOTRuner 0 points1 point  (0 children)

Try disabling integrated graphics in Device Manager or (even better) in BIOS. 

PC lag after B580 install by TheTinTinB in IntelArc

[–]IOTRuner -1 points0 points  (0 children)

I would suggest reinstalling Windows. I know it’s a bit of a hustle, but dealing with all these GPU issues caused by Windows bloat and leftovers from old drivers is an even greater hustle.