Oh, and the $1599 actually INCLUDES a STAND, unlike the other oneNo chance it was gonna be $999. I was pleasantly surprised that it was only $1599 and not $1999.
Oh, and the $1599 actually INCLUDES a STAND, unlike the other oneNo chance it was gonna be $999. I was pleasantly surprised that it was only $1599 and not $1999.
I believe they called M1 Ultra 'the last chip of the M1 family' during the keynote. Anyhow, the M1 Pro/Max/Ultra only supports two-die interconnect, so there can't be a 4-die M1 Max. That'd only be possible with a redesigned chip.
Could be. It's impossible to know until some M2 hardware gets released. I not sure they need it (the 2x Max is already pretty powerful). They'd also have to change the geometry of the interconnect to be able to make a tight 4x configuration.4 M2 Max’s??
But it can't rotate to be verticalOh, and the $1599 actually INCLUDES a STAND, unlike the other one
You have to pay $400 more to be able to do that😂But it can't rotate to be vertical
No chance it was gonna be $999. I was pleasantly surprised that it was only $1599 and not $1999.
its an @999 display with an @599 stand includedAnd now to answer your question definitively: I love the display but I can’t justify the price. I would buy it if it were $999
I wish the $999 stand from the Pro Display XDR kept that possibility. I don't like the VESA mounts.You have to pay $400 more to be able to do that😂
its an @999 display with an @599 stand included
So go ahead and take the display only, tell them to keep the stand
That said, I‘m sure we have to wait for M2 before we see something like 4 SoC’s tiled.
Which begs the question what benchmarks they were referring to. Assuming that the M1 Ultra scales ideally at 2x compared to M1 Max, and they haven't increased the maximum clock (meaning the single thread performance will be the same as M1 Max), we can extrapolate the approximate Geekbench results:The 16-core PC they mentioned is exactly the Alder Lake CPU from their footnote:
I don’t even want the stand… I’ll use a wall mount. Alas, the stand is “free” 😂
They would also need to find a different RAM arrangement. Can’t have four chips surrounded by RAM like now, unless… two chips on one side of the PCB and two on the other one? 😁
It's for a doubled GPU too, so yes, you are literally buying "two M1 Max system" and paying the price.Which begs the question what benchmarks they were referring to. Assuming that the M1 Ultra scales ideally at 2x compared to M1 Max, and they haven't increased the maximum clock (meaning the single thread performance will be the same as M1 Max), we can extrapolate the approximate Geekbench results:
M1 Max: ~1700 single-thread, ~12000 multi-thread
M1 Ultra est.: ~1700 ST, ~24000 MT
For comparison:
i9-12900K: ~1900 ST, ~18000 MT
Nice bump in multi-threaded performance, but you pay a steep price. I wonder what the yields for the M1 Ultra are. Going from the M1 Max to the M1 Ultra Studio adds $2000. Even if you take off a few hundred bucks for 32 GB additional RAM and 512 GB additional SSD, that leaves well over $1000 just for essentially adding an additional M1 Max ...
Yeah, I was just reading your thread there. Spot on prediction, as always. I'll have to read a lot more to understand what some of the jargon means, though.I said something similar in The Other Place, though I noted that it’s possible they *could* do it if they designed an interposer die that slots between the four SoC die, assuming that they didn‘t scrimp on things (e.g. Allowing only 1 bit for CPU id, or whatever).
My guess is that the fabric is some sort of synchronous crossbar with FIFOs to handle clock skew or offset, and not a clock-forwarded bus or the like. If so, that makes it more difficult to allow for 2 more die, though not impossible.
That said, I‘m sure we have to wait for M2 before we see something like 4 SoC’s tiled.
They could make a comically long N-die package, and they'd have two sides freeThey would also need to find a different RAM arrangement. Can’t have four chips surrounded by RAM like now, unless… two chips on one side of the PCB and two on the other one? 😁
T6001 aka M1 Max is designed to link exactly 2 die and no more. Hector Martin (the Asahi Linux project lead) found the smoking gun a few months ago while reverse engineering the T6000/T6001 interrupt controller - it has provisions for multi-die systems, but the die count is limited to 2.I said something similar in The Other Place, though I noted that it’s possible they *could* do it if they designed an interposer die that slots between the four SoC die, assuming that they didn‘t scrimp on things (e.g. Allowing only 1 bit for CPU id, or whatever).
My guess is that the fabric is some sort of synchronous crossbar with FIFOs to handle clock skew or offset, and not a clock-forwarded bus or the like. If so, that makes it more difficult to allow for 2 more die, though not impossible.
That said, I‘m sure we have to wait for M2 before we see something like 4 SoC’s tiled.
Which begs the question what benchmarks they were referring to. Assuming that the M1 Ultra scales ideally at 2x compared to M1 Max, and they haven't increased the maximum clock (meaning the single thread performance will be the same as M1 Max), we can extrapolate the approximate Geekbench results:
M1 Max: ~1700 single-thread, ~12000 multi-thread
M1 Ultra est.: ~1700 ST, ~24000 MT
For comparison:
i9-12900K: ~1900 ST, ~18000 MT
Nice bump in multi-threaded performance, but you pay a steep price. I wonder what the yields for the M1 Ultra are. Going from the M1 Max to the M1 Ultra Studio adds $2000. Even if you take off a few hundred bucks for 32 GB additional RAM and 512 GB additional SSD, that leaves well over $1000 just for essentially adding an additional M1 Max ...
Geekbench, not Cinebench.That seems low for 12900k.
When did they said that?So everything needs to be written in metal to take advance of that M1 ultra...otherwise it will work at 32 gpu core ?!
That seems low for 12900k.
https://www.techspot.com/review/2351-intel-core-i9-12900k/
12700KF
https://www.techspot.com/review/2352-intel-core-i7-12700kf/
So everything needs to be written in metal to take advance of that M1 ultra...otherwise it will work at 32 gpu core ?!
Why do you like Cinebench so much? The rendering library Cinebench uses is called Embree, a library developed by Intel and only have AVX native implementation. To use it on arm64, you have to use an avx-to-neon translation layer and it hurts the performance and will result in a lower score. The "arm64 native" is not the same level native as it is on x86, which has hand-crafted SIMD optimization.That seems low for 12900k.
https://www.techspot.com/review/2351-intel-core-i9-12900k/
12700KF
https://www.techspot.com/review/2352-intel-core-i7-12700kf/
Why do you like Cinebench so much? The rendering library Cinebench uses is called Embree, a library developed by Intel and only have AVX native implementation. To use it on arm64, you have to use an avx-to-neon translation layer and it hurts the performance and will result in a lower score. The "arm64 native" is not the same level native as it is on x86, which has hand-crafted SIMD optimization.
So everything needs to be written in metal to take advance of that M1 ultra...otherwise it will work at 32 gpu core ?!
remember how much the mac pro costs....with afterburner and after look at the mac studioLooks like a pretty impressive m1 ultra launch but at a very very steep premium. As good as the m1 max and ultra chips seem, they do sort of expose one of the downsides of the SoC based approach. While this is great for consumers who will make full use of both the CPU and GPU resources, its a sub optimal situation for consumers that are only interested in making use of the amazing CPU resources but have no use of so many GPU cores, you still end up paying an insane premium for it, if you want the m1 ultra. $7500 for the decked out m1 ultra option in AUD prices, pretty insane.
The display though. Its impressive looking and I am sure the image quality will be great but $2500 (AUD) for a 27" 5k Monitor? Not even 32", its not even mini-led. Would people be interested in buying this purely as a good monitor option? I mean the speakers and the camera are alright additions I guess but if you just need a good monitor, there are so many options in 2022 especially with the incoming OLED options this year.
Presumably for the same reason that Apple fans simply discount it.Why do you like Cinebench so much?
There is still no evidence that this causes the rather big discrepancy. Apple is active in the Embree project, so nothing prevents them from "hand-crafting" optimizations for the M1. I think it's more likely that Apple's SIMD instructions (which are only half as wide as Intel's AVX 2) are simply not as fast, perhaps because Apple prefered to spend the chip real estate on other things (such as their highly specialized video encoders).The rendering library Cinebench uses is called Embree, a library developed by Intel and only have AVX native implementation. To use it on arm64, you have to use an avx-to-neon translation layer and it hurts the performance and will result in a lower score. The "arm64 native" is not the same level native as it is on x86, which has hand-crafted SIMD optimization.
Why do you like Cinebench so much?