Live data from Hacker News

Viewing profile — clamchowder

clamchowder

HN member
Joined
Fri, Sep 16, 2022, 2:16 PM UTC
HN karma
163
Public activity
58 items

About clamchowder

No profile information was provided.

Recent public activity

  1. comment
    Comment #45078349

    (author here) they try for all instructions, just that it's a prediction w/replay because inevitably some instructions like memory loads are variable latency. It's not like Nvidia …

  2. comment
    Comment #43852963

    It does clock ramp from 800 MHz idle to 3.2 GHz under load, with 900, 1000, 1100, 1300, 1500, 1800, 2200, and 2700 MHz steps in between until it hits 3.2 GHz after 71.6 ms. Article…

  3. comment
    Comment #43019935

    It was a joke about blurriness. To extend the joke, be glad it doesn't flicker and shimmer. But yes, platforms usually apply compression in terrible ways, and it's especially notic…

  4. comment
    Comment #43018220

    Yea Wordpress was a terrible platform and Substack is also a terrible platform. I don't know why every platform wants to take a simple uploaded PNG and apply TAA to it. And don't g…

  5. comment
    Comment #43018184

    (author here) When I checked the 7600 XT was much more expensive. Right now it's still $360 on eBay, vs the B580's $250 MSRP, though yeah I guess it's hard to find the B580 in stoc…

  6. comment
    Comment #42937408

    Oh that should be fun. Would have to fit it around work though

  7. comment
    Comment #42937400

    "don't run any faster than a sequence of simpler instructions" This is false. You can find examples of both x86-64 and aarch64 CPUs that handle indexed addressing with no extra lat…

  8. comment
    Comment #42851933

    No, that's not a second level BTB in that regular direct branches don't seem to use it. It's only for predicting indirect branches.

  9. comment
    Comment #42847109

    (author here) Just a 32 entry BTB is technically a possibility from microbenchmark results, but the EIC7700X datasheet straight up says: "a branch prediction unit that is composed …

  10. comment
    Comment #42847080

    (author here) I compared it to the A75 on the Snapdragon 670, not the 845. I chose that comparison because I have a Pixel 3a (my previous daily driver cell phone), and that's the o…

  11. comment
    Comment #42816446

    (author here) by free time and curiosity I mean, I have a day job so I'm able to do this as my hobby

  12. comment
    Comment #42286923

    Note - I saw the article through from start to finish. For power measurements I modified my memory bandwidth test to read AMD's core energy status MSR, and modified the instruction…

  13. comment
    Comment #42286745

    Yes, I tested on CCD1 (the non-vcache CCD) on both BIOS versions.

  14. comment
    Comment #42286734

    Seems like no one ever reads the byline anymore

  15. comment
    Comment #41219580

    1. Yeah I agree, both X Elite and many Intel/AMD chips clock well past their efficiency sweet spot at stock. There is a cost to extra pipeline stages, but no one is designing anyth…

  16. comment
    Comment #41214129

    1. Performance. Also Arm implemented instruction cache coherency too. Predecode/uop cache are both means to the same end, mitigating decode power. AMD and Intel have used both (tho…

  17. comment
  18. comment
    Comment #41213812

    Some notes: 1. Consider M1's 8-wide decoder hit the 5+ GHz clock speeds that Intel Golden Cove's decoder can. More complex logic with more delays is harder to clock up. Of course M…

  19. comment
    Comment #39996869

    Oh I don't mind the discussion here at all, I'm just occasionally puzzled at things I thought I was pretty direct about. Honestly though I don't like writing. Finding stuff out abo…

  20. comment
    Comment #39996858

    iGPUs like the ones in PHX/MTL have to go into handhelds and ultrabooks, so they're going to be power and thermally limited in before 2-4 MB of cache + LPDDR5 becomes a major bottl…

  21. comment
    Comment #39995071

    I simply meant it was ambitious compared to prior Intel iGPUs, especially stuff like Skylake GT2 where you could be playing at 720P low and still not get 30 FPS. The chiplet strate…

  22. comment
    Comment #39994847

    4K 120..."There's the bar!" - By ambitious I meant Intel's serious about getting competitive gaming performance in the handheld or thin/light laptop category. MTL's iGPU is ambitio…

  23. comment
    Comment #39993447

    (author here) I appreciate the feedback, but I have trouble understanding where you're coming from. "what exactly makes it ambitious?" I thought I outlined that it was much more po…

  24. comment
    Comment #39902013

    Well for me it was a matter of how much time it took. I spent enough time understanding the Central Processor with all the weird CDC-specific terms. I had to reread several times b…

  25. comment
    Comment #39900828

    I don't know if the CDC 6600 can be considered superscalar. I called it scalar because it can never issue more than one instruction per cycle, and can thus never sustain faster-tha…