It can tbh it's weird though TSMC CPU Tile and Intel iGPU TilePerhaps, but can it do that in a tablet/T&L form factor like Strix Halo can?
Last edited:
It can tbh it's weird though TSMC CPU Tile and Intel iGPU TilePerhaps, but can it do that in a tablet/T&L form factor like Strix Halo can?
Well yeah, LNL has awful margins for a premium part.MoP also saves board space. It is the best way of incorporating soldered memory, the only reason you don’t is cause of cost reasons.
NVL-AX does not have a hope of beating full fat Medusa Halo at any workload.
Well yeah, LNL has awful margins for a premium part.
You have to buy and supply the memory yourself when you do MoP, OEMs prefer supplying memory themselves.
It dropped margins, and stock market wants high gross margin, only Apple (and Nvidia) can take commodity cheap RAM and sell it with crazy premium.MoP also saves board space. It is the best way of incorporating soldered memory, the only reason you don’t is cause of cost reasons.
But they have to do it, otherwise stock will go to zeroThat is just a screwed up mindset of Intel - to chase Gross Margins.
Yeah it would be, it's the key element in quarterly reports, and AMDs stock got far more to lose than IntelsSo it would not be a problem at all for AMD finance people.
Intel's projection of improvements from source code compile is in the region of 10%, but compiler sees a lot of stuff and can use PGO data, disassembly back is far harder to get good view, they can replace small things like push2/pop2 on doubles, but that's hardly going to make huge difference.If they would target only scalar code (APX) it at least seems doable. Diassemble the binary on first run, find all the stack push/pop and spills, replace if possible with additional registers, compile back. That at least seems managable if the calling conventions remian unchanged.
It dropped margins, and stock market wants high gross margin, only Apple (and Nvidia) can take commodity cheap RAM and sell it with crazy premium.
I also doubt OEMs liked the idea being cut off their option to charge extra for more RAM
But they have to do it, otherwise stock will go to zero
Yeah it would be, it's the key element in quarterly reports, and AMDs stock got far more to lose than Intels
This isn't Wallmart, in a high flying high tech company is expected to deliver 50%+ gross margins, if not then it's in a big problem and stock goes into crapper, CEO gets fired, credit rating gets cut, employee stock options under water, you can't hire new hot people and instead they leave to hotter start ups.The math is:
Scenario 1: You price a product at $20 hoping to make $10 by selling 1
Scenario 2:. pricing it at $15 and making the same $10 by selling 2
she repurchases a lot of the stock on the cheap. It just happened a couple of months ago.
Depending which projections you mean. I haven't seen performance projections, intel's original announcement did not contain them. Just reductions of loads and stores iirc.Intel's projection of improvements from source code compile is in the region of 10%,
Sure, but you are not going to reoptimize the code just correct it since you know you have 16 extra registers compiler did not know about when compiling original code.compiler sees a lot of stuff and can use PGO data, disassembly back is far harder to get good view
if you replace in the binary uses of rbx-r15 in the function with r16-r24, you can eliminate all those push operations (and corresponding pops at then end). You don't violate the old calling convention as the old calling convention will never use r15-r31, as it does not know about them. You need to care though if you do a system call as OS can be APX aware. But this should be doable. Replacing temporary stack buffers this way also should be possible if you prove they are local to the function. The benefit? You interact with the cache less, leaving more space for other things. How much it's worth it? That depends on the app in question, if they are really trying to do something like that it must at least have a measurable effect on average.0: 41 57 push r15
2: 41 56 push r14
4: 41 55 push r13
6: 41 54 push r12
8: 56 push rsi
9: 57 push rdi
a: 55 push rbp
b: 53 push rbx
That's 5% you gain for "free", that allows you to catch up to competition. Assuming you can make it work. And even if technically feasible, it might be that anti cheat engines and other things would not like you to mess with the binary.So how much can this approach deliver - obviously less than source compile, so 5%?
LNL and Strix Halo are not competitors.Lunar Lake is bearing Strix Halo 47:1
47 Lunar Lake laptop models for sale vs. 1 for Strix Halo
If nothing changes, we can expect the same ratio of OEM laptops on the market.
these are completely different products targeting different market niches?Lunar Lake is bearing Strix Halo 47:1
47 Lunar Lake laptop models for sale vs. 1 for Strix Halo
Intel: Gives up Lunarlake's superior product because of margins.That is just a screwed up mindset of Intel - to chase Gross Margins. Intel closed or sold off number of divisions because they could not reach 50% Gross Margin.
New AMD CFO said on several occasions that she likes "margin dollars" just as much as the percentage. So it would not be a problem at all for AMD finance people.
The problem is the mindset of people who set the product specs trying to cater to OEM desires, and they go by what OEMs tell them and AMD takes seriously what OEMs say.
In the meantime, what OEMs do is complete opposite of what they tell AMD.
Here's the easiest way. Right now the Intel Foundry is wasting money, because no one is using them. So, force Intel Product to use Intel Foundry. More important than segment margins, the company margins will improve drastically because Foundry will be utilized. Intel is still a massive user of silicon. 250 million PCs a year is massive. Plus server.
What likely happened is that he spent all that money based on the erroneous conclusion(or failed promises to him) that lockdowns would be infinite, thus people around the world forced to stay at home and be computer addicts forever. Then it was a transitory goal to use 3rd party fab, but the promises ended, thus the profit collapsed, and now we're stuck with stupid ideas like hobbling Apple/Nvidia to use Intel when in reality it's better off forcing Intel to use their own foundry instead.Ya Pat said he bet the whole company on 18A but actually he didn't.