Recent content by Doug S

  1. D

    Discussion Leading Edge Foundry Node advances (TSMC, Samsung Foundry, Intel) - [2020 - 2025]

    They're not saying you don't need high NA eventually, just that it isn't the enabling technology for GAA and especially CFET.
  2. D

    Discussion Intel Meteor, Arrow, Lunar & Panther Lakes Discussion Threads

    It may have had more to do with the cost of keeping the people talented enough to properly do those deep dives. When you have guys getting hired away by big tech firms or starting their own sites there wasn't going to be anything they could do to keep them. If they don't have anyone capable of...
  3. D

    Discussion Intel Meteor, Arrow, Lunar & Panther Lakes Discussion Threads

    The problem with AI isn't that it makes things up, whether arrogantly or not. It is that as the consumer of that information you have no cues to help you make a judgment about whether or not to accept the answer. I recently encountered a Linux system (DD-WRT router) that had fully deprecated...
  4. D

    Discussion Intel Meteor, Arrow, Lunar & Panther Lakes Discussion Threads

    Intel never had a 16A, so there's nothing to skip. You're confusing it with TSMC A16.
  5. D

    Discussion Intel Meteor, Arrow, Lunar & Panther Lakes Discussion Threads

    It is the same cache per core only if you use all cores. In the world most of us occupy our CPUs are typically loading only a few cores at a time so you get more cache per core in those circumstances. But even if you're the outlier who is often running all cores at 100% you aren't any worse off...
  6. D

    Discussion Apple Silicon SoC thread

    Yep I've been telling friends and family since late February that we'll start seeing signs this summer and by the fall everyone will "feel" the downturn. Doesn't matter if all the tariffs are "paused" again or 200 imagined deals are announced that just happen to be identical to the deals that...
  7. D

    Discussion NV Re-Enter ARM PC market in 2025!

    There are many uses for matrix multiplication that have nothing to do with AI you know.
  8. D

    Discussion Apple Silicon SoC thread

    That's basically what it has worked out to be for iPhones, so it wouldn't be a shock if Macs ended up similarly. Honestly though using a Mac/PC with an obsolete OS is less of an issue than using a phone with an obsolete OS. With a phone you're basically always under potential remote attack via...
  9. D

    Discussion NV Re-Enter ARM PC market in 2025!

    I'm talking about using fp specific benchmarks designed to test the fp, not general purpose benchmarks that happen to include some fp. The way Javascript uses fp doesn't make them fp benchmarks because using it for ALL numbers (which IMHO was the stupidest design decision in any language in the...
  10. D

    Discussion [Speculation] Working silicon that must exist because I don't see why it wouldn't

    There's a third problem he's also overlooking, granularity. NAND writes happen in pages that are far far larger than cache lines. So even if you had magic NAND with unlimited write cycles, no erase required before write, and latency comparable to DRAM you'd STILL have to re-architect the entire...
  11. D

    Discussion NV Re-Enter ARM PC market in 2025!

    Perhaps so, but that's primarily hand crafted assembly - and in the case of stuff like memcpy() it is far from being generally useful. That is the code has to check whether calling the SIMD code is worth doing which it isn't for short copies. Ditto for the kernel's use of SIMD. Which is fine -...
  12. D

    Discussion Apple Silicon SoC thread

    "[A19 Pro] Estimated to be 4000+" That doesn't sound like someone with inside information, it sounds like someone making a guess - pretty much in the same ballpark as the guess everyone here would have made.
  13. D

    Info LPDDR6 @ H2-2025: Mother of All CPU Upgrades

    It doesn't even make any sense. Why pay for more expensive DRAM to get at best the same speed - if you cut the bus width by 25% then the memory needs to be clocked 33% faster to make up for it. Base M4 uses LPDDR5X-7500 so LPDDR6-10666 (the supposed launch speed) would provide a small bandwidth...
  14. D

    Discussion NV Re-Enter ARM PC market in 2025!

    I'd like to see a single core "native int" result that doesn't leverage any SIMD (other than incidental use by system libraries i.e. if a memcpy() call uses it, but the benchmarks compiled for GB6 would have SSE/AVX/NEON/SVE/SME disabled in the compiler flags) and doesn't include any fp, just...
  15. D

    Question Zen 6 Speculation Thread

    If you make a hybrid controller able to handle either LPDDR5X or LPDDR6 it delivers 24 bits of LPDDR6 or 16 bits of LPDDR5X, that's where that difference comes from.