My take on the Mill (hopefully using more conventional terminology)

By: Ronald Maas (rmaas.delete@this.wiwo.nl), April 20, 2015 10:03 pm
Room: Moderated Discussions
Ivan Godard (ivan.delete@this.millcomputing.com) on April 20, 2015 5:27 pm wrote:
> Ronald Maas (rmaas.delete@this.wiwo.nl) on April 19, 2015 9:53 am wrote:
>
> >
> > I agree with Ivan Godard observation that even the most advanced traditional processor core spent
> > a fraction of the transistors and energy on actual useful work, calculations, data moves, etc.
> >
> > But I think with a different approach he would have a far better chance of success:
> >
> > 1) As you mentioned in your post, there is no compiler for Mill. A while ago I asked him about it in this
> > forum, and he answered his team lacked bandwidth to spend
> > much effort building a compiler (or adapting GCC/LLVM).
> > If he would build a software model of the Mill and at the
> > same time build a compiler and profiling tools needed,
> > he would be able to test effectively which ideas work and which won't. There is literally tons of existing
> > open source code available that can be used as input to improve the design where needed.
>
> You seem to have mistaken limited resources for lack of interest :-) We are putting
> all we can into the tool chain. The software model of the Mill has been running in sim
> for six years now, although the Mill of six years ago is not the Mill of today.
>

With lack of bandwidth I meant 'limited resources'. Not lack of interest. So no, I am not mistaken.

> However, I differ with your belief that profiling tools and large test runs are essential to architecture design.
> Yes, they are important for tuning - say any gain less than a factor of two. However, gains larger than that
> are visible by inspection, and insight. Of course, we have no idea whether the gain of a given feature will be
> 3.17X or 3.82X - but we can see that it will be somewhere between 3X and 4X. It's the same slide-rule, back-of-the-envelope,
> order of magnitude guesstimation that they don't teach engineering students today :-)
>

I am not talking about fine-tuning existing architectures. I am talking about trying out wild bold ideas you have and trying to make them testable, verifiable. Then throwing these before a freight train and see what survives and what not. Learn from the process and make everything better through successive iterations.

My experience is that many nuggets of insight can be found in unexpected places.

> > 2) I believe having live profiling data is essential to better extract parallelism in existing code.
> > So maybe a two pronged approach is needed. A first level compiler which translated high level language
> > to some intermediate machine representation. Then (like nVidia Denver) a second level compiler running
> > on the processor itself dynamically translates the intermediate representation to the native code
> > that is actually executed by the hardware. There maybe many other ideas worth pursuing, but without
> > iterative approach, everything Mill related will always be a shot in the dark.
>
> That's roughly the way our existing tool chain works. However, profiling info is largely
> unnecessary, sometimes because the machine doesn't need it because of the way it works
> (for example detecting address aliasing), and sometimes because the machine does dynamic
> profiling in hardware (as in the Mill's self-tuning control-flow predictor).
>
> > 3) Ivan Godard would be much better off to put all his work
> > and ideas in public domain. Trying to establish a
> > community that can help him achieve his goals without having
> > the obligation to pay any salaries. For example
> > RiscV started about 3 years ago and they already have most
> > basic building blocks in place. We are not living
> > in the 1970 anymore where a small team can successfully
> > launch a processor like 6502. You really need 1000s of
> > people and big pockets to be able to successfully launch a new ISA and be able to make some
>
> UC Berkeley pays Prof. Patterson's salary :-)
>
> As for my goals: PDing might get me glory or tenure, but I'm not an academic and already
> have all the glory I'll ever want. The Mill is a commercial product. Yes, hundreds (not
> thousands) of people, and deep pockets ($120M estimated) are needed. The early days of
> design are best done with a small team - but why assume we intend to stay that way?
>

Although I am very interested in the topic, I am not a hardware designer from profession. But I do know how large companies and their managers operate. And with your current approach and style of communication, I think you are going to have a very hard time convincing anyone to invest substantial money into your product. Understand that managers are no heroes (except maybe Steve Jobs). So before they make a decision to invest $120M they want to be assured that this is not going to wreck their careers. Because the technology is unproven, or they are the first party going to be involved in that scale, or whatever reason.

So you make extraordinary claims with the Mill, which also requires extraordinary proof. Which can be done if you can build a community of people that are interested, actively involved, and start doing things that are not possible with conventional architectures.

Furthermore PDing does not prevent you from making any money. For example one of our forum members is probably doing much better now, then what he would have done if he tried to commercialize his kernel about 20 years ago.

What definitely does prevent you from gaining commercial success is lack of traction, becoming a small footnote in history. And I really would not like that to happen.

> > 4) Ivan Godard mentioned he wants to target a broad range of performance levels, all the way from low-end
> > embedded to the high-end. There is no way anyone can compete successfully on the low-end with companies
> > like Allwinner and Mediatec who are able to make a healthy
> > profit selling quad code 64-bit SoC for 5 dollars
> > a piece. Better to concentrate on high-end where achieving high IPC is going to be appreciated.
>
> The classic entrypoint for a disruptor (which we are) is the low end of the market.
>

You are so unconventional in everything you do. But now you follow conventional wisdom :-).

Usually I would agree that disruption from the bottom up is the best way to go. But in your case I think you choose your battle wisely. Where you can best demonstrate the strength of the Mill. But to determine that, you need a compiler and actual benchmark results.

Ronald
< Previous Post in ThreadNext Post in Thread >
TopicPosted ByDate
My take on the Mill (hopefully using more conventional terminology)Gabriele Svelto2015/04/18 01:06 AM
  My take on the Mill (hopefully using more conventional terminology)Ronald Maas2015/04/19 09:53 AM
    My take on the Mill (hopefully using more conventional terminology)ex-apple2015/04/19 10:53 AM
    My take on the Mill (hopefully using more conventional terminology)Eric Bron nli2015/04/20 11:43 AM
      My take on the Mill (hopefully using more conventional terminology)Eric Bron2015/04/20 11:46 AM
    My take on the Mill (hopefully using more conventional terminology)Ivan Godard2015/04/20 05:27 PM
      My take on the Mill (hopefully using more conventional terminology)Ronald Maas2015/04/20 10:03 PM
      My take on the Mill (hopefully using more conventional terminology)sylt2015/04/21 09:49 AM
      My take on the Mill (hopefully using more conventional terminology)RichardC2015/04/21 12:57 PM
        My take on the Mill (hopefully using more conventional terminology)Exophase2015/04/21 02:47 PM
          My take on the Mill (hopefully using more conventional terminology)RichardC2015/04/21 03:22 PM
            My take on the Mill (hopefully using more conventional terminology)Peter Lund2015/04/22 01:35 AM
          My take on the Mill (hopefully using more conventional terminology)Gabriele Svelto2015/04/22 02:42 AM
        My take on the Mill (hopefully using more conventional terminology)RichardC2015/04/22 06:23 AM
          My take on the Mill (hopefully using more conventional terminology)EduardoS2015/04/22 06:59 PM
            My take on the Mill (hopefully using more conventional terminology)RichardC2015/04/22 07:53 PM
              My take on the Mill (hopefully using more conventional terminology)dmcq2015/04/23 02:45 AM
    My take on the Mill (hopefully using more conventional terminology)EduardoS2015/04/21 12:40 PM
      how about Freescale LS1022A ?Michael S2015/04/21 03:53 PM
        how about Freescale LS1022A ?EduardoS2015/04/21 04:44 PM
      My take on the Mill (hopefully using more conventional terminology)rwessel2015/04/21 04:40 PM
        My take on the Mill (hopefully using more conventional terminology)EduardoS2015/04/21 04:45 PM
          My take on the Mill (hopefully using more conventional terminology)Exophase2015/04/21 05:03 PM
      My take on the Mill (hopefully using more conventional terminology)Ronald Maas2015/04/21 08:09 PM
  My take on the Mill (hopefully using more conventional terminology)Maynard Handley2015/04/19 11:13 AM
    My take on the Mill (hopefully using more conventional terminology)Ivan Godard2015/04/20 05:34 PM
      My take on the Mill (hopefully using more conventional terminology)Brett2015/04/20 05:43 PM
        My take on the Mill (hopefully using more conventional terminology)Ivan Godard2015/04/20 08:59 PM
      Fixed size registers?David Kanter2015/04/21 08:26 AM
    My take on the Mill (hopefully using more conventional terminology)EduardoS2015/04/21 12:51 PM
      My take on the Mill (hopefully using more conventional terminology)Maynard Handley2015/04/21 02:02 PM
      Large register filejuanrga2015/04/21 05:01 PM
        Large register fileEduardoS2015/04/21 05:53 PM
  My take on the Mill (hopefully using more conventional terminology)Ivan Godard2015/04/20 05:08 PM
    My take on the Mill (hopefully using more conventional terminology)anon2015/04/21 10:27 PM
      My take on the Mill (hopefully using more conventional terminology)Exophase2015/04/21 10:40 PM
        My take on the Mill (hopefully using more conventional terminology)anon2015/04/23 02:59 AM
    My take on the Mill (hopefully using more conventional terminology)Gabriele Svelto2015/04/22 12:47 AM
    PLB description seems to missunderstand how TLB works.Jouni Osmala2015/04/23 03:19 AM
      PLB description seems to missunderstand how TLB works.dmcq2015/04/23 04:54 AM
      Mill is single-address-space-orientedPaul A. Clayton2015/04/23 07:00 AM
        Mill is single-address-space-orienteddmcq2015/04/23 09:17 AM
Reply to this Topic
Name:
Email:
Topic:
Body: No Text
How do you spell tangerine? 🍊