home.social

#microarchitecture — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #microarchitecture, aggregated by home.social.

fetched live
  1. The consumer GPU market isn't in crisis; it's in an undeclared "End of Life" phase. NVIDIA is deliberately starving the AIB supply chain (partners like MSI and Asus) to divert all of TSMC's silicon to AI chips for data centers, where margins are obscene.

    MSI just declared 2026 will be a supply nightmare and is cutting production. They're closing the ecosystem. PC gaming and independent builders have become a nuisance for Jensen Huang's balance sheets.

    I'm compiling logs and market data for a complete autopsy of this commercial architecture. I'll post the full video on my channel. The era of x86 and affordable consumer hardware is coming to an end under the blows of the CUDA monopoly.

    youtube.com/@Rational-Tech-VeLL

    #Hardware #NVIDIA #PCBuild #SysAdmin #TechNews #OpenSource #Microarchitecture #GPU #RationalTech

  2. Fun issue: a performance regression between two Rust versions, only on dual socket Zen4c, and does not happen on dual socket Zen4, nor single socket socket Zen4c. github.com/rust-lang/rust/issu

    #RustLang #Bergamo #Genoa #Zen4 #AMD #NUMA #MicroArchitecture

  3. We're so excited to announce that Dries Vanspauwen, @lesly & Jo Van Bulck received the uASC best paper award for the paper "WeMu: Effective and Scalable Emulation of Microarchitectural Weird Machines"! Congratulations! 🎉

    Check it out here: uasc.cc/proceedings26/uasc26-v

    #uasc26 #microarchitecture #security #conference

  4. "AMD publishes first Zen 6 document detailing ground-up redesign on 2nm process node — brand-new 8-wide CPU core with strong vector capabilities"

    Sounds like they're leaning heavily into 'datacenter' with this one.

    #AMD #Zen6 #Microarchitecture #CPU

    tomshardware.com/pc-components

  5. Also TIL that CPUs have special hint instructions (called PAUSE on x86) to make spin loops more efficient, which tell the CPU to let other hyperthreads progress instead, and again also improves CPU cache behavior.

    Details on PAUSE: felixcloutier.com/x86/pause
    Example from Go runtime: go.dev/src/runtime/asm_amd64.s

    #microarchitecture #golang

  6. Only one month left to submit your paper for the first submission cycle at uASC 2026!

    📅 Submission Deadline: July 15, 2025
    👉 uasc.cc/

    #microarchitecture #security #conference #uasc26

  7. 📈 Ah, the old "Calculate Throughput with LLVM's Scheduling Model" routine—because nothing screams weekend fun like diving into compiler internals and #microarchitecture performance analysis! 🤓 Just remember, when life gives you throughput, measure it in #IPC and don't forget to bring your inverse throughput for extra giggles. 😂
    myhsu.xyz/llvm-sched-interval- #CalculateThroughput #LLVM #SchedulingModel #CompilerInternals #PerformanceAnalysis #HackerNews #ngated

  8. One #Prime Day this is probably a good time for me #SRE #DevOps #Reliability #Microarchitecture top tip:

    Avoid powers of ten: use prime numbers as your magic constants.

    All the beginners use powers of ten: “we can accept 10 connections!” “I have a 10 second timeout!” “Limit to 100 seconds of CPU!”

    Congrats you read the Baby Tutorial.

    Ready to grow up? Analyse the data then pick the nearest prime:

    11 connections
    19 second timeout
    97 seconds of CPU

    It makes it way easier to diagnose issues.

  9. Turns out @cheese is a real 3D person!

    Here he sits down with Mike Clark, chief architect of Zen, to talk about AMDs latest microarchitecture, #zen5

    #HPC #x86 #microarchitecture #avx512

    From: @chipsandcheese
    techhub.social/@chipsandcheese

  10. AMD Zen 5 Execution Engine Leaked, Features True 512-bit FPU

    Giving "Zen 5" a 512-bit FPU meant that AMD also had to scale up the ancillaries [..]. The L1 Data cache has been doubled in bandwidth, and increased in size by 50%. The L1D is now 48 KB in size [..]. FPU MADD latency has been reduced by 1 cycle. Besides the FPU, AMD also increased the number of Integer execution pipes to 10, from 8 on "Zen 4."

    techpowerup.com/321201/amd-zen

    #AMD #Zen5 #CPU #FPU #AVX512 #Microarchitecture

  11. #Zen4c: #AMD’s Response to #Hyperscale ARM & Intel Atom
    #Bergamo, AMD’s upcoming 128-core server part sets new heights in #x86 #CPU performance. At the heart of Bergamo is #Zen 4c, a brand-new CPU core variant of their successful #5nm #Zen4 #microarchitecture that enables the push toward more cores per socket. Zen 4c enables Bergamo to fit 1.33x the number of cores in the same #SP5 socket and 360W TDP, with identical L1 and 1MB L2 private caches to Zen 4.
    semianalysis.com/p/zen-4c-amds

  12. CW: research review

    G. Hu and R. Lee, "Protecting Cache States Against Both Speculative Execution Attacks and Side-channel Attacks"¹

    Cache side-channel attacks and speculative execution attacks that leak information through cache states are stealthy and dangerous attacks on hardware that must be mitigated. Unfortunately, defenses proposed for cache side-channel attacks do not mitigate all cache-based speculative execution attacks and vice versa. Since both classes of attacks must be addressed, we propose comprehensive cache architectures to do this.
    We show a framework to analyze the security of a secure cache. We identify same-domain speculative execution attacks, and show they evade cache side-channel defenses. We present new hardware security mechanisms that address target attacks and reduce performance overhead. We design two Speculative and Timing Attack Resilient (STAR) caches that defeat both cache side-channel attacks and cache-based speculative execution attacks. These comprehensive defenses have low performance overhead of 6.6% and 8.8%.

    #arXiv #ResearchPapers #SideChannelAttacks #Microarchitecture #SpeculativeExecution
    __
    ¹ arxiv.org/abs/2302.00732

  13. Really interesting article series on the details of 's 4

    AMD’s Zen 4 Part 1: Frontend and Execution Engine

    chipsandcheese.com/2022/11/05/

  14. In which we are again in awe of the M1's gigantic ROB in upending throughput expectations in multiplying 64-bit numbers:

    lemire.me/blog/2021/03/17/appl

    #microarchitecture

  15. Our #hackerspace @chaospott is planning a series of #CTF challenges based on #FreeBSD VMs with custom prepared images to teach about #vulnerabilities and #mitigations in the 64-bit #x86 #microarchitecture, what an #OS has to take care of, and so on. Quite exciting! ✨👩🏻‍💻✨