Many people overstate Apple's achievement, in reality most credit should go to TSMC the company that manufactures the M1 chip. The M1 is a 5nm chip, while the i9 is a 14nm chip! The M1 has about 16b transistor, the i9 has only about half of that amount. Apple's only achievement here was to make a deal with TSMC in order to be the first one to use their 5nm technology.
Did Apple not actually _design_ the chip, lay out transistor locations, do virtual testing against the future design, find bottlenecks, etc? 5nm is incredible and should not be understated; but I don't think anyone on the outside can say "most credit" should go to TSMC. A lot of credit? Absolutely. Most credit? I don't know.
Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
291–300 of 467 posts
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#292Earlier quoted context omitted.
You're not wrong but the article is still a 9th gen laptop i9. A desktop i9 is quicker - https://cpu.userbenchmark.com/Compare/Intel-Core-i9-9880H-vs... .
I still don't understand why people can't get that not all i9s are the same. That's literally what this title is implying ... Which isn't even the article's title ... Maybe someone will edit it so people stop assuming they mean the i9-10900k ...
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#293Earlier quoted context omitted.
I just had a vision: Amazon Basics Laptops
That's very interesting. A CR-48 looking, basic laptop with workable keyboard and trackpad. Chrome/Chromium OS (similar to CloudReady) since all the schools are on Google. If they could get it to $249 with reasonable performance, they could crush it.
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#294Earlier quoted context omitted.
Sure, for the instruction set all the CPUs are required to be compatible. However, Apple seems to be going in the direction of having many many hardware accelerators builtin to their SoC and integrated into their software ecosystem. I assume that if Google and Amazon were to build their own chips, they'd do the same. Those accelerators will not be intercompatible, and we'll have a dozen different vendored drivers, li…
> However, Apple seems to be going in the direction of having many many hardware accelerators builtin to their SoC and integrated into their software ecosystem. I think this is overstated. There are quite a few differences between Intel and AMD extensions these days and they don’t create much of a problem. Apple’s architecture isn’t reliant on accelerators or special instructions to get good performance on general pu…
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#295> Just Buy M1 if you'd like to have a low-power, long-lasting, quiet, and performant dev machine. If your development environment/tooling/workflow does not gain any real advantage from more CPU cores. Also your data must fit in the 16GB of RAM as offloading any workload to disk will kill the performance and you cannot add more. The M1 has excellent single core performance so any task that is mainly single threaded wi…
Yes, I'd really like to see a large c++ project compile added to that list of benchmarks.
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#296Many people overstate Apple's achievement, in reality most credit should go to TSMC the company that manufactures the M1 chip. The M1 is a 5nm chip, while the i9 is a 14nm chip! The M1 has about 16b transistor, the i9 has only about half of that amount. Apple's only achievement here was to make a deal with TSMC in order to be the first one to use their 5nm technology.
Apple's only achievement...besides the actual design of the CPU, GPU, and ML accelerator that TSMC is manufacturing. Besides that what have the Romans every done for us?
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#297Earlier quoted context omitted.
All these gains will be entirely swallowed by software in a few years.
Electron apps or worse.
Instant waking from sleep was one of the key points in M1's presentation. Something my 2007 model Macbook Pro could do. But then the subsequent releases of MacOS just couldn't do that. Despite significant increases in disk speed, and CPU speed, and RAM speed.
We are effecivey running supercomputers. And we can't seem to be able to do anything with them.
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#298Earlier quoted context omitted.
My primary dev environment is in ec2. I don't really care about multiple monitors. It's so convenient.
Can you tell me more about your setup? Like which ec2 instance size, remote desktop software, and any other tips? I’ve considered doing the same.
on my MacBook Air, I use azure data studio to connect to our MSSQL instances if I need a UI view of our database.
Re: Apple M1 vs. Ryzen 3900X vs. Intel I9 in Software Development
#299Earlier quoted context omitted.
I thought the m1 has dedicated js instructions.
What are js instructions and what does javascript(?) have to do with ISA?