Slashdot Mirror


Transmeta Will Help AMD Make Code-Morphing Chips

Mark Imbriaco (and company!) writes: "This story at News.com talks about how AMD is working with Transmeta to ship developers systems using the processor instructions from their upcoming Sledgehammer chip -- apparently Transmeta is working on a version of their code-morphing software that supports this instruction set. In return they seem to be getting a license to make chips using parts of the Sledgehammer design. If it's true, it's a pretty cool step for Transmeta since their other products to date have gotten a mostly lukewarm response over the past couple of months."

38 of 73 comments (clear)

  1. Re:Cool For AMD As Well by Tackhead · · Score: 2
    >I wonder if it isn't a move by AMD to get the processor into a mobile platform ASAP.

    Yeah, I'm thinking the same thing. Your Subject: line is prophetic - "Cool for AMD".

    The only real barrier I see AMD having in the mobile market is heat. PowerNow (that thing where they underclock/undervolt the CPU during times of low load) should help considerably, but what I'd really like to see is how much of TMTA's "we run super-low-power and super-cool" technology AMD can l33ch.

    As I see it, the world doesn't need a laptop emulating Sledgehammer anywhere near as much as it needs a laptop with a cool-running 1.2 GHz Athlon at a fraction of the cost of a PIII.

    (Of course, if Sledge lives up to its billing, it'll be faster emulated on a Transmeta chip than Intel's solution anyway, so I could be missing the forest for the trees here. I gotta admit, a cool-running Sledge laptop would also kick mucho blue man ass.)

  2. Re:SMP that the OS dosn't see ? by Tackhead · · Score: 2
    >Could this be the same modification I predicted at the time details of "Code Morphing" 1st leaked out? Basically my hunch was that Transmeta could tie a bunch of crusos together with it's code morphing so that they appear to the OS as a single CPU of immense power.

    I can't guess one way or the other... but your prediction does fit nicely with the multiprocessor capabilities of the Hammer line. Could be damn interesting if you're right. (And a great way to sell lots of CPUs per box... if you're a chipmaker, you stop caring if PC makers are selling less boxen when you're regularly selling more than one chip per box.)

  3. Re:Cue the Peter Gabriel... by 2ndPersonShooter · · Score: 3
    Judging from his website though, he is heavily into Macs

    Oddly enough, so are the Blue Men.

    --
    also by 2ndPersonShooter: Voices Inside My Head - The Unauthorized Autobiography
  4. Re:Cue the Peter Gabriel... by fluffhead · · Score: 2

    Yep. Judging from his website though, he is heavily into Macs (and, as the cliche goes, so are many creative/artistic folks). Of course if Apple ever saw the light and put out an x86 MacOS X box w/AMD inside (as is oft rumored, but would probably only happen over Jobs' dead body).... can we say "slam dunk?"

    #include "disclaim.h"
    "All the best people in life seem to like LINUX." - Steve Wozniak

    --

    #include "disclaim.h"
    "All the best people in life seem to like LINUX." - Steve Wozniak
  5. Re:Sever Market by VAXman · · Score: 2

    Since when was teh Alpha affordable?? The P4 is about 5% slower than the fastest Alpha, and costs 1/4 as much.

  6. Re:SMP that the OS dosn't see ? by roca · · Score: 3

    > Anyone care to enlighten me as to what is really
    > involved here ?

    Sure. What you're talking about is impossible.

    You assume that software is inherently fully paralellizable, and that's very far from the truth. A huge amount of work has been done on automatic parallelisation, and the results are not very promising. Automatic parallelisation is difficult to implement, takes a lot of computation, and in the end it only works for certain kinds of programs (programs which are dominated by loops with predictable structure).
    Many programs are inherently serial and cannot be parallelised. Automatic parallelisation also tends to rely on static analysis, which is basically impossible to do at the level of binary machine code.

    The Stanford Hydra processor does a form of automatic parallelisation of binary code using thread-level data speculation, but there's plenty of evidence that the speedups are not that great without support from the compiler.

    If your hardware supported thread-level data speculation (none does at present), then I could believe that code morphing might be able to produce significant speedups using parallelisation, but the code morphing process would be much slower and the speedups would be much less than proportional to the number of processors.

  7. Hmm.. by abelsson · · Score: 5
    I can't belive how many people are missing the point of this announcement.

    AMD isnt' redesigning Sledgehammer to include Transmeta tech. They're using Cruoses as development simulators to get developers to port their code to the Sledgehammer architecture *before* the silicon hits the shelves. Today, this is NOTHING MORE than a way for AMD to ship fast enough simulators so that ppl can start coding for the Sledgehammer.

    In the long term however - it'll allow transmeta to develop Sledgehammer compatible chips - but that's a long way off. (BTW, Is it only me that thinks that they targeted their chips at the mobile market as an afterthought "Oops guys, we can't get this to run fast enough. What to do?" "Hmm.. we'll call it a mobile chip.")

    -henrik

    1. Re:Hmm.. by Greg+Lindahl · · Score: 2


      There's no reason why Transmeta sledgehammer compatible chips are a long way off. First off, the simulator chip could be completely sledgehammer compatible, albeit a bit slow on actual 64-bit operations, since the Transmeta chips apparently currently have 32-bit ALUs. Second, extending the Transmeta chips to have 64-bit ALUs probably isn't that expensive. The MIPS guys have reported how much complexity it added to the R4000... it wasn't bad.

    2. Re:Hmm.. by Greg+Lindahl · · Score: 2


      Your comment doesn't fit the text of the article. AMD clearly is seeking a fast simulator for the x86-64 instruction set. Whether Transmeta licenses LDT or not is a separate issue. And whether or not you think Transmeta's technology is new or not, it certainly is a dandy way to build a fast simulator for an x86-related instruction set.

    3. Re:Hmm.. by steveha · · Score: 2
      BTW, Is it only me that thinks that they targeted their chips at the mobile market as an afterthought "Oops guys, we can't get this to run fast enough. What to do?" "Hmm.. we'll call it a mobile chip."

      Not sure if you are joking, so I'm answering seriously. It's clear to me they had the mobile market in mind all along; their design is tiny and dissipates a very small amount of heat, and they have a feature for dynamically changing the clock rate. Existing "mobile" chips have a feature for idling the CPU to save power, but Transmeta can actually slow the clock rate down. More on this, plus cool infrared photos of heat dissipation, here.

      I would seriously love to have a desktop computer with two or four Crusoe chips in it. I dream of having a computer running Linux quickly yet as quiet as the Atari 520 ST we used to have. (The Atari had no cooling fans, and no hard disk; if the floppy disks were idle, it was silent.) If a single 600 MHz Crusoe runs about as fast as a Celeron/300, two of them ought to be plenty for reading my mail and such. And it should be possible to cool them with just heat sinks.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
  8. Re:Cool For AMD As Well by powerlord · · Score: 3

    I wonder if it isn't a move by AMD to get the processor into a mobile platform ASAP.

    Assuming that the Sledgehammer code can run (decently) on existing Transmeta chips, then they may beat Intel to market on the 'next generation 64-bit x86 successor', in a laptop version. This leaves AMD to concentrate on a desktop/server processor without worrying about mobile concerns (heat/power/size).

    It would also give transmeta a shot in the arm since they would be in the position of offering something that no one else had (a laptop ready version of Sledgehammer).

    --
    This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
  9. Re:Take that Intel by sacherjj · · Score: 3

    Unfortunately it seems like businesses treat Intel and AMD like Microsoft and Open Source. Will this help change anything?

    "Why don't use Open Source/AMD instead of Microsoft/Intel?"

    "Well, we have been doing pretty good with Microsoft/Intel and and we don't see a reason to change."

    "Can't you see that Open Source/AMD is better, fast, and cheaper?"

    "Yeah, but change is bad..."

  10. Umm.. by lambda · · Score: 2

    Isn't Transmeta the one who needs help from AMD? I guess Transmeta has eliminated any notion of profit from its business plan.

    1. Re:Umm.. by TheAncientHacker · · Score: 5
      Isn't Transmeta the one who needs help from AMD?

      And Transmeta got it. The AMD deal has allowed Transmeta to produce the only things they've been competitively successful at shipping: Press Releases and Slashdot articles.

  11. SMP that the OS dosn't see ? by Forge · · Score: 3

    Could this be the same modification I predicted at the time details of "Code Morphing" 1st leaked out? Basically my hunch was that Transmeta could tie a bunch of crusos together with it's code morphing so that they appear to the OS as a single CPU of immense power.

    This means that you could have a machine that Linux or Win2K recognizes as simply 2 way SMP ( nearly liner scaling at that level ) but in reality it's 16 CPUs in gangs of 8. Even with the overhead from code morphing being high ( and I have no evidence that it is ) this could still perform like a 12 CPU dream machine.

    Then again I may be totally wrong and this "prediction" has no connection with reality whatsoever.

    Anyone care to enlighten me as to what is really involved here ?

    --
    --= Isn't it surprising how badly I spell ?
  12. Re:Sever Market by ackthpt · · Score: 3
    Finally a 64 bit processor, and with amd the server chips might be affordable.

    What, never heard of the Compaq Alpha?

    Check some of the examples at Polywell. You can find more with some simple searches, like Yahoo

    Relevent story on The Register.

    Oddly enough, Polywell indicates they are _shipping_ Athlon DDR systems.

    --
    +++ Out Of Cheese Error +++
    +++ MELON MELON MELON +++

    --

    A feeling of having made the same mistake before: Deja Foobar
  13. Shot in the Arm by syrupMatt · · Score: 2

    This might just be the shot in the arm that Transmeta needs to get it back to where it belongs.

    Unfortunately, as all know, the recent failure of Transmeta to really secure a company willing to openly use its technology (with the one exception of Sony) has hurt it in the public eye. I'm willing to bet that, at least on some level, irrepreable damage was done a week after launch when compaq pulled out, and IBM chose to rethink their position.

    However, a new major backer, especially another semi-established chip company, might just be the major backer that T needs to go from in the dark chip company to what it really should be, a publically watch company with a great force in the future.

    --
    "Moving through the masses like a fish through water." syrup
  14. Sever Market by Spit_Fire1 · · Score: 3

    The Sledgehammer simulator is crucial to AMD's plans to break into the lucrative server market. With a software simulation of the chip, developers can tweak their programs so they can release products when Sledgehammer emerges commercially in the first half of 2002. AMD will also come out with a version for desktop computers called ClawHammer, the company has said.

    If amds chips will perform as well as intels chips do in servers this will very good for consumers, since amds chips cost 30% less than intels do(usually). This will allow smaller companies to have much faster servers at a better price. Seems like a win-win situation, well except for intel(which will still get the high-end market share,for now anyway)

    Sledgehammer is one of AMD's most ambitious projects to date. The chip will process data in 64-bit chunks, rather than in 32 bits like AMD's Athlon processor. Sledgehammer also will allow computers to manage more memory than current PCs and servers. The chip will compete against the long-awaited Itanium processor from Intel.
    Finally a 64 bit processor, and with amd the server chips might be affordable.

    --

    "The secret of success is to know something nobody else knows." -Aristotle Onassis
    1. Re:Sever Market by kinkie · · Score: 2

      Sure, but try to put that in a 64-processors server.
      Scratch that. Try to put that in a 2-processors system.
      Scratch that. The P4 is not able to do SMP. Pity, isn't it?

      SMP is kind of a must-have in servers doing work, and I mean lots of work. The P3-Xeon is sort of the best thing out there in the x86 word (but sadly it only scales up to 8way AFAIK. Compare that to UltraSparc, whose hardware could theoretically scale up to 64k processors, and routinely scales up to 64).

      More of the same: when you go to the computers manifacturers sell as "servers", the CPU cost is actually tiny when compared to the whole system. Usually you have custom-built motherboards with nifty monitoring features, custom-tailored cases to go with the custom motherboards. You have to have ECC RAM, actually lots of it, and the controllers that go with that. Two redundant power supplies, willya? And then a battery-backupped RAID controller, or RAID will be no good at all. And of course the disks, all of them UW160SCSI, and usually you have a support contract with replacement clauses for them. That is, unless you go with shared fibre-channel or whatever else. As an afterthought, redundant NICs also add some.
      In all of this, the CPUs weight actually less than 10% of the total hardware cost for your typical x86 "server".

      If you also add redundancy (you need to double the server to get decent availability of course), and costs because of downtime (no x86 server comes with hot-plug CPUs or memory AFAIK, and only a few have hot-plug power supplies, while most have hot-plug HDDs), well in these conditions you'll find that alphas or sparcs or mips actually come pretty cheap, bang for buck.

      --
      /kinkie
    2. Re:Sever Market by Tet · · Score: 2
      The P3-Xeon is sort of the best thing out there in the x86 word (but sadly it only scales up to 8way AFAIK.

      Data General have been shipping 32-way Xeon boxes for some time now, in the form of their AV25000 server. They're also about to release the 64-way AV35000 shortly. Obviously, that all comes with redundant power, cooling, storage etc. They run DG/UX, or NT, but if you run NT, you can only use 4 of the CPUs at once :-) You can always run multiple system images on one box, but each NT image can only access 4 CPUs. Naturally, DG/UX can use the whole machine...

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
    3. Re:Sever Market by kinkie · · Score: 2

      The soon-to-be-released win2k-Datacenter should be able to handle 16 CPUs (or was it 8?). Windows NT 4.0 should be able to manage 8.

      --
      /kinkie
    4. Re:Sever Market by kinkie · · Score: 2

      Damn. That is NT 4.0 Terminal Server Edition.
      Sorry.

      --
      /kinkie
  15. More Hype? by RJ11 · · Score: 2

    I remember how long everyone waited for Tansmeta to announce what they were doing, and when they finally did, as cool as it seemed, the enthusiasm just died. Don't get me wrong, I'd like to get my own Crusoe portable, but I'm not as enthused about it as I was when they first announced it.

    Let's just hope that more hype like this about Transmeta doesn't totally finish them off.

  16. Ha by Fervent · · Score: 2
    --

    - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

  17. Release date for Sledgehammer? by Chalst · · Score: 2
    If AMD are planning on redesigning the 32-bit emulation facilities for
    Sledgehammer, does that mean a later release date for the chip? How
    does that affect the likelihood of uptake for the new chip?

    I don't know what to make about this story. My gut feeling is that
    AMD is casting about in its 64-bit strategy after not getting the
    support it had been counting on from Microsoft.

  18. Re:I had to restore a Sony Crusoe laptop yesterday by technos · · Score: 2

    Reading your post, I nodding to myself in agreement. Until I got to the actual time quote.

    Considering I can restore my old NCR 486-66 from a parallel port 2x CDROM drive (image is 685M, gzipped) plus install Windows 95 manually in a little under two hours, I'd say it came down to either operator incompetance or a CDROM drive banging against bad media.

    --
    .sig: Now legally binding!
  19. Re:Take that Intel, eh? by ackthpt · · Score: 3
    AMD still has a long way to go for acceptance with the top tier PC manufacturers. These tier one producers readily recall AMD's bad days and view every advance skeptically. Meanwhile, Intel has reacted almost comically to AMD's sudden catch up, as it were a Tex Avery version of the Tortoise and Hare parable. The Hare, napping beneath a tree, suddenly realizes the plodding Tortoise is closing in on the victory line. He leaps up turns around and runs smack into the tree. Intel's recent series of foibles _should_ give producers like Dell some pause to consider if it's wise to only bet on one.

    --
    +++ Out Of Cheese Error +++
    +++ MELON MELON MELON +++

    --

    A feeling of having made the same mistake before: Deja Foobar
  20. Memory Access Still a Dilemma by Christopher+B.+Brown · · Score: 5
    The hard thing about SMP is the issue of memory access. You assortedly have:
    • The need to have buses that allow multiple processors to access the same memory;
    • The need to have buses to just plain allow access to a bunch of memory to a bunch of processors ;
    • The need for synchronization logic so the processors don't step on one another.

    The latter "bit" is no small matter, and the potential of having a bunch of CPUs on one chip doesn't make these issues go away.

    These issues are essentially why AMD (and Cyrix and others) haven't had SMP systems; it's costly to construct the logic necessary to let multiple CPUs play on the same set of memory buses without trampling on one another, and the tradition of AMD/Cyrix being "low end" was just not compatible with spending the money to build that.

    I'm still skeptical that there will be any massive movement by AMD towards SMP. And the introduction of some "cool code morphing" from Transmeta doesn't do anything to simplify or otherwise resolve this.

    I would think that there could be some pretty slick results from an AMD/Transmeta technology transfer; it's just that SMP doesn't seem high on the list of "obvious cool things."

    --
    If you're not part of the solution, you're part of the precipitate.
  21. Interesting possibilities... by Ami+Ganguli · · Score: 2

    Ok, let's say Transmeta and AMD go all out on this partnership and exploit their respective strengths...

    • Transmeta creates a laptop CPU that runs the Sledgehammer instruction set (a little slowly, but cheaper and using less power).
    • AMD concentrates on high-performance Sledgehammers and leaves the low-end stuff to Transmeta
    • AMD & Transmeta work together on a version of Sledgehammer that executes Itanium byte code. A sledgehammer core + Transmeta's morphing tricks.

    The last possibility is really interesting. I bet AMD and Transmeta have thought of this too.

    --
    It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
  22. The other side to competition by Tyrannosaurus · · Score: 3
    Go figure: two competing companies working together to develop exciting new products. Go get 'em AMD and Transmeta!

    This is an example that should be followed more widely. The strength of each company is being utilized here, and the end result is better for everyone: AMD, Transmeta, and the consumer.

    This is also an example of why most of the people reading this site despise Microsoft so much. When was the last time MS worked together with another company to make a better product? It's so much easier for them to simply buy the competitor, or crush them with their own product, haphazardly cooked up with a flurry of resources. MS is unfortunately in the position where they can ignore QA and true innovation due to their almost gauranteed market share for any product they introduce.

    May more companies follow the lead of AMD and Transmeta! Oh, and Happy New Year!!

    ---

    --

    ---
    Gort! Klatu Barata Nikto!
  23. This is just a development tool by Animats · · Score: 3
    This is just a tool so developers can develop for the Sledgehammer technology before the actual parts ship. It's routine to offer some sort of emulation product for a new CPU to allow concurrent hardware and software development. This is just another way to do it, reusing the Transmeta technology in an application where performance isn't a big issue.

    We're talking about a modest number of development systems here, not a production product.

  24. Cue the Peter Gabriel... by fluffhead · · Score: 2

    "I wanna be your.... Sledgehammer!"

    #include "disclaim.h"
    "All the best people in life seem to like LINUX." - Steve Wozniak

    --

    #include "disclaim.h"
    "All the best people in life seem to like LINUX." - Steve Wozniak
  25. Take that Intel by rw2 · · Score: 3
    This is pretty funny if you look at it from the standpoint of a five year time history. Five years ago AMD was in the tank, Intel ruled the world. People were wondering what would happen when AMD finally collapsed. Their product line wasn't that compelling and they couldn't manufacture reliably what they had designed.

    Now AMD is taking market share away from Intel, their chips are better and Intel is the one who can't manufacture anything in quantity to save their lives. To top it off, the AMD design is better.

    Who does Transmeta turn to in that situation. It isn't hard to see that Intel isn't going to want to help them politically, but since AMD is a better choice anyway they go with the underdog.

    Sweeeet.

    --

  26. Cool For AMD As Well by BRock97 · · Score: 2

    Not only is it cool for Transmeta, but it is also pretty damn cool for AMD. If they were to write the morph code properly, quick software development for their new chip would definately be possible. Plus, it would be a pretty good notch in Transmeta's bedpost if they could properly pull this off.

    Slightly off topic, I wonder if Sony would consider creating low cost Playstation2 development systems with Transmeta morphing software... ;-)

    Bryan R.

    --

    Bryan R.
    The price of freedom is eternal vigilance, or $12.50 as seen on eBay.....
  27. Feasible performance? by Unfallen · · Score: 2
    From the article:
    AMD's Sledgehammer "simulator is quite slow. It runs at speeds like PCs 15 years ago," said a source with a software company, who spoke on condition of anonymity.
    So... there's no way of telling how well your code is actually performing? Nice step forwards with regards to translatable code and stuff, but you wouldn't exactly develop a 3d engine on a 386 these days...
    Also, what are the implications for the Transmeta chip? If interoperability is one of the USPs, then a 15-year old performance isn't good. However, the article also mentions:
    In turn, Transmeta has obtained a license that will allow it to make chips that rely in part on the Sledgehammer design.
    ...so hopefully this performance would improve drastically, probably by the time that the Sledgehammer actually ships, of course.
    1. Re:Feasible performance? by flimflam · · Score: 2
      AMD's Sledgehammer "simulator is quite slow. It runs at speeds like PCs 15 years ago," said a source with a software company, who spoke on condition of anonymity.

      This is referring to their existing simulator, not the Transmeta one. And at any rate, for the purpose of optimizing your software (especially server software where you don't need to make the kind of subjective evaluations about screen refresh being fast enough like you do in a game) you don't need a processor that runs at full speed, you just need to be able to profile your software to identify which loops are eating up too many cycles, etc.
      --
      -- It only takes 20 minutes for a liberal to become a conservative thanks to our new outpatient surgical procedure!
  28. REAL STORY by jaxn · · Score: 2

    The story actually doesn't say that Transmeta will help AMD make code-morphing chips. The description here is all wrong. The article actaully says that Transmeta has licensed the rights to AMD's upcoming new technology, Sledgehammer, to be included in a line of their chips. Sometimes I wonder if anyone actually reads the articles here.

    --


    "Being alive is a crock of shit." --Kilgore Trout
  29. Feasible performance? Oh yeah... by BRock97 · · Score: 2

    From the article: AMD's Sledgehammer "simulator is quite slow. It runs at speeds like PCs 15 years ago," said a source with a software company, who spoke on condition of anonymity.

    So... there's no way of telling how well your code is actually performing? Nice step forwards with regards to translatable code and stuff, but you wouldn't exactly develop a 3d engine on a 386 these days...


    Actually, this is the performance of the systems they sent out about a year ago. Their hopes are that the Transmeta based systems will be faster and make up for that 'speed' problem.

    Bryan R.

    --

    Bryan R.
    The price of freedom is eternal vigilance, or $12.50 as seen on eBay.....