This insane 80-Core ARM CPU easily beat a 64 Core Threadripper

Sdílet
Vložit
  • čas přidán 5. 06. 2024
  • More about Hetzner RX Servers:
    derbauer.hetzner.com/en
    ---------------------------------------------------------
    Support me on Patreon:
    / der8auer
    ---------------------------------------------------------
    Save 10% on your iFixit purchase: DER8AUER10
    eustore.ifixit.com/der8auer
    Pro Tech Toolkit: bit.ly/2JOFD8f
    ---------------------------------------------------------
    Find my products at Caseking:
    Delid Die Mate 2: bit.ly/2Rhv4y7
    Delid Die Mate X: bit.ly/2EYLwwG
    Skylake-X Direct Die Frame: bit.ly/2GW6yyC
    9th Gen OC Frame: bit.ly/2UVSubi
    Debug-LED: bit.ly/2QVUEt0
    Pretested CPUs: bit.ly/2Aqhf6y
    ---------------------------------------------------------
    My Equipment:
    USB- Microscope*: amzn.to/2Vi4dky
    My Camera*: amzn.to/2BN4h2O
    (*Affiliate Links: If you buy something, I will get a part of the profit)
    ---------------------------------------------------------
    Music / Credits:
    Outro:
    Dylan Sitts feat. HDBeenDope - For The Record (Dylan Sitts Remix)
    ---------------------------------------------------------
    Paid content in this video:
    - Ad, at the end of the video to promote RX line
    Samples used in this video:
    - /
    ---------------------------------------------------------
    Timestamps:
    0:00 Intro
    0:22 Ampere Altra ARM CPU
    0:57 Server motherboard & CPU installation
    2:36 CPU cooler, TDP & Info about Altra-CPUs
    4:07 ARM v8 vs x86
    6:03 Power draw & Testsystem
    8:14 Geekbench & Efficiency
    10:54 Ampere Altra delidded
    12:50 Die size & Package
    14:13 Conclusion
    15:04 ARM RX-Server from Hetzner
    15:46 Outro
  • Věda a technologie

Komentáře • 968

  • @zerohour2703
    @zerohour2703 Před rokem +1560

    This man is a legend he does every video in 2 languages which is almost double the work

    • @der8auer-en
      @der8auer-en  Před rokem +439

      thanks :D

    • @MarioGoatse
      @MarioGoatse Před rokem +69

      @@der8auer-en Bro how do you manage that? Just shoot the same scene twice? Or make a voiceover in German afterwards?

    • @DavidUnderhill
      @DavidUnderhill Před rokem +30

      @@MarioGoatse if your watch carefully you can see that the English version is overdubbed

    • @jeji5860
      @jeji5860 Před rokem +178

      @@DavidUnderhill no

    • @MarioGoatse
      @MarioGoatse Před rokem +85

      @@DavidUnderhill Lmao.

  • @borisvokladski5844
    @borisvokladski5844 Před rokem +354

    It is cool to see, that ARM CPUs / SOCs can be used for other than smart phones and small single board computers.

    • @BroBytesBhai
      @BroBytesBhai Před rokem +40

      Get used to it, it's the future.

    • @borisvokladski5844
      @borisvokladski5844 Před rokem +72

      @@BroBytesBhai Yes, I also hope that RISC-V will be there.

    • @gamingwithgimel7978
      @gamingwithgimel7978 Před rokem +16

      The previous champion of the Top500 supercomputer is powered by ARM CPUs

    • @beezanteeum
      @beezanteeum Před rokem +8

      @@BroBytesBhai
      I'm fed up with nISC monopoly
      Give me high performance VLIW for mainstream users!

    • @beezanteeum
      @beezanteeum Před rokem +1

      @@borisvokladski5844
      And i hope VLIW is coming back to mainstream computer, especially due to improved programming and so

  • @arm-power
    @arm-power Před rokem +10

    1) ISA is ARMv8.2 ... 64-bit high performance RISC with very advanced loose memory model. Designed in 2010 at clean sheet for high IPC
    2) ARMv8 is not binary compatible with 32-bit ARMv7 - using different encodings, backward compatibility via both decoders (allows to remove 32-bit and save transistors)
    3) ARMv8 has 32 general purpose registers and 32 FPU/SIMD registers (compare to 16 / 16 for x86)
    4) CPU core used in Ampere Altra is license core Neoverse N1 derived from Cortex A76 (1st desktop class core from 2018, IPC between AMD Zen1 and Zen2/Skylake)
    5) Amazon has 64-core Graviton 3 CPU (5nm TSMC) based on much powerful next gen Neoverse V1 from 2021 ..... IPC +42% over this N1, or IPC +15% over AMD Zen3 (yeah, even Zen4 will have lower IPC than today's Graviton 3)
    6) This year's Cortex X3 with 8-wide integer core (6xALUs + 2xBranch units is similar to Apple M1 8-wide design) will provide about +30% IPC over AMD Zen3 (4xALUs + 1xBranch Unit = 5-wide design similar to Intel's Golden Cove)
    7) ARM has new ARMv9 ISA which is supported by X2 and X3 cores (this cores has removed 32-bit mode, saved transistors for 32-bit decoder, all invested into pure 64-bit power).
    8) ARMv9 ISA supports new SIMD vector instructions SVE2 (scalable vectors) and SME (scalable Matrix) math
    9) SVE2 / SME supports up to 2048-bit registers/vector length (x86 has 256-bit AVX2 and for a decade tries to move to 512-bit AVX512)
    10) SVE2 / SME is length agnostic - CPU has to support 128-bit up to 2048-bit (with 128-bit step) while SW compiled for SVE2/SME support SIZELESS type (for autovectorizing an arbitrary long vectors - pretty smart). SW will chop vectors according to available HW resources in CPU, dynamically on demand. x86 has problem to adopt AVX512 because it's too beefy for laptops or e-cores (where 128-bit or 256-bit version would be fine). This caused slow AVX512 adoption and ISA fragmentation.
    11) Idea of scalable vectors came from Japanese Fujitsu - they designed ARM CPU with SVE for super computer Fugaku. The most powerful SC on the world in 2021. Only CPU based, no GPU and yet beating other Nvidia GPU based super computers. Pretty amazing how those SVE vectors are powerful. Before Fugaku I was convinced that GPU cannot be beaten by CPU only machine at similar cost and power consumption. Obviously it's possible.
    Pretty good stuff from ARM in ISA features and also in cpu design. Upcoming Neoverse V2 core based on X3 (ARMv9+SVE2 ISA) will be absolute x86 killer.

    • @ShrKhAan
      @ShrKhAan Před rokem

      Great info !

    • @arm-power
      @arm-power Před rokem +4

      @@ShrKhAan 1st 5nm server CPU is 64-core ARM Graviton 3 .... all that half year before AMD Zen4.
      This means that Graviton 3 must be made in HUGE numbers otherwise TSMC wouldn't give them exclusivity before AMD, Nvidia etc.
      When Amazon deployed 7nm Graviton 2 they stopped buying x86 server CPUs. AWS has 33% cloud global market so this is HUGE. Graviton 2 made about 10% global server market. It looks like Graviton 3 aims at much higher numbers.
      Graviton 3 can cost approximately $500 while is better than $5000 AMD Epyc. The math is pretty simple why ARM grow in huge numbers. This is the power of open ARM world where anybody can buy a license and manufacture his own CPU. Outdated monopolistic proprietary x86 cannot win this battle. Even free license for x86 ISA will not help. X86 ISA is old, complicated, for high IPC you need many workarouds which cost transistors and kill efficiency. It doesn't make sense to start developing new x86 core even if that would be possible for new comers. That's why China killed x86 collaboration with AMD and started their own RISC-based MIPS64-derived ISA called LoongSon. RISC is the future. It's always been.

    • @nicolo7598
      @nicolo7598 Před 2 měsíci

      @@arm-power that's cool and all but while we can find ARM CPUs in smartphones, notebooks, tablets and now servers, we still can't have an ARM CPU that's meant for workstations. As someone who works with their PC and is currently making a Ryzen Threadripper build it sucks to be forced to invest money on an already obsolete product.
      What would you deem a reasonable timeframe for ARM CPUs to become available in the professional/prosumer segment?

    • @lolmao500
      @lolmao500 Před měsícem

      Before Fugaku I was convinced that GPU cannot be beaten by CPU only machine at similar cost and power consumption. Obviously it's possible.... DOUBT

  • @cambrown5777
    @cambrown5777 Před rokem +438

    I'm currently interning at Ampere in logic design (writing RTL code for an upcoming chip as we speak, my little brother sent me this vid). I mean it when I say that this is the smartest group of engineers I've ever been around and the caliber of innovation we are achieving is really exciting to be a part of. Thanks a bunch for brilliantly showcasing the hard work of my coworkers!

    • @prashanthb6521
      @prashanthb6521 Před rokem +13

      All the best, I hope Ampere beats X86 and makes ARM based software more popular.

    • @rkalla
      @rkalla Před rokem +2

      Happy for you man, it’s intoxicating working with brilliant people. Hang on to that internship!

    • @F1ve-seveN
      @F1ve-seveN Před rokem +15

      @@prashanthb6521 Actually in terms of ecosystem, ARM still has a long way to go. x86 is still very dominant software wise.
      And Geekbench has always been pretty ARM favored tbh, in other application, you wouldn't really see that much of a lead. ARM is especially weak in large vector space matrix multiplication. ARM v8 solve that but it also made the instruction much more complicated.
      These Ampere CPUs are excellent fit for cloud server use. They simplifies the in-core structure as much as possible so that each core takes up very little die area, while enhancing a few certain functionalities such as int8 add/sub and some scalar calculation capabilities. That's why they're almost unmatched in terms of VM applications. But if you're building a HPC server, these chips probably aren't the choice.

    • @cambrown5777
      @cambrown5777 Před rokem +1

      @@F1ve-seveN well said and accurate

    • @badwolfsat5
      @badwolfsat5 Před rokem +1

      It's my hope that one day ARM cpu's will be the standard in all our devices. Intel and AMD both hold license's, it would be interesting to see their attempts with todays technology. The rate we are going with GPU power consumption, we need all the power reduction we can get anywhere we can get it, without sacrificing performance.

  • @noname-gp6hk
    @noname-gp6hk Před rokem +132

    In regards to how small that die is considering how many cores it has - keep in mind those are non-SMT cores. They will have half the execution units as the 2-way SMT cores we are used to in x86 land and will be physically smaller.

    • @MattOGormanSmith
      @MattOGormanSmith Před rokem +9

      I'm not up on the latest arch, but in principle an SMT core only has one execution unit/pipeline, shared by 2 sets of registers, and the register banks are not a dominant part of the core like they used to be in simpler times.

    • @emu071981
      @emu071981 Před rokem +9

      @@MattOGormanSmith Pretty sure modern x86/x64 CPU cores have multiple execution units per core which is why SMT provides such a boost to performance. I remember AMD going short in pipeline and wide in execution units in their cores back in the early Athlon64 days and Intel following suit a few years later with their Core architecture.

    • @0x8badf00d
      @0x8badf00d Před rokem +1

      ​@@MattOGormanSmith S in SMT stands for simultaneous, so there needs to be at least as many execution units as threads. There are other forms of MT though. There are likely multiple execution units per thread, so it may not necessarily be half of an amd64 core but probably less.

    • @patdbean
      @patdbean Před rokem +3

      What matters to data centres is performance per watt. If 80 single thread ARM V8 cores can do more work for a given number of watts than a 64 core x86/x64 chip. That is less power/cooling/space in the data centre.

    • @emu071981
      @emu071981 Před rokem +3

      @@patdbean Data centres care about performance density first and foremost. The more performance you can pack into a given space the more money you can make from that given space.

  • @TheBauwssss
    @TheBauwssss Před rokem +11

    *THANK YOU!!!!* for putting the delidding part into the same video instead of milking it for all the money possible by doing a cliffhanger and then a second video with just the delidding. It is so incredibly much appreciated that you do not split it up into two parts and force us to wait for the epicness to commence! Instead you immediately give us the delidding part of the video, thank you so much for this dawg! Is super mega incredibly appreciated, thank you 👍👍😁

    • @der8auer-en
      @der8auer-en  Před rokem +4

      Thanks. 😁💪

    • @sykoteddy
      @sykoteddy Před 2 měsíci

      Of course I can't speak for Roman, but I think most people realize that Roman doesn't do this for the money, but because he loves what he is doing, at the same time is the whole cooling theme of the channel a great way to spread the knowledge and information about Thermal Grizzly.

  • @JeffGeerling
    @JeffGeerling Před rokem +12

    That's a really interesting CPU, one more wedge in ARM's slow datacenter march. Thanks for showing it off and especially the delidding!

    • @guy_autordie
      @guy_autordie Před rokem +3

      You need to switch form RPi to this ^^

    • @JeffGeerling
      @JeffGeerling Před rokem +4

      @@guy_autordie I would love to find a way to get an Ampere-powered server in my rack!

    • @vikingforties
      @vikingforties Před rokem +4

      Pretty big wedge, Ampere's in Azure, Google, HPE, OCI and the Chinese hypers.

    • @vikingforties
      @vikingforties Před rokem +2

      @@JeffGeerling Funny you should mention that. Will contact you offline Jeff.

  • @Nexinator
    @Nexinator Před rokem +13

    The face you pulled when the delid happened, I was pulling the same face thinking you'd absolutely ruined it. Nice job again Der8auer!

  • @popcorny007
    @popcorny007 Před rokem +108

    I absolutely love seeing hands on with enterprise gear!
    Also incredible how small 7nm ARM cores are compared to 14nm x86

    • @raven4k998
      @raven4k998 Před rokem +7

      ssshhhh your making those 14 nm cores jealous

    • @Petr75661
      @Petr75661 Před rokem +29

      even the x86 cores are relatively small, it's the cache that takes up most of the space

    • @raven4k998
      @raven4k998 Před rokem +1

      @@Petr75661 do arms chips have any cache? I know x86 is loaded with cache but not into arms specs

    • @pilkycrc
      @pilkycrc Před rokem +18

      @@raven4k998 @petr75661 It can vary from chip to chip but they generally have a lot of cache. The Altra seems to have 128KB L1 and 1MB L2 cache per core. An Apple M1 core has 320KB L1 and 3MB L2 per P-core. Meanwhile an Alder Lake P-core gets 80KB L1 and 1.25MB L2. L3 usually depends on the CPU model, but I’m pretty sure AMD has everyone beat there

    • @smoothbraindetainer
      @smoothbraindetainer Před rokem +7

      "14nm" x86 would be closer to 10nm if you used the same system that TSMC uses to measuring transistors. As someone else said, most of that space is cache and SA.

  • @pretendawatch
    @pretendawatch Před rokem +7

    The noise reduction in the mic mixing is really impressive! Well done editor.

  • @florianprudence3979
    @florianprudence3979 Před rokem +7

    Awesome video as always! I would love to see the temperature and power draw of this CPU with liquid metal applied!

  • @paolo11x11
    @paolo11x11 Před rokem +45

    Where else can we see a 4000 euro CPU delidded using a bench vice?! Awesome to see enterprise gear - the numbers are insane, and fascinating to see such power in such tight spaces. derBauer has the coolest job around. Sheik approved, too!

  • @MarioGoatse
    @MarioGoatse Před rokem +6

    That’s a super interesting IHS and heatsink design. I never expected the SOC to be recessed like that.

    • @MoraFermi
      @MoraFermi Před rokem +6

      If you consider problems that 12th gen intel has with cpu bending, it makes plenty of sense. Apply force to the thick part of the IHS and reduce deflection.

  • @zachbrown7272
    @zachbrown7272 Před rokem +6

    nice! my brother actually works for Ampere and they seem like they're an insanely talented team.

  • @nexxusty
    @nexxusty Před rokem

    Roman, I absolutely love how you delid everything you can.
    This videos are the best. Truly.

  • @TechieGanesh
    @TechieGanesh Před rokem +6

    im hoping we will be able to get hands on these type of processors for home servers in 5-10 years, cant wait!

    • @squee116
      @squee116 Před rokem +1

      This was exactly my thought.

  • @PaulGrayUK
    @PaulGrayUK Před rokem +29

    Fantastic stuff - will you be replacing the thermal paste with Grizzly and retesting so they can see how much better it is? Possible diversification in sales there ;).

    • @craigmohr
      @craigmohr Před rokem +6

      Why stop there? Liquid metal cooled 80 core cpu!

    • @pearce05
      @pearce05 Před rokem +10

      @@craigmohr Why stop there? Liquid nitrogen cooled 80 core cpu!

    • @guestimator121
      @guestimator121 Před rokem +1

      @@pearce05 I mean, it's only $4000 CPU, why not just smash it with a hammer in slow-mo ? :-P

    • @pearce05
      @pearce05 Před rokem

      @@guestimator121 or send it to the waterjet channel?

  • @KillaBitz
    @KillaBitz Před rokem +35

    I miss my Acorn Risc Machine (ARM) based desktop computer. ((every video like this gets loads comments about ARM being mobile only but it never was))
    I had an Acorn A3010 with a single core 33mhz 32bit ARM cpu with 1mb of ram and a 3.5" floppy from 96-98
    That thing was a beast in the early 90's and still pretty awesome when i had it.
    We've come a long way since then but no one seems to remember that ARM was desktop first (mobile came much later)

    • @foldionepapyrus3441
      @foldionepapyrus3441 Před rokem +1

      Arm became pretty much exclusively mobile and embedded as the only places you would find them for quite a while though, so for many it is all they have ever heard of or seen using ARM - makes sense so many folks wouldn't know ARM as being anything but Phones and Pi's...
      I really would like to get my hands on such a powerhouse ARM system, or a RISKV system of similarly high end specs, though last I checked RISKV wasn't really ready for that sort of use yet.

    • @jonathanellis6097
      @jonathanellis6097 Před rokem +1

      The good old days, I had an acorn machine as well. As did my school at the time. Looks like ARM based CPUs are going to make a comeback for personal computing maybe? Could be interesting.

    • @ZeroHourProductions407
      @ZeroHourProductions407 Před rokem +2

      Arm can't mulitask.
      Source: every phone, ever.

    • @bbrr12
      @bbrr12 Před rokem

      @@ZeroHourProductions407 Source: a stupid statement made by someone that has 0 experience with an ARM Pc

    • @foldionepapyrus3441
      @foldionepapyrus3441 Před rokem +2

      @@ZeroHourProductions407 Arm can multitask perfectly well - for instance I run a Raspberry Pi4 as my go to always on desktop, it does basically everything my bigger computer can do*, just more energy efficiently and that includes having many things running at once. Don't confuse the hardware with the limitations of the operating system you happen to be using!
      Either AMD and INTEL can't multitask either, or Arm can - as they fundamentally function very very similarly when it comes to multiple processes at once - none of them are the dedicated (or FPGA) massively parallel in real time logic systems that you could truly consider real multitasking at the hardware level.
      *just moderate your expectation of how fast it can do them all, and avoid anything that needs more than the ram capacity - for most things its about as fast as any other computer, even really expensive powerful ones as the limitations are you the user not the system anyway, but it is a tiny cheap SBC, not a supercomputer...

  • @michaelthompson9798
    @michaelthompson9798 Před rokem +21

    Very impressive seeing some of this high end server equipment etc. what your home pc has pales in comparison to what these servers are doing day in day out. Great video to show Der8auer 🥰👍. Love these behind the scenes look at server farms and what is being managed by these massive setups.

  • @davida1hiwaaynet
    @davida1hiwaaynet Před rokem

    Very cool! Thanks for showing this impressive piece of engineering.

  • @ssl3546
    @ssl3546 Před rokem +22

    Literally any benchmark other than Geek Bench would be more useful - how long does it take to compile Firefox. How long does it take to render a scene. Geek Bench just tells us that a fake benchmark notorious for favoring ARM ... favors ARM.

    • @PAcifisti
      @PAcifisti Před rokem +8

      Sssh, that would be against the narrative. ARM is the best and beats everything else in everything - no questions asked. Stop asking for benchmarks or proofs of this.

    • @itsTyrion
      @itsTyrion Před rokem +2

      fAkE bEnChMaRk because it tends to run better on one architecture.
      Anandtech and phoronix have articles, and benchmarks about the Q80 and Max (128c). Q80 usually doesn't BEAT a 64c Epyc, but is on par, trading blows
      I'd post a link, but, apparently, only bots are allowed to post links on YT smh

  • @henry55430
    @henry55430 Před rokem +20

    This was quite interesting to see because we're seeing a huge shift towards arm CPUs so it was interesting to see how it would play out in the data center

    • @vikingforties
      @vikingforties Před rokem +1

      Playing out quite well, Azure, Google Cloud & Oracle plus the Chinese hypers all have @AmpereComputing offerings.

    • @henry55430
      @henry55430 Před rokem

      @Godot Yes! I have to imagine Arm's efficiency seriously piqued interest in the data center.
      If I remember correctly, the reason arm is so efficient is because it doesn't support older instruction sets like x86_64 is expected to. X86 is great because you can buy an Intel processor today, a brand new raptor lake chip and fire up DOS like it was running on a 486. Very neat for automation or manufacturing where the software or hardware hasn't received updates in years, or the user decided not to upgrade for one reason or another. Either way that same user can again, buy the latest Intel chip, hook it up via serial to his 25 year old whatever-it-is and it just works.
      What I think would be a welcome solution is a new processor built on old instruction sets and architectures, manufactured in a moderately sized amount.

    • @filanfyretracker
      @filanfyretracker Před rokem

      @Godot Thing is the Enterprise market demands it and that is probably the bread and butter of most of the company's sales. Its fairly easy to tell a home user that "no your photo viewing program from 2001 will no longer work". Unfortunately you cannot tell Mega Big Corp "Sorry your billing system from 1993 will no longer work" because they are a huge customer and their CEO calls your CEO and you get told to keep their stuff compatible.

  • @Velaxity
    @Velaxity Před rokem

    Awesome video, very interesting to learn a bit about ARM processors.

  • @accik
    @accik Před rokem +1

    Very interesting CPU, great overview!

  • @IngwiePhoenix
    @IngwiePhoenix Před rokem +10

    Im personally waiting for ARM dedicated servers to come to the budget market. Right now I have a server with Kimsufi - a OVH redist - for 18€/month. Its a 2nd Gen Intel CPU and the only reason I keep it is the storage XD So hopfuly cheap ARM CPUs will help the lowend a little! ^^

  • @anthonyc417
    @anthonyc417 Před rokem +5

    I was thinking "man I wish I could see the die on this thing" when you tell me you are going to delid it. WHAT A TREAT!

  • @huzudra
    @huzudra Před rokem +1

    Not that this will ever been seen, but if you have a lot of time to wait and are delidding multiple CPU's I've found that soaking them in acetone or gasoline to be fairly effective in softening the silicone glue that holds the IHS to the PCB. Once softened the glue not only cuts easier and cleans from the PCB easier but in some cases you only need to cut around 3/4 of the glue and it'll just open like a hinge. The glue may even be soft enough that the IHS could be pushed to the side with no cutting, but I haven't tried that. I soaked an old G1820 in a 50/50 blend of gasoline and acetone for about a week and the IHS came off very very easily.

  • @Moon___man
    @Moon___man Před rokem

    Exciting stuff!

  • @mamdouh-Tawadros
    @mamdouh-Tawadros Před rokem +5

    Thank you for a great video, for arm CPUs. Everyone says it is the future of the data centers. But I have 2 questions: 1-what OS you installed to test with geek bench, you mentioned Linux, but what type? 2. You deleaded the CPU for over clocking? You showed us the temp is not too high even at full load about 6ixties or even 5ivties. So why dealead?

    • @rouchar
      @rouchar Před rokem

      They probably use Xubuntu in Hetzner testing bench. It should work on every distro (with similar performance) as most Linux distros today support ARM.
      Regarding delidding, I guess that was done to show the CPU itself.

  • @regularguy1934
    @regularguy1934 Před rokem +8

    Der8auer: "You may recognize this location from a year ago"
    Me not remembering what I did last week...

  • @jierenzheng7670
    @jierenzheng7670 Před rokem

    Thanks for the video, would you be so kind to share what benchmarking and monitoring software you are using on Linux?

  • @booytjie
    @booytjie Před rokem

    Nice - I work for Hezner South AFrica, now Xneelo, and it is good to see this - thanks :)

  • @Xamy-
    @Xamy- Před rokem +3

    De8auer you forgot the Hetzner sponsor info in the description! It’s just “xxxx”

    • @der8auer-en
      @der8auer-en  Před rokem +4

      fixed :) thanks

    • @Xamy-
      @Xamy- Před rokem +1

      @@der8auer-en no problem 👍

  • @N....
    @N.... Před rokem +4

    It'll be really cool to see this trickle into the consumer space, especially with Windows on ARM. I'm excited mainly about the better power efficiency.

    • @raven4k998
      @raven4k998 Před rokem +1

      you see what is possible when you cut the cpu cache you can add more cores

    • @merthyr1831
      @merthyr1831 Před rokem

      I use ARM for software development on the Mac Mini for my job. It runs absolutely buttery smooth compared to my top-of-the-line x86 Intel laptop. Doesnt help that Windows sucks ass, because there are a lot of platforms that would run better with ARM and Unix-like systems over windows and x86

    • @raven4k998
      @raven4k998 Před rokem +2

      @@merthyr1831 arm fanboy

    • @N....
      @N.... Před rokem +2

      @@merthyr1831 When people run Windows on ARM in a VM on M1 Macs, it runs better and smoother than it does on actual WoA hardware like the Surface Pro X SQ2. To me this says that Windows isn't the problem, Qualcomm is.

  • @floodo1
    @floodo1 Před rokem

    I love this channel. Sooo many interesting vids

  • @boxcollider
    @boxcollider Před rokem +1

    cant wait to use it in my setup 10 years from now

  • @SomeTechGuy666
    @SomeTechGuy666 Před rokem +17

    That processor is a bit over twice as fast as my EPYC 7601 (32C/64T). SC: 894. MC: 19070. Single core is about the same. MC is 2.2x faster.
    For CFD work, both need more memory bandwidth. 8 channels is not enough.

    • @ikjadoon
      @ikjadoon Před rokem +3

      To help me understand, I needed to look up the specs, heh. For the per-core stuff:
      AMD EPYC 7601 = 3.2 GHz | Ryzen Zen1 | 894 @ 3.2 GHz
      Ampere Q80-30 = 3 GHz | Neoverse N1 | 882 @ 3.0 GHz
      To compare, N1 has +5% higher 1T GB5 IPC vs Zen1. Arm *claims* the 2022 N2 has +40% IPC gains. Iso-power, +10% perf (though with 8MB vs 4MB L3). Iso-perf, -30% power (both are iso-process, but presumably N2 will be on some 5-nm nodes).

    • @Atheist7
      @Atheist7 Před rokem

      [as my EPYC 7601 (32C/64T)]
      The "MY" is key here. 15:33

    • @ikjadoon
      @ikjadoon Před rokem +2

      ​@@Atheist7 Nope, that 7601 1T GB5 score is entirely representative. See the thousands of results at Geekbench: when unthrottled, all peak at a very, very similar ~890 points. And, clearly, it is Zen1 @ 3.2 GHz: it is very expected.
      While anecdotal, it falls smack dab where the thousands of other results are.

  • @Aaronage1
    @Aaronage1 Před rokem +6

    I wonder if AWS would be open to doing some videos with you? Maybe at AWS Frankfurt? It would be amazing to see Graviton 2 and 3 up close 🤩
    Graviton 3 is an incredible chip. The most impressive server chip on the market right now, IMO.

    • @mttkl
      @mttkl Před rokem +2

      It's really amazing, at work we switched like 100 instances from Xeon based to Graviton 3 and the performance is the same (as far as we can see) but the costs are waaaaay lower.

  • @oscarcharliezulu
    @oscarcharliezulu Před rokem

    Woah great video. Amazing they let you decide it.

  • @tulsatrash
    @tulsatrash Před rokem

    Thank you very much for taking the time to make the videos a second time, but in English.

  • @satibel
    @satibel Před rokem +6

    The radeon 7970 had a sunk chip too, though it's not hand replaceable, so maybe it doesn't count.
    The i7 8709G also has a similar thing with the igpu being lower than the cpu (or the opposite, don't remember)

  • @qlum
    @qlum Před rokem +138

    Just a PSA, you cannot compare geekbench 5 results between windows and linux systems.
    Linux performs much better in the benchmark, for example my 8700k at 4.9ghz and not the best memory setup gets 8600 points on linux vs only 6700 points on windows.
    This is especially true for cpu's with a lot of cores, so I would refrain from comparing it to hwbot scores as linux is banned there.

    • @neutronpcxt372
      @neutronpcxt372 Před rokem +8

      Indeed. I get a large boost in GB5 from just moving to Windows and Linux.

    • @AD34534
      @AD34534 Před rokem +25

      True. I also think runs on Linux are a lot more consistent since you don't have hidden background processes randomly eating up CPU cycles.

    • @johndododoe1411
      @johndododoe1411 Před rokem +4

      @@AD34534 Depends on configuration, I see lots of unexpected kernel threads and daemons that I fight to remove on my Linux servers.

    • @tjthill
      @tjthill Před rokem +22

      Well, yes, you can compare the scores. The comparison makes Windows look bad.

    • @berzerker4998
      @berzerker4998 Před rokem +12

      @@tjthill well no, because the point is comparing CPUs, not Windows to Linux. Comparing a CPU on Windows to a different CPU on Linux isn't valid results since the Geekbench scores themselves will be different on the *same* CPU.

  • @SpaceJumping
    @SpaceJumping Před rokem

    The sound that made when the lid came off was gnarly

  • @RandyBTC
    @RandyBTC Před rokem

    thanks Hetzner... so cool to see

  • @Slav_space
    @Slav_space Před rokem +19

    The die size is somewhat of 1/4 to Sapphire Rapids 4 tiles solution.
    So it looks like good for highly parallel workloads.
    It seems 1 core would be equal to Intel's Gracemont core. But Sierra Forest is only in couple years from now.
    So interesting, if these Ampere CPUs are popular and a demand is high, why wouldn't Intel to spread their Atom family with more cores solutions now...

    • @cybersamiches4028
      @cybersamiches4028 Před rokem

      Ahhhh, excellent point! Id love to see an atom competitor!

    • @ChristianStout
      @ChristianStout Před rokem +5

      Intel is also working on RISC-V cores. It could be that the successor to Sierra Forest is RISC-V-based.

    • @Slav_space
      @Slav_space Před rokem +2

      @@ChristianStout Yeah, I think they want to develop risc v as opponent to ARM and keepin in mind Jim Keller's opinion that risc v is currently the most powerfull instructions sets, I think Intel can do very good with risc v accompanied foundry services.

    • @pearce05
      @pearce05 Před rokem +3

      @@Slav_space they also mentioned combination packages. So they could come out with something with a few xeon cores and a bunch of ARM and/or RISC-V cores. Would probably ease the transition considerably.

    • @cromefire_
      @cromefire_ Před rokem +2

      And with Zen 4c, AMD is also trying to compete in that space, it'll be a crowded space in the next couple of years

  • @WXSTANG
    @WXSTANG Před rokem +9

    I would love to see how it performs with all workloads vs Intel / AMD.

  • @andrewnorris5415
    @andrewnorris5415 Před rokem +1

    ARM (Advanced Risk Machined based in Cambridge UK) also designs the circuits (not just the instruction set). Thye are designed with efficiency in mind. Some people (Apple) have taken ARM's circuit design and modified it - for their phones and PCs.

  • @attilavidacs24
    @attilavidacs24 Před rokem

    Excellent video and great to see Garfield the cat at the end.

  • @iangreenhalgh9280
    @iangreenhalgh9280 Před rokem +3

    4 years ago we had the Cavium Thunder X2 and the Qualcomm Centriq, both were powerful ARM v8 chips that beat the best x86 silicon. Sadly neither made much impact on the market and went away.

  • @outcast6187
    @outcast6187 Před rokem +6

    I remember thinking in 2011 that it would only be a few years before ARM chips like this pretty much took over the whole data center server area, I am still bewildered that it hasn't happened yet.

    • @jolene6911
      @jolene6911 Před rokem

      It’s very shocked I agree! It’s weird how slow the industry has been to adopt switching over but I think it’s starting to happen. With Apple recently showing just how damn powerful ARM can be, I think that will help add some momentum. *fingers crossed*

    • @justacomment1657
      @justacomment1657 Před rokem

      Most code is written in x86_amd64.... So what do you expect.... Neighter vmware nore Microsoft are actively pushing this technology... And a lot of DC is all about virtualisatuon, and running stuff on it... And no a fuxking docket container is not that kind of virtual machine... 🙈

    • @vikingforties
      @vikingforties Před rokem +2

      @@jolene6911 It needed the software support to allow it to happen. That's slowly come in to place now, hence widespread adoption of Ampere kit.

    • @outcast6187
      @outcast6187 Před rokem +1

      @@justacomment1657 For data centres goes without saying just use Linux where all its all open source/recompilable for your hardware and Linux OS? People using MS in the data centre aren't really in the game, IMO.

    • @justacomment1657
      @justacomment1657 Před rokem

      @@outcast6187 company dcs hardly use Linux only. Compatibility layer is almost always somekind of vmware or hyperV - mainly because the applications you run are written in x86 or amd64.what good is a postgresql database on an arm Plattform if your application is not written for arm... You now have to run x86 and arm hardware... Great... Not..
      And yes, big data, shure... they do run on arm if the user had enough cache to buy something verry niche.....
      Multipurpose systems... Like your ordinary 300-600 user infrastructure mostly does not.

  • @andrewjack8788
    @andrewjack8788 Před rokem +1

    I would love to put my hands on that kind of system one day!

  • @riverwolf695
    @riverwolf695 Před rokem

    This is cool! I would to play around with those someday

  • @yakacm
    @yakacm Před rokem +17

    Can you compare benchmarks across 2 different version of the benchmark software? Like when you run the benchmarks on AIDA64, it warns you not to compare benchmarks gained on different version numbers of AIDA64.

    • @JaenEngineering
      @JaenEngineering Před rokem +2

      Depends on the benchmark. I'd say that comparing the render times of say cinebench or blender is valid so long as the same frame(s) are rendered as putting "scores" aside, the only thing that matters (IRL) is render time, which makes it pretty platform agnostic

    • @_lonath_
      @_lonath_ Před rokem +1

      Depends on the benchmark itself, I wouldn't compare two off the shelf benchmarks across 2 architectures, however one can easily develop some benchmarks to test the performance between 2 architectures to calculate raw performance.
      A benchmark like a blender test essentially times how fast blender takes to render a scene, it wouldn't measure the architecture's raw performance but it's what a user can expect in real life from that architecture

    • @niter43
      @niter43 Před rokem +1

      Different version numbers is not the same as same code built for different architectures.
      In general there's no reason why runspeed of same code built for different architectures with recommended compiler for each shouldn't be compared. That would show how average software is going to run without need for any hand-tuning (which is expensive or even impossible if you intend to run some closed-source software).

    • @yakacm
      @yakacm Před rokem

      @@JaenEngineering that's what I was thinking, if it was something that could be compared independently from the benchmark, render times, or Mips, then that would be meaningful. It was more the Geekbench score I was meaning, obviously that would be hard to compare across different architectures.

    • @pipedreamsz
      @pipedreamsz Před rokem

      You certainly can. AIDA64 is just different software variations so optimising the software and reinstalling the newer version would obviously get a better result however in that instance you would be running the test on the same hardware.
      Assuming you are running the bench on two different hardware systems there may be certain hardware advantages that allow for higher performance so you should also note to use the latest and most optimised piece of software for use for the best comparison between two different hardware systems.

  • @AD34534
    @AD34534 Před rokem +3

    The selling point of x86 isn't just performance, it's also the software support and documentation it has accumulated over decades of use.

    • @andbotelho
      @andbotelho Před rokem

      X86 was really behind on performance on 10 years of intel doing nothing so AMD bring it back to live with zen cores, if Apple had the M1 before AMD Zen so today x86 would be dead

    • @rdothegeek
      @rdothegeek Před rokem

      32-bit compatibility (which is the real x86) is just disappearing: Microsoft themselves have dropped 16-bit applications support from Windows (and, earlier, all remaining traces of DOS compatibility) just because the OS was becoming impaired by its own complexity and neede serious discards to become just maintainable. At the same time, Red Hat and Canonical went even forward by stopping compiling their Linux systems for 32-bit machines, and some ARM releases of CentOS and Ubuntu were already available years ago; not to mention FreeBSD which has its own project ("of course", ARM "runs NetBSD" ;-) ).
      That perfectly makes sense to me: x86_64 is NOT x86, for sure it's going to stay, but that doesn't mean closing the door to alternatives; especially on the server market which has no need at all for some proprietary must-have desktop applications like, say, Skype or AutoCAD.
      At the beginning of the 64-bit PC era, I saw 64-bit machines sold with 32-bit versions of Vista just because they didn't have the right drivers for the chipset. That, especially on the open source ecosystem, is going to be more and more a minor problem as time advances. I expect to see the same happen within the ARM ecosystem.

    • @DorperSystems
      @DorperSystems Před rokem

      @@rdothegeek 32-bit compatibility (Compatibility Mode) is built into the x86_64 standard. The reason MSFT did not include 16-bit compat in 64-bit versions of Windows is because V8086 mode does not exist in Compatibility Mode at all. NTVDMx64 is not the same as NTVDM and emulates x86_16 or runs it in a VT-x VM. Has nothing to do with complexity and NT is very modular and can run different OSes executables through subsystems. The MS-DOS Subsystem (NTVDM) is still present in 32-bit versions of Windows. Other subsystems include WOW32 (win16 compat), WOW64 (32-bit compat), Win32 (32-bit/64-bit), OS/2 1.x, POSIX, and Linux. The difference between IA-32 and x86_64 is that we got 48-bit addressing, more registers, more paging levels, enforced flat segmentation, syscall instead of sysenter, and lost a few older instructions.

    • @rdothegeek
      @rdothegeek Před rokem

      @@DorperSystems I understand all that, but as long as software can be compiled from anything at a higher level than Assembly it does not sound relevant. I would feel x86 as an advantage only if and where a platform (hardware+o.s.) appeared totally from scratch; which may pose the question of how much work is required to get a GCC (and maybe a JDK) in there. It does not seem to be the case here, and it is my opinion that nobody would waste a beast of an ARM server by running Windows on it.
      Anyway, I wouldn't underestimate the important change in stability and efficiency that Windows achieved by (also) dropping backward compatibility, since the times of, say, XP.

    • @DorperSystems
      @DorperSystems Před rokem

      @@rdothegeek Linux was specifically designed for x86 computers. It takes very little work to port GCC. It's like 100 lines to port GCC to a new OS. Windows Server provides the best experience for Active Directory and File Sharing. Using the Linux equivalents (OpenLDAP, Samba, NFS) is like castrating yourself with a rusty fork. You have to have the source code to recompile a program.

  • @antonnym214
    @antonnym214 Před rokem +1

    Very nice reporting! Thank you! I subscribed immediately. Also, that chip is about the size of my face! Alles guten wünsche. Danke. P.S. Your cat is beautiful.

  • @berglh
    @berglh Před rokem

    Is the Hertzner CPU package power tool available somewhere as open source? I've had a snoop around their public repositories and can't find anything. Looks handy, not sure if it's just limited to server CPUs/monitoring interfaces.

  • @DJSammy69.
    @DJSammy69. Před rokem +11

    Hetzner is awesome! And that ARM cpu is a Monster! 80-cores 250w 56'c just lovely!

    • @MadGangstaHUN
      @MadGangstaHUN Před rokem

      310W and 65C... Ohh and for that u need to delide it(bye bye warranty)... And still using thermal paste in 2022... Intel soldering too and its still sucks, but not that much... AMD much better and 128 core on the way in the WX5000's!!! Bye Bye shitty 80 core ARM

    • @XxLukexX
      @XxLukexX Před rokem

      @@MadGangstaHUN doesn't need a delid.... Learn to use your brain

    • @percy543
      @percy543 Před rokem +2

      @@MadGangstaHUN Are you a child? Stop spouting nonsense and just appreciate newer hardware innovation. I'm sure the people deciding to use thermal paste are much smarter than you and would have good reasoning behind it. You'll also find 300w over such a large die won't have the cooling issues, like a 12900k with a die only the fraction of the size but similar current draw. The wattage per square mm would actually be rather small.

    • @DigitalJedi
      @DigitalJedi Před rokem +3

      @@MadGangstaHUN All of this is false. AMD 5000 series tops out at 64 cores and 128 threads. 7000 series is rumored to reach 96 cores and 192 threads.
      The whole system used 310W at the higgest peak, but the CPU power along was only around 200W or so. Other components such as memory, VRM and PSU losses, and IO amd storage cards can easily make up the difference.
      Deciding was not needed to cool the CPU. Watch the install process again. They just stuck it in there and mounted the cooler. The delid was performed afterwards to showcase the size of the die compared to the size of the package.
      Stop spreading misinformation.

    • @vikingforties
      @vikingforties Před rokem

      @@MadGangstaHUN 310W was the whole system. The SoC was only 170W.

  • @maxwellsmart3156
    @maxwellsmart3156 Před rokem +3

    Ian over at TechTechPotato got a 45059 on Geekbench 5 with a TR 5995WX 64c/64t, so no SMT, with SMT was lower. Geekbench doesn't really like Ryzen as much as other architectures but the 80 core ARM is still doing well.

    • @der8auer-en
      @der8auer-en  Před rokem +2

      Yes very interesting performance of the 5995WX :) we shot the video about 6 weeks ago so we didn't have this info for comparison

    • @PainterVierax
      @PainterVierax Před rokem

      @@der8auer-en Nice video but quite misleading. I don't really see the point of comparing a headless server platform with a workstation one, especially considering they will often run on very different operating systems.
      Although many server tests were made few years ago when Ampere systems started to be available and it appeared that virtualised hosting and cloud services were the strength on those ARM processors, other types of server loads were not that better and sometimes they even performed much much worse on Ampere than Xeon or Power.

  • @JumpingJoseph
    @JumpingJoseph Před rokem

    Uberwundershön!! 🎉

  • @brouettebredouille8320

    Thanks for this video. Very cool processor

  • @Dinkleberg96
    @Dinkleberg96 Před rokem +8

    The greastest thing about this is that ARM can be licensed by almost any company who wants to make a CPU and not locked as x86 is. This means more brands in the future for CPUs and that's good for consumers

    • @haakonht
      @haakonht Před rokem +4

      It won't matter shit. This doesn't impact supply... They will have to fight for manufacturing quotas at TSMC at the same prices as anyone else. Do you think whatever brand has the benchmark leadership is gonna stop taking their premium?

    • @Dinkleberg96
      @Dinkleberg96 Před rokem

      @@haakonht no they won’t stop doing theirs best and it will take some time but for sure in the future there will be more than just Intel and AMD

    • @rinrin4711
      @rinrin4711 Před rokem +1

      @@haakonht, considering how much less die space is required for the same number of arm cores, starting your own production at smaller scale first, would be much cheaper and you won't need as much silicon. So I think it's entirely possible.

    • @justacomment1657
      @justacomment1657 Před rokem +3

      @@rinrin4711 pardon...? . Starting your own production.... Yeah.... Works really well for the Chinese... And they have a complete economy and the government behind it...

    • @PainterVierax
      @PainterVierax Před rokem +1

      @@justacomment1657 More than that, PRC can't get licences from ARM anymore and that made many fabless companies to migrate to Risc-V.
      That's certainly why Dinkleberg said "licenced by ALMOST any company"

  • @McTroyd
    @McTroyd Před rokem +7

    That is a shiny toy! Not a wonder it could kick a Threadripper. Thanks to you and Hetzner for being willing to show it off!

  • @ruokeren1919
    @ruokeren1919 Před rokem +1

    The orange angle pieces for the bench vice are technically called "soft jaws".. Merely to protect the item being clamped of the knurled clamp face being imprinted on the piece being clamped otherwise potentially causing damage.
    In the past, strips of aluminium plate would be used for this as it is soft enough to conform to the shape without causing additional damage to whats being clamped, but since plastics now the norm..

    • @zachbrown7272
      @zachbrown7272 Před rokem

      aluminum would deform the copper heatspreader, so plastic is the right choice here. an annealed copper or brass would also work.

  • @custume
    @custume Před rokem

    nice video, oh did the CPU survive ?!

  • @heyitsjel
    @heyitsjel Před rokem +4

    Awesome video! ARM based systems are certainly starting to flex their muscle; and competition is always good.
    On a side note; if you compared that record-holding Threadripper score (34,735) with 64 cores and scaled up for an even number of cores (ie. 80 cores; comparable to the Ampere Altra Max), you're looking at about 43,400 points... so nearly the same as the Ampere. The TR absolutely thrashes the Ampere as far as single core performance, with 1236 pts vs 882 pts... or approximately 40% faster on the TR. Albeit, the efficiency is pretty horrible on the TR; given it was OC'd.
    I do wonder how much the increased memory channel / throughput is benefiting the Ampere / ARM design, and helping to push the score higher...

  • @hquest
    @hquest Před rokem +17

    Going back to my old datacenter days, a RISC system would eat any CISC systems for lunch at any time of the day. Intel only won because it was much cheaper than a Sparc system (and Oracle bought Sun Microsystems to take over Java). Now ARM is once again proving RISC is superior by not having all the bloat of CISC architecture. Apple bet on the ARM platform and Ampere (or any other server grade ARM CPU) on the datacenter world will cause some stir - and that will be great for everybody.

    • @MrKentaroMotoPI
      @MrKentaroMotoPI Před rokem +10

      I don't know when your days were, but Intel P6 workstations from Pentium Pro onwards destroyed Sun's RISC crap for 1/7th the price. That's why Sun dried up and blew away.

    • @KillaBitz
      @KillaBitz Před rokem

      The first ARM chips where also faster than Intel at the time and at a fraction of the power (late 80's)

    • @cromefire_
      @cromefire_ Před rokem +2

      It's less about the architecture as what you optimize for. Apple optimized for desktop with lots of special purpose hardware, AMD and Intel largely optimize in sharing one architecture from mobile to server while alterra only does server workloads with as much cores as possible.
      The reason while ARM CPUs are faster than x86 is because that's currently the only competition. They can't use x86 and RISC-V isn't ready yet on the software side.

    • @giornikitop5373
      @giornikitop5373 Před rokem +1

      like @Mr. Moto said, if you haven't tried Pentium Pro's and later systems, they were really a lot faster (in most workloads) than any current sparc's of the time, while being alot cheaper and energy effecient. CISC's were not at all bloated at that time since every little thing they had was in use. now, of course they are, because they still retain a lot of things from the past for compatibility reasons. but keep in mind that arm also cannot change that much without it too becoming not risc.

    • @cromefire_
      @cromefire_ Před rokem

      @@giornikitop5373 Also x86 can just implement many of those mostly unused instructions in microcode, so they don't have to be on the silicon.

  • @aliuzel4211
    @aliuzel4211 Před rokem

    Great video. Thx a lot? What about RISC-V CPUs ?

  • @danthompsett2894
    @danthompsett2894 Před rokem

    luv the video, thats a case for some conductonaut right there.

  • @Alex-qq1gm
    @Alex-qq1gm Před rokem +3

    Is he using gauge blocks as vice jaws? Oh my god 😆

    • @AlanW
      @AlanW Před rokem

      Yeah, when he showed the plastic soft-jaws I thought he was just holding bits of aluminum, but when he described gauge blocks .... 💀

  • @jarsky
    @jarsky Před rokem +15

    With how power hungry systems are getting now, with Zen3+ and Core 12th Gen+, I wonder how long before we see a paradigm shift in the market away from x86.
    It's going to be messy but surely it's better to do it sooner rather than later. Look at how much advancement has been made on ARM and Apple ARM systems, going head to head with high end Intel/AMD CPU's with a fraction of the power requirement because of the efficiency improvements in the instruction set not having to deal with 40 year old x86 compatibility.
    Just look at the Apple M1 Max and M2 SoC's and how they dominate any SoC produced by Intel & AMD for total system performance. Its enough to make me at least want a Macbook Air for a laptop.

    • @bltzcstrnx
      @bltzcstrnx Před rokem +6

      You need go look deeper, M1 SoC are basically an ASIC. They're very good in certain tasks and very bad at others. Geekbench also prefers Apple architecture, someone already prove this. This is why most serious desktop performance reviewers rarely use Geekbench.

    • @fidelisitor8953
      @fidelisitor8953 Před rokem +2

      @@bltzcstrnx The very bad at others is in just 3d stuff. X86 GPUs, both from AMD and NVIDIA have hardware acceleration for raytracing which apple's don't and that's why anything that requires rendering raytraced 3d scenes is multitudes of times faster on PC. Apart from that, mention anything that's faster on PC or that at least gives anywhere as good performance per watt.

    • @fidelisitor8953
      @fidelisitor8953 Před rokem +2

      One correction: x86 is only 4 years older than ARM. ARM has been in existence for over 36 years now. It's just on a different architecture that is much more efficient with much more simplified instructions compared to x86's.

    • @bltzcstrnx
      @bltzcstrnx Před rokem

      @@fidelisitor8953 not only ray tracing, M1 is very good in ML workloads. Although gaming workloads leaves much to be desired. There are reviews that even the M1 Max having half the performance of RTX 3080 in non gaming ray-traced games. This is with a system that cost less than the M1 Max, yes you can build a RTX 3080 that cost less than M1 Max system.
      Edit: also a lot of features for modern game 3D rendering aren't there. I think UE5 Nanite is one of the engine effected by it. There are rendering features that are not available yet common on other 3D accelerators.

    • @fidelisitor8953
      @fidelisitor8953 Před rokem

      @@bltzcstrnx Apple silicon isn't made for gaming and Apple makes that very clear by having close to zero support for anything gaming and you have to understand why.
      The Apple silicon macs are made for different set/category of people, mostly with creators in mind so they're basically a creators machine with heavy focus on stuff like photo/video editing, music production, data engineering (with NPU hardware acceleration) and the likes. So it's not like Apple can't produce the same level of performance and efficiency for gaming or 3d stuff but rather they don't see a profitable need to move into that kind of stuff because they'll absolutely steal the market if they do.

  • @andrewparker3689
    @andrewparker3689 Před rokem

    The item used in the jaws are simply called 'soft jaws'. They're the sacrificial layer that protects what ever item you're clamping from the vice itself.

  • @tonep3168
    @tonep3168 Před rokem +2

    Not bad against the old Zen 2 based Threadripper! But the 64 core Zen 3 Threadrippers do better. GB5 scores - Zen 3 Threadripper Single Thread - 1552 - Multithread - 45059 - Not too shabby for the same/similar (280w TDP) power envelope, thermals and 16 cores less than this ARM CPU! But I can't help but feel that these ARM "Server" CPU's are very underwhelming, and very niche, after all the sky-high promises a few years ago. Thanks for the fascinating video der8auer!

    • @merthyr1831
      @merthyr1831 Před rokem +1

      I feel like ARM is a couple years away from completely dominating the server market. hundreds of Low cost, low power cores are exactly the kind of hardware most servers need compared to Intel and AMD that have higher power single cores with higher energy and price costs.
      I can run a 1080p streaming and file server from a raspberry pi 4, which has 4 relatively crappy ARM cores. For servers needing to handle massive numbers of clients with very little server processing, ARM is a very scalable and economical solution - at least until RISC V matures

    • @DorperSystems
      @DorperSystems Před rokem

      @@merthyr1831 Most software is still single threaded. And a lot of the enterprise market uses virtual machine software that isn't available on ARM. Windows Server isn't available on ARM either. And "low cost?" None of Amperes stuff is low cost. A base model with 32 ARM cores (which are less powerful per cycle than x86 cores), 8 GB of DDR4, no hard drive, no NIC(!!), would cost you $5,686. You can get a Threadripper based 32-core based server for $300 less with 4x the cache. And that cache will be important when your load-store architecture is constantly pulling 8 instructions for what would be 1 instruction on x86!

    • @genderender
      @genderender Před rokem

      @@merthyr1831 these chips are not lower power when you look at density, which with Zen4 Epyc out I don’t think AMD is going down easily. Not to mention CDNA3 also being a thing, something ARM has yet to replicate. It will be a tough battle as long as AMD sticks with x86

  • @eggcopter
    @eggcopter Před rokem +5

    direct die/LM? if this thing can even be overclocked, maybe you'll be able to match the zen 3 epyc

    • @der8auer-en
      @der8auer-en  Před rokem +5

      at least from the stock BIOS no modifications were allowed

  • @mrni6502
    @mrni6502 Před rokem +2

    I hope that one day in the future, we will be able to use ARM cpus in our main system. I like to see motherboards be able to take in ARM CPUs from different manufacturers aswell as the ARM PC being able to take in different types of hardware such as GPUs

    • @zachbrown7272
      @zachbrown7272 Před rokem

      plenty of ARM cpus take gpus. PCIe is not an x86 exclusive communication bus, with even the Raspberry Pi having PCIe lanes. the only limitation currently to running big gpus on ARM is software and drivers.

    • @PainterVierax
      @PainterVierax Před rokem +1

      @@zachbrown7272 I think OP means standard ATX desktop PCs, not server parts. PCIe lanes on low power SBCs are not always standard, requires an extension (daughter or motherboard) and they are quite limited in number and bandwidth.
      During the first roadmaps of Zen, the AMD K12 family was supposed to use AM4 socket and the same motherboards. This was a promising step but AMD never released K12.

    • @SianaGearz
      @SianaGearz Před rokem

      I remember when we had multiple mainboard chipset vendors, ALi, SiS, VIA, plus of course Intel; before that C&T and a bunch of others. And how Socket 7 was a cross vendor CPU socket. That was nice.
      But things seem to be moving into the opposite direction where things are more integrated and more insular. Some suggest that discrete GPUs may disappear as well in the near future.
      Still, some variant of a Broadcom server hub chip was used on last gen game console to glue IO to an AMD SOC via HyperTransport. Now all the MB logic is basically PCIe based. Would be curious if someone just standardised a CPU socket, or AMD licensed AM5. You could have a standard for AGESA like modules and a utility which integrates it into the mainboard firmware, which can be installed via Flashback, or you could have two separate flash chips, one being in the mainboard and another in the CPU package. A lot of work to untangle things.

    • @BaiFangLu
      @BaiFangLu Před rokem

      There are bunch models support GPUs. Like Gigabyte, Supermicro, and Foxconn.

  • @LiveNobin
    @LiveNobin Před rokem +1

    I am already using Ampere Altra ARM base server processor on Oracle Cloud and its performance is too good. I use ubuntu 22.04 for enterprise business application and I am happy with there performance as per cost :)

  • @nguyenminh7780
    @nguyenminh7780 Před rokem +4

    They apparently also have an 128 core cpu, i’d love to see how that goes

    • @vikingforties
      @vikingforties Před rokem

      Yep, the 128 is called Altra Max, socket compatible. Single threaded and same cache per core, so it scales linearly.

    • @nguyenminh7780
      @nguyenminh7780 Před rokem +1

      @@vikingforties yes, but linearly wouldn’t quite be correct since there’s always diminishing returns with going big unless they get everything perfect

    • @itsTyrion
      @itsTyrion Před rokem +1

      it goes weeeeeeeeeeeeee

    • @vikingforties
      @vikingforties Před rokem +1

      @@nguyenminh7780 Agreed, generally the CMN 600 mesh would handle the extra core load but you could potentially run out of PCIe lanes or start to have stalls if the workload is memory bound.

  • @ModernDayGeeks
    @ModernDayGeeks Před rokem +5

    What a beast! Excited for ARM-based gaming PC/home desktop in the future. Imagine the power. I mean there's apple mac m1, but imagine ARM-based windows desktop for gaming. That would be cool.

  • @gheffz
    @gheffz Před rokem

    Thank you!!!

  • @Romanitto
    @Romanitto Před rokem

    14:15 finally cat from stray finds his home on desk on front of camera 😀

  • @ClayWheeler
    @ClayWheeler Před rokem +3

    I always thought that all ARM CPUs are always soldered permanently to the Motherboard.
    So I was wrong

    • @flognort
      @flognort Před rokem

      Here I am thinking arm cpus are for phones and tablets lol

    • @johnjonjhonjonathanjohnson3559
      @johnjonjhonjonathanjohnson3559 Před rokem

      you should be soldered permanently to a motherboard

    • @mscd9676
      @mscd9676 Před rokem +6

      it's all about what it's engineered for, if you need a ton of power and upgradeability and aren't as worried about the size then any cpu can be made socketable
      the only reason all phone CPUs and most laptop ones are soldered is that the whole phone motherboard is smaller than this CPU's PCB

    • @DSDSDS1235
      @DSDSDS1235 Před rokem

      You probably weren't wrong a short 2 years ago, it is just new applications calls for different packaging

  • @churblefurbles
    @churblefurbles Před rokem +3

    that upright cat sleep state

  • @Jasonsadventures
    @Jasonsadventures Před rokem +2

    What a beast, reminds me of the giant Alpha cpus :) my kind of thing

  • @TheBlackFoxMaster
    @TheBlackFoxMaster Před rokem +1

    2:53 Так же можно установить кастомную крышку или просто снять её и использовать рамку, а так же стандартный "квадратный" куллер.

  • @AndreiNeacsu
    @AndreiNeacsu Před rokem +11

    Geekbench is a useless piece of irrelevant software. According to it, a Raspberry PI4 would fit on the same scale as x86 CPUs of the last 15 years.
    If you want a more relevant and accurate standardized benchmark for servers that need to perform calculations, memory operations, etc., then you can run the built in benchmark in Wolfram Mathematica that is native to Windows and Linux x86, but also Linux and OSX ARM. It runs natively on Raspberry Pi Zero, Apple M1, Epyc, Xeon and everything in between.

    • @justacomment1657
      @justacomment1657 Před rokem +3

      This 👍
      I would be verry interested in such a comparison

  • @Jenny_Digital
    @Jenny_Digital Před rokem +5

    ARM stands for Advanced RISC Machine, but when it was Acorn property it was Acorn RISC Machine. Point of note, but I’ve seen some dubious false knowledge of it being touted on the internet which would surely upset Steve Furber and Sophie Wilson who both worked on its creation. At least they’re both around to dispute the claims of it being an American design.
    You could make a whole video about its origin if you felt like it.

    • @desktorp
      @desktorp Před rokem +1

      *Roger Wilson

    • @Jenny_Digital
      @Jenny_Digital Před rokem +1

      @@desktorp That was Sophie Wilson’s given name, but we won’t spend too long deadnaming her now will we. Most transgender people would rather others didn’t. Thank you in advance for your expected manners in this _delicate_ matter.

    • @johnm2012
      @johnm2012 Před rokem

      Sophie Wilson is a computing legend. She wrote the BBC BASIC interpreter in 6502 assembly language for the BBC Micro at the beginning of the 1980s. Later she designed the ARM instruction set and wrote an emulator, again in 6502 assembly language, which ran on a BBC Micro (with 6502 second processor), which proved the concept. Steve Furber then implemented the design in hardware and worked with VLSI to manufacture the silicon. The original ARM1 was used in a second processor for the BBC Micro to further prove the concept. The second iteration, ARM2 was used as the basis for the Acorn Archimedes home computers, along with three support chips, also produced by VLSI, called MEMC, VIDC and IOC, which provided memory, video and general IO support, respectively. The interim ROM-based single-tasking operating system was called Arthur and early buyers got a free upgrade to RISC OS when it was released. I bought an A440 Archimedes with 4MB of RAM, an 800KB 3.5-inch floppy drive and a 20MB hard disk. I moved on to a RiscPC later and I still have both. The best thing about BBC BASIC is that it included an inline assembler, first for 6502 and, on the Archimedes and RiscPC, ARM assembly language.

    • @Jenny_Digital
      @Jenny_Digital Před rokem

      @@johnm2012 Now if only I could get my hands on the coveted ARM second processor they used to test it on, now _that_ would be something. Story has it that it used so little power that when they accidentally connected it up wrong it ran on just the power coming in through the IO pins’ protection diodes.
      That must have been a foreshadowing moment!

    • @johnm2012
      @johnm2012 Před rokem

      @@Jenny_Digital I seem to remember Steve Furber confirming that little anecdote in an interview he gave about the SpiNNaker project. I'll try to find it - no promises though - and post a link.
      I've never seen an ARM1 second processor for sale - they must have only made a handful for internal use - but there's an open source project to implement a generic second processor for the BBC Micro, using a Raspberry Pi. The Pi connects to the 2MHz "Tube" interface and runs code that allows it to emulate all manner of second processors, including 65C02, Z80, Torch Z80, 32016, 80186 and ARM.

  • @NeseComedy
    @NeseComedy Před rokem

    Can’t wait for stuff like this with RISC-V

  • @nekomakhea9440
    @nekomakhea9440 Před rokem

    Now that it's delidded, are you going to overclock it with direct contact liquid cooling?

  • @CMDRSweeper
    @CMDRSweeper Před rokem +6

    Yes ARM is impressive, but for the rest of us to get interested, they need to run just as fast while emulating x86 so the x86 software can be run.
    I know in my use case as a user, I am not willing to burn everything and run fully ARM, and even Apple realized this and built a semi x86 / ARM CPU with the M1 chip where they have some x86 functions in hardware, but most of it is done in emulation, with issues.

    • @outcast6187
      @outcast6187 Před rokem +4

      The only REAL reason why there is very little available in MS Windows and ARM is that Microsoft won't grant MS Windows licences to ARM processors unless under specific circumstances like for their own SQ1 or SQ2 CPUs etc. Microsoft's literal problem is they make too much money to care, in other words MS's stock price needs to drop considerably before we see more Windows on ARM CPUs, and that might take another decade.

    • @realtuber6522
      @realtuber6522 Před rokem +8

      The m1 is not semi x86 at all. The only thing it has in hardware to support for x86 like 'total store ordering', and that's a super minor change in hardware. The rest of rosetta 2 is just well implemented binary translation from x86 to arm.

    • @networkgeekstuff9090
      @networkgeekstuff9090 Před rokem

      There are also rumors of intel and microsoft to have a backdoor deal in blocking ARM proliferating to desktops because with ARM being such an open platform it's adoption would allow many other manufacturers other than Intel and amd (TSMC in background) to enter the market and make desktop CPUs. So Microsoft's Windows ARM version will always be artificially blockaded.
      This is both to keep the windows+x86 monopoly and also geopolitically to block China and others to catch-up with semiconductors manufacturing.

  • @rickstorm4198
    @rickstorm4198 Před rokem +4

    Which is why Nvidia entering arm cpu for desktop, data center, and A.I. markets is appealing....

    • @ThunderingRoar
      @ThunderingRoar Před rokem

      arm desktop lol, unless NV makes an insanely good rosetta-like software that translates x86 to arm instructions i dont see it having any success

    • @PainterVierax
      @PainterVierax Před rokem

      Nvidia already entered arm cpu for desktop a decade ago. Then they stopped.

  • @sadiqueakhter2010
    @sadiqueakhter2010 Před rokem

    Evaluating Hetzner AMD 7502P, AMD 5950x and this Altra Q80-30 processor for a giant Magento 2 store. Which CPU do you suggest?

  • @Petr75661
    @Petr75661 Před rokem

    Is that a 3D vapor chamber cooler, i.e. heatpipes and the base forming a single gas chamber?

  • @Cooe.
    @Cooe. Před rokem +5

    Geekbench is GARBAGE for comparing across different ISA's. Use REAL WORLD TESTS! Also, try and compare it to a current Zen 3 Threadripper Pro 5000 part instead and I doubt that even Geekbench would look advantageous. This isn't NEARLY as impressive as you seem to think... The TR 3990X is OLD!

    • @larrypaul2462
      @larrypaul2462 Před rokem

      Just a heads up..
      Current world's fastest supercomputer is ARM based. Don't remember the exact location, but the country that host it is Japan..
      The score you see here is from a single machine whereas super computers can be 1,000's of machines.

  • @BrunodeSouzaLino
    @BrunodeSouzaLino Před rokem +3

    Even with more cores, you'd be losing performance with the translation layer for the x86 applications. For memory intensive stuff, Epyc has twice the amount of memory channels and wins again. Also, the architecture is a bit concerning. ARM chips tend to have asymmetric core steups in order to deal with temperature targets.

    • @pootispiker2866
      @pootispiker2866 Před rokem +3

      I doubt that x86 translation will play muh of a role here. A few major Linux distros already have native ARM support. It's not unrealistic to see cloud datacenters running their own in-house software on these just like they do on x86

  • @satrah101
    @satrah101 Před rokem +2

    Hi guys. Really dumb question, I'm not all that computer savvy. How far can these new chips be under clocked. Would it be possible to under clock to a point were no heatsink is needed. All ways hear of over clocking but not to much under clocking, thanks in advance.

    • @themobster7284
      @themobster7284 Před rokem

      Yeah imagine that everyone tries, to go FASTER, not slower AF, so there is your answer why everyone overclocks...

  • @MattHalpain
    @MattHalpain Před rokem

    Awesome power and efficiency of ARM.

  • @DavisMakesGames
    @DavisMakesGames Před rokem +3

    That's insane. I bet if I glued 80 3ghz Pentium 4s together they'd have about the same performance... (although, at 60+ watts per chip...)

  • @rollerboogie
    @rollerboogie Před rokem +3

    I imagine this is going to be very workload dependent. With the reduced instruction set it'll probably be very poor for certain things. I can imagine a world where companies have specialized cpus for specific workloads

  • @juhanipolvi4729
    @juhanipolvi4729 Před rokem

    That's a lot of cores. I'm not sure, but I have a feeling that in day-to-day use it might be hard to efficiently parallelize whatever one is running over all those cores.
    Then again I guess processors with such a large numbers of cores are mostly intended for really heavy duty processing.

  • @superneenjaa718
    @superneenjaa718 Před rokem +10

    I doubt this competitiveness will hold up when you compare with something like avx performance of x86. Geekbench always favours arm. Apple m1 performance in geekbench was very inflated compared to real world intensive workloads like compression, decompression, 3D rendering etc.

    • @cromefire_
      @cromefire_ Před rokem

      It's almost like those "bloated" instructions where designed to accelerate workloads...

    • @KillaBitz
      @KillaBitz Před rokem

      avx is an intel instruction set of course chips that have that instruction set in silicon would be faster at that task.
      My car isn't good on the water but it's faster than your boat on land.

    • @cromefire_
      @cromefire_ Před rokem

      @@KillaBitz Many heavy workloads can use AVX2 though and some even AVX512. Video transcoding for example is heavily dependend on AVX on x86 and NEON on ARM (because yes arm also has basically that same instructions making the core arch smaller, but the full arch not that much more efficient).

    • @giornikitop5373
      @giornikitop5373 Před rokem

      also, not sure if and how geekbench uses vector extensions in x86. but still, 882 for single core perf. is very weak...

    • @vikingforties
      @vikingforties Před rokem

      The Ampere Altra is built for cloud workloads where integer performance is needed. Each core has two 128bit SIMD engines which are efficient for power consumption and die area when NEON instructions and AI Inference are used. Linus Torvalds has been arguing against splurging die area and power on AVX and SVE for years.

  • @8bitsloth
    @8bitsloth Před rokem +6

    All this ARM praising is going to lead us into a future where our computers are as locked down and restricted as our cellphones are. Companies are not going to have a change of heart now with the ARM platform after years of using it to lock in mobile and tablet users. It's not a shocker that a CPU with 80 cores beat a 64 core CPU and no one beyond people who love talking points cares about "performance per watt". Using all these synthetic benchmarks and buzzwords will not make this platform any less of a consumer rights disaster.

    • @jerma984
      @jerma984 Před rokem

      I don't understand how, everything else equal, an ARM based processor is any more locked down than an x86 based processor. Shouldn't it be the other way around as ARM is a more open platform for development than x86 which only has 3 license holders? Also how can you argue that nobody cares about better performance per watt, if that were true then microprocessors would have never improved since their inception.

    • @8bitsloth
      @8bitsloth Před rokem +2

      @@jerma984 When was the last time you installed Linux on your phone or tablet without having to unlock a boot loader? The only people that allow you to do such a thing is the single board computer manufacturers and then they have to hunt for ARM manufacturers that will allow it. Notice how a lot of chips in that space are Mediatek or older version chips? That isn’t because they are the best. Apple themselves are using ARM to lock people into their hardware and kill the Hackentosh market. They even bottlenecked the i9 to make their chips look better on paper.

    • @jerma984
      @jerma984 Před rokem

      @@8bitsloth ​ Locked bootloaders are not specific to the ARM architecture they are specific to vendors. They could do the same if phones ran x86 based processors.
      Mediatek processors use ARM architecture. If you already knew this, I don't know why you brought it up because it invalidates your previous argument.
      I don't understand what you mean by "Apple themselves are using ARM to lock people into their hardware". If you mean Mac OS is only able to run on Apple computers, that isn't true as it is still very easy to virtualize. If you mean that ARM based Apple computers can only run Mac OS thus making users dependent on Apple, that isn't true either as it is still simple to install Linux (Asahi) on ARM based Macs.
      Apple purposefully bottlenecking their i9s has nothing to do with the ARM architecture's supposed inherent anti-consumer nature.
      You also forgot to explain why you are against increasing processor efficiency.

    • @8bitsloth
      @8bitsloth Před rokem +1

      @@jerma984 Locked boot loaders can be put into anything, but ARM manufacturers are the ones using them to restrict freedom. I pointed out Mediatek as one of the few not doing this and that doesn’t invalidate anything. It’s like saying one bad batch of gas station sushi invalidates all of Japan’s restaurants. If you can’t understand Apple is switching to ARM to restrict what their software can run on I can’t help you. Gimping Intels chips with their horrible laptop designs makes the ARM pill go down smoothly when they start trotting all their synthetic benchmarks. As far as efficiency, I’m neither against it more for it. Efficiency will happen sooner or later, making it a bullet point like all the ARM fanboys do is just useless fluff to make their arguments look better.
      And just so you know, I want RISCV to take off and become a truly open platform. It’s not that I think ARM bad because x86 or efficiency bad because Intel. ARM is bad because it’s history has shown that it has mostly been used to restrict users freedom when it comes to their hardware. Now that the normies expect ARM hardware to be infested with locked down operating systems and crappy app stores there is no incentive for the industry to change their tactics. They don’t give a dead rats carcass about us nerds, we only fuel them with free software. What these companies care about are the whales that will buy a new ARM laptop every two years because they changed the number on the chip and restricted certain popular apps from installing on your older hardware.
      Love ARM all you want, but don’t expect manufacturers to have a change of heart after 10+ years of denying users their freedom.

    • @blubaustin1
      @blubaustin1 Před rokem

      @@8bitsloth a raspberry pi is arm based and pretty open. I've ran linux and freebsd on them.