Intel Arc Pro B70 Review

(pugetsystems.com)

89 points | by zdw 4 days ago

14 comments

  • 2001zhaozhao 53 minutes ago
    There's a tradeoff between dense models and MoEs on memory usage vs. compute for the same quality.

    For example, Qwen3.5 27B and Qwen3.5 122B A10B have similar average performance across benchmarks. The 122B is much faster to run than the 27B (generates more tokens at the same compute). The 27B, on the other hand, uses ~4x less VRAM at low context lengths (less difference at high context lengths).

    Right now, different hardware seems to be suited to different points in the dense vs. MoE balance. On one extreme is hardware like the DGX Spark and Strix Halo which have a lot of memory compared to compute performance and memory bandwidth, and are best-suited for MoE workflows. On the other extreme you have cards like RTX 5090 which have very high performance for the price but rather little memory, and is best suited for dense models.

    The Arc Pro B70 seems to be the awkward middle. With 1-2 of these, you can run a ~30B dense model slowly, probably not fast enough to be useful interactively (you'd probably need a 5090 or 2x 3090 for that). Or, you can run a MoE model at high throughput, but probably not enough quality to support agentic workflows that actually use your throughput.

    • BoredPositron 36 minutes ago
      I am working mostly with image models so we do a lot of fun times and the card fits perfectly here. Performance isn't great but it can just tug along in the background.àp
  • speedgoose 2 hours ago
    Time to first token is a very important performance metric, as I figured out using a Mac Studio M3 Ultra (that is quite slow on this aspect).

    But 32GB for a TDP of 230W is perhaps not super interesting. Especially because you probably want to have more than one card. It's a lot of heat. You could use the cards for heating up a building, but heatpumps exist.

    • bigyabai 2 hours ago
      A lot of the TDP is reserved for running the shader units at full-power. My RTX 3070 Ti only pulls ~110w of it's 320w running CUDA inference on Gemma 26b and E4B.
      • Scaevolus 2 hours ago
        It's not that it's reserving power, but rather that you hit some bottleneck on a 3070 Ti before running into thermal limits-- it's likely limited by either tensor core saturation or RAM throughput. Running the workload with Nvidia's profiling tools should make the bottleneck obvious.
        • lambda 1 hour ago
          Generally the bottleneck is RAM throughput. Inference, in particular token generation, especially on a single user instance, is not all that computationally complex; you're doing some fairly simple calculations for each parameter, the time is dominated by just transferring each parameter from RAM to the cores. A 31B dense model like Gemma 4 has to transfer 31B parameters (at 16 bits per parameter for the full model, though on consumer hardware people generally run 4-8 bit quantizations) from RAM to the cores, that's a lot of memory transfer.

          Prompt processing or parallel token generation can do a bit more work per memory transfer, as you can use the same weights for a few different calculations in parallel. But even still, memory bandwidth is a huge factor.

      • gambiting 42 minutes ago
        My 5090 runs at full TDP(pretty much exactly 575W) when running inference through LM Studio.
  • kinow 1 hour ago
    For those that use Blender, in their section about Blender:

    > We hope that, in the future, there will be real options other than NVIDIA for GPU-based rendering, as it is an area where competition is nearly non-existent.

    And Checking opendata.blender.org, a NVIDIA GeForce RTX 4080 Laptop GPU scores 5301.8, while Intel Arc Pro B70 is still at 3824.64.

    So there is still a bit more to go before Intel GPUs perform close to NVIDIA's.

    • embedding-shape 1 hour ago
      Also the first section I jumped to :) To Intel's credit, seems they're slowly improving, the section starts with:

      > Over the last year or two, Intel has worked to deliver serious optimizations for and compatibility with Blender GPU rendering on its Arc GPUs. Although NVIDIA has long held an advantage in the application, our last time looking at Intel’s cards indicated ongoing improvements. This round of testing is no different. We found that the Arc Pro B70 provided more than twice the performance of the B50, also beating the R9700 by 9%.

  • arjie 1 hour ago
    I was looking into this for LLMs but it's clearly a graphics-processing focused card. The memory bandwidth is too low for that much RAM to be useful in an LLM context. The 5090 I have has the same amount of RAM but far more bandwidth and that makes it much more useful.
    • Mindless2112 1 hour ago
      Compared to a B70, a 5090 is 1x the memory with 3x the bandwidth at 4x the price. Yeah, the 5090 is better, but you're paying for it.
    • girvo 1 hour ago
      Oh wow, I really would've expected higher memory bandwidth. That's only ~2-3x the little DGX Spark-alike I have to play with. Would've expected more.
    • cmxch 1 hour ago
      It’s 32gb for people who can’t go for scalped 5090s but have a 3090 budget.

      I have a pair of them with a 9480 and the only thing I have to do is keep the cache happy.

      • fluoridation 1 hour ago
        Eh. Trading CUDA for 8 more gigs seems like bad deal, unless you know absolutely for certain what you want to run will run on it.
        • cmxch 39 minutes ago
          Until NVidia prices get better, I’ll build out with the Intel stack and keep the cache (and prompt processing speeds) happy.

          As for software, anything that has a SYCL or Vulkan backend, and/or can be Intel optimized (especially to the same degree as llama.cpp) can run well.

  • jbellis 35 minutes ago
    How should I update my simplistic understanding that decode is bw-bound with these results that show the B70 decoding faster than a 4090 (about 50% more bw)?
  • SparkyMcUnicorn 2 hours ago
    Here are some llama.cpp benchmarks for it: https://www.phoronix.com/review/intel-arc-pro-b70-linux/3
    • canpan 1 hour ago
      Just ran llama-bench at home with the similar priced AMD AI PRO R9700 32G. The phoronix numbers look extremely low? Probably I misunderstand their test bench. Anyway, here are some numbers. Maybe someone with access to a B70 can post a comparison.

      Tried to use the same model as the article:

      llama-bench -m gpt-oss-20b-Q8_0.gguf -ngl 999 -p 2048 -n 128

      AMD R9700 pp2048=3867 tg128=175

      And a bigger model, because testing a tiny model with a 32GB card feels like a waste:

      llama-bench -m Qwen3.6-27B-UD-Q6_K_XL.gguf -ngl 999 -p 2048 -n 128

      AMD R9700 pp2048=917 tg128=22

      • Mindless2112 42 minutes ago
        As of b8966, it is still not great.

          | model                 |      size |  params | backend | ngl |   test |            t/s |
          | --------------------- | --------: | ------: | ------- | --: | -----: | -------------: |
          | gpt-oss 20B MXFP4 MoE | 11.27 GiB | 20.91 B | SYCL    | 999 | pp2048 |  851.81 ± 6.50 |
          | gpt-oss 20B MXFP4 MoE | 11.27 GiB | 20.91 B | SYCL    | 999 |  tg128 |   42.05 ± 1.99 |
          | gpt-oss 20B MXFP4 MoE | 11.27 GiB | 20.91 B | Vulkan  | 999 | pp2048 | 2022.28 ± 4.82 |
          | gpt-oss 20B MXFP4 MoE | 11.27 GiB | 20.91 B | Vulkan  | 999 |  tg128 |  114.15 ± 0.23 |
          | qwen35 27B Q6_K       | 23.87 GiB | 26.90 B | SYCL    | 999 | pp2048 |  299.93 ± 0.40 |
          | qwen35 27B Q6_K       | 23.87 GiB | 26.90 B | SYCL    | 999 |  tg128 |   14.58 ± 0.06 |
          | qwen35 27B Q6_K       | 23.87 GiB | 26.90 B | Vulkan  | 999 | pp2048 |  581.99 ± 0.86 |
          | qwen35 27B Q6_K       | 23.87 GiB | 26.90 B | Vulkan  | 999 |  tg128 |   10.64 ± 0.12 |
        
        Edit: I've no idea why one would use gpt-oss-20b at Q8, but the result is basically the same:

          | model                 |      size |  params | backend | ngl |   test |            t/s |
          | --------------------- | --------: | ------: | ------- | --: | -----: | -------------: |
          | gpt-oss 20B Q8_0      | 11.27 GiB | 20.91 B | SYCL    | 999 | pp2048 |  854.16 ± 6.06 |
          | gpt-oss 20B Q8_0      | 11.27 GiB | 20.91 B | SYCL    | 999 |  tg128 |   44.02 ± 0.05 |
          | gpt-oss 20B Q8_0      | 11.27 GiB | 20.91 B | Vulkan  | 999 | pp2048 | 2022.24 ± 6.97 |
          | gpt-oss 20B Q8_0      | 11.27 GiB | 20.91 B | Vulkan  | 999 |  tg128 |  114.02 ± 0.13 |
        
        Hopefully, support for the B70 will continue to improve. In retrospect, I probably should have bought a R9700 instead...
      • magicalhippo 30 minutes ago
        For reference in case it's interesting to someone, a 5090 on Windows 11 with CUDA 13.1

          | model                 |       size |   params | backend  | ngl |   test |              t/s |
          | --------------------- | ---------: |--------: | -------- | --: |------: |----------------: |
          | gpt-oss 20B MXFP4 MoE |  11.27 GiB |  20.91 B | CUDA     | 999 | pp2048 | 10179.12 ± 52.86 |
          | gpt-oss 20B MXFP4 MoE |  11.27 GiB |  20.91 B | CUDA     | 999 |  tg128 |    326.82 ± 7.82 |
          | qwen35 27B Q6_K       |  23.87 GiB |  26.90 B | CUDA     | 999 | pp2048 |   3129.92 ± 5.12 |
          | qwen35 27B Q6_K       |  23.87 GiB |  26.90 B | CUDA     | 999 |  tg128 |     53.45 ± 0.15 |
          
          build: 9d34231bb (8929)
        
          gpt-oss-20b-MXFP4.gguf
          Qwen3.6-27B-UD-Q6_K_XL.gguf
        
        Using MXFP4 of GPT-OSS because it was trained quantization-aware for this quantization type, and it's native to the 50xx.
      • andy_xor_andrew 1 hour ago
        the build they use is from February, over two months old: https://github.com/ggml-org/llama.cpp/releases/tag/b8121

        Which might not sound like much, but 2months in llm time is a long time, especially regarding support for new hardware like the r9700.

    • zargon 2 hours ago
      Also from phoronix, a comparison with AMD R9700 and RTX 6000 Ada (because Nvidia has not sent them a blackwell card): https://www.phoronix.com/review/intel-arc-pro-b70/2
  • tempest_ 2 hours ago
    I would like one for the vram but I am sure they will be unobtainable after the initial stock sells out as I assume they were produced before the RAM prices went up.
  • MostlyStable 2 hours ago
    Is Intel still making GPUs? I have heard so many conflicting things about will they/won't they stay in the market.
    • girvo 1 hour ago
      They appear to be backing out (for a little while) of consumer cards, but datacentre/workstation/laptop GPUs are still their focus.
    • numpad0 1 hour ago
      Intel always had that habit of starting an internal conflict whenever whatever potential alternative revenue sources start to threaten their internal dependence on x86
    • lambda 1 hour ago
      What do you mean, are they still making GPUs? This is a discrete GPU that has just recently been released, and it's one of the most popular GPUs in its class at the moment, due to 32 GiB of RAM for under $1000, which makes it great for LLM inference.
      • giancarlostoro 40 minutes ago
        Honestly, I dont even care if its slower than just getting a 5090, just being able to run models my 3080 cannot handle would be a welcome change.
    • throwaway85825 41 minutes ago
      The B70 would have been the B770 bit it was canceled. Celestial has been canceled too.
    • 2OEH8eoCRo0 2 hours ago
      I don't know what to believe when it comes to Intel news because they have so many haters.
    • dismalaf 2 hours ago
      They'll always have iGPUs so whether or not they stay in the dGPU market depends mostly on whether or not people buy them. So they might not, whole market seems to be moving to SoCs/APUs/whatever you want to call them.
      • chao- 1 hour ago
        Not only will they always have iGPUs, but also cannot give up on advancing their datacenter AI GPUs (the next being Jaguar Shores). They need both of those far more than consumer or prosumer dGPUs, but that means they are committed to Big GPU work and Small GPU work.

        Since they will have both of those big and small "bookends" of GPU architectures, it is a question of whether they see benefits in maintaining an accessible foothold in the midmarket ecosystem. I could make an argument for both sides of that, but obviously the decision is not up to me.

        • throwaway85825 40 minutes ago
          They're working with nvidia to use their GPU tiles in mobile products.
  • numpad0 1 hour ago
    $950 for 23TF fp32? Have GPU performance grew in past 5-10 years at all?
    • wmf 54 minutes ago
      Are you comparing against gaming or workstation cards?
  • XCSme 2 hours ago
    Can you use those AI cards for gaming too?

    Or the makers intentionally nerf them, in order to better segment the markets/product lines?

    • ZiiS 2 hours ago
      The drivers often need per game optimisations these will be missing but I doubt Intel would nerf them, just rely on you not paying a lot for RAM the game won't use.
      • XCSme 2 hours ago
        I actually meant it in a different way. I would get it for local AI stuff, but being able to game on it would be a huge plus, otherwise I would need two different machines.
    • wmf 1 hour ago
      They nerf gaming cards to make money on the pro cards. Since this is a pro card it's not nerfed.
  • driverdan 2 hours ago
    From what I've read the Intel drivers are terrible and holding back using them for LLMs.
    • martinald 2 hours ago
      Don't think that's true. The drivers are bad (not sure terrible is fair, they have improved a lot) esp for older directx etc games. But Vulkan support is pretty good and that's all you need for LLMs really.
    • marshray 1 hour ago
      I don't know about LLMs, but I tried an Intel card when Ubuntu Wayland couldn't initialize a 2 year old Nvidia. It just works.
      • lukan 35 minutes ago
        That is just Linux and politics. Linux wants to force vendors to open source theirs, Intel plays along, Nvidia as the market lead does not, so you have to use their proprietary one, which most distros do not ship by default.
    • 999900000999 2 hours ago
      Everyone has terrible drivers here aside from Nvidia.

      Intel looks like they'll leave the dedicated GPU space, so it's a bit doubtful if the drivers will ever catch up.

  • 100ms 2 hours ago
    These seem amazing for hobbyist, but that TDP given the perf might be an issue deploying a lot of them
    • zrm 2 hours ago
      Its performance is pretty unbalanced. If you're using it for the couple of things that it's good at, the TDP is competitive.
  • unethical_ban 1 hour ago
    It looks like, if one can afford it, the R9700 is worth the extra money.

    I read that Intel is getting out of the dGPU space, but then again, their iGPUs are really getting good. I can't understand why they'd give up the space when the AI market is so insane.

    • timschmidt 1 hour ago
      Rumors of their exit from dGPU predate Battlemage. So I wouldn't put a ton of credence to them. But Intel's is quite talented at snatching defeat from the jaws of victory.
    • yurishimo 1 hour ago
      I hope not. They’ve been flip flopping too much and the market needs more dGPU competition.

      The team working on drivers is doing a good job playing catch up and I hope intel will continue to invest in cards that focus on graphics workloads and not just on AI inference.

  • cubefox 1 hour ago
    Why are they still using their old Xe2/Battlemage architecture rather than their new Xe3/Celestial? They already used it in their Panther Lake chipset.