Announcement

Collapse
No announcement yet.

Benchmarks Of The 24-Core ARM Socionext 96Boards Developerbox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Originally posted by boboviz View Post
    Uh, Jetson Tx2 costs the half and goes the double.
    Not double. But still, my point was only that comparing this thing to a low-end heavily-mass-produced 12$ tinkerboard is dumb, not that it is a great value in its segment.

    Devboards cost orders of magnitude more than mass-produced stuff just because of very short production runs. If this board was mass-produced at a decent scale it would cost less than 500$ for sure.

    Jetson costs less because of this reason, for example, it's mass-produced in far higher numbers because NVIDIA can do it, so even if it is better and is leveraging more expensive technology it's still cheaper.

    Comment


    • #32
      Originally posted by Weasel View Post
      Lastly, seriously who cares how low power it is? Did you look at the price? You're not going to save $1000 in power bills with it.
      Why all times there are articles about true devboards we get clueless people posting this bullshit?

      It's not a mass-market product, it's a product for R&D of hardware and software, it will be bought by companies that want to make hardware using this SoC (and will then place a bulk order for thousands of SoCs like this), and by software companies that want to optimize their software to run on this type of hardware.

      So yes, low power consumption is VERY interesting for a OEM that might want to use something like this to make some ridicolously high density blade servers (that are currently using low-power Atom pluggable boards or similar, so they don't really value high IPC anyway).

      That's the whole point of this thing, high core count in a tiny thermal envelope.

      Comment


      • #33
        Don't know how far Ampere 64-bit has come along but they are now designed around 32 cores @3.3Ghz with turbo and support 72-bit DDR4-2667, TDP 125w. 42 lanes of PCIe Gen3. I know their systems are running CentOS.

        Comment


        • #34
          Ampere is mainly aimed towards cloud based stuff. Obviously has to be outrageously expensive.

          Comment


          • #35
            Honestly, I can't really see an ARM Desktop computer being something tangible for at least 5 years. If it happens I would think it would be a joint partnership with AMD, something for us regular PC users. I don't know enough about this stuff. I will say this, why ARM for Desktop users? and further what is the point?

            Bring something to market affordable and available for consumers besides tablets and smartphones and I will be all ears and thoroughly interested.

            Comment


            • #36
              You can already buy a Snapdragon 835 laptop, albeit it runs Windows 10. They're not even cheap because they're somewhat high end and cost of the CPU has little to do in this.
              Snapdragon 1000 is next year?
              Now, Windows on ARM sucks, the bootloader is probably locked to hell but the target is clear, business people and salesmen etc.
              They run Excel and Outlook etc. and don't even change their wallpaper.

              The benefit is going from train to hotel room to conference room without charging it (and having a 4G modem, later 5G though nothing prevents having 4G on an x86)

              Having it all work on Linux might take more time : driver/kernel support, lawsuit against MS to unlock the bootloader.
              Last edited by grok; 30 August 2018, 04:47 PM.

              Comment


              • #37
                Originally posted by Weasel View Post
                Exactly this. People who just do "./configure && make" think they're "developing" but that's not the case how it's done at all. We don't compile from scratch all the time, only the few files that changed and then link them (which is cheap without LTO).

                Only with LTO it gets compiled from scratch again, but that's only done once at release time (if you're even using it, most projects still don't). Which is not "during developing".
                Many developers have not even heard of ccache...

                BTW C++ linking is not cheap. Or at least it used to be expensive, I have not worked on large C++ projects for years.

                Lastly, seriously who cares how low power it is? Did you look at the price? You're not going to save $1000 in power bills with it.
                Not even talking about environmental considerations, I'm tired of fan noise in my PC...

                Comment


                • #38
                  Originally posted by coder View Post
                  Yeah, but $1200 for this? I'd rather use a Jetson TX2 for half the price. On any low thread-count workloads, the TX2 is way faster.
                  I think a lot of folks here are missing the point of this system completely.. the target audience isn't the same as rpi3 or even a jetson board. Compared to the jetson, this is a UEFI+ACPI "server" setup, not u-boot+devicetree. So it can run enterprise server distros out of the box. I've seen the thing even POST an nv pci card w/ x86 option rom, which is a pretty sweet trick.

                  Think of it more as a scaled down model of a real 32 or 64 core ARM server. Yeah, its not going to run as fast as the real thing, but it can sit under your desk. Useful to folks who want to make sure their sw scales up to higher core count. Or in my case, I'd like to get my hands on one since it would be a good setup for debugging amd/nouveau on arm.

                  Comment


                  • #39
                    Originally posted by anarki2 View Post
                    Bwaha, here come the "desktop performance" ARM chips! I mean, it's just ridiculous How could anyone take these promises seriously. The only bigger gimmick is the ARM servers lol. Most laughable concept ever.
                    This is as far away from a desktop processor as you can get. A53s are old cores. This is a developer board - these are typically expensive because they're pre-cursors to a real product later on.

                    I imagine four A76s would perform better than this board - but it wouldn't have the multi-core aspects that is surely the point of this board - to get developers creating better multithreaded server applications.

                    In the future, this company will likely release something faster, with a bigger target market in mind, for less money. Even if that turns out to be , for example, 32 A55s at 1.8GHz - it will run the previously developed software better. The board would likely be cheaper as well, as it will have a wider market.

                    And if you have a developer who costs you $10k a month, then adding a one-off cost of a couple of grand really isn't an issue for a serious business, if it speeds up that developer's work. Most likely you'd share a board between a few people in a team working on a common project as well. And lots of workloads don't need high IPC because of the I/O bound nature - and some of the benchmarks show this. You can also consider that this is a 24T CPU implemented using 24 single-thread cores, versus for example a 32T CPU implemented using 8 4-way SMT/CMT cores. Pros and Cons to each method.
                    Last edited by sykobee; 03 September 2018, 08:19 AM.

                    Comment


                    • #40
                      Any proof this runs on 5 W? or could that be false advertising? ARM cores usually take 600 mW; 24 cores should make 14 W as reported by your test.

                      Comment

                      Working...
                      X