Apple M1 Pro/Max and why Intel LOST

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
okay we've got our new apple silicon now and for those of you that are new to what's going on here is a bit of a refresher on why apple silicon chips are better than intel chips in these latest crop of macs now in this video i'll talk about a few general things and we'll also get into some nerdy stuff about risk and sisk and the processor differences so stick around for that now this new generation of macbooks and the desktop max uses in-house design silicon chips this is after breaking a 15-year partnership with intel so sad a little background here last year apple began replacing intel processors they were using in their mac computers with their own chips starting with the m1 so we got a few m1 machines macbook air m1 macbook pro m1 and the mac mini m1 so these are similar system on board chips to the ones that have been powering iphones and ipads and apple watches for many years now except now these chips are in our laptops and desktops and this decision was originally announced at apple's worldwide developer conference in 2020 which confirmed its switch to apple silicon based on arm holdings technology or arm chips for its mac lineups and apple promised a two-year time span to completely make the switch so by summer of 2022 there should be no more intel-based macs around well they'll still be around just second hand so there might be a good bargain to fetch at that time now apple relies on the world's largest chip maker which is tsmc or taiwan semiconductor manufacturing company for its new silicon which is now also in charge of producing chips for apple's new laptops and desktops too now lately they've been silicon shortages worldwide as well as supply chain disruptions and this all adds up to apple having a hard time keeping their products stocked coming to the end of the year now that's probably bad timing it's starting to feel a little bit like the old days when you ordered a lenovo laptop to united states and it took over a month to come from china to my door anyway in my opinion that just means we'll be waiting a little bit longer for these machines and paying a little bit more too all right now back to the latest apple silicon this indeed is a crucial shift in the world of technology and i gotta say that this move has already dealt some serious blows to intel i'm pretty confident that the new apple silicon processors are already outperforming intel's fastest processors this is something i've even found through testing different developer tools and frameworks and programming languages on this channel and a bunch of others confirm similar results with benchmark tests and video rendering software which if you watch youtube you've probably seen the m-series chips are significantly outpacing the performance of the latest machines running intel chips apple silicon processor soc or system on chip is what it's called includes various specialty cores which enhance its capability replacing the intel semiconductors that have been a mainstay of apple computers for the last 15 years and if you want to know a little bit more about that i did a longer explainer video on fire ship's channel not too long ago detailing the differences between the way these architectures work i'll link to that video down below you can check it out so let's talk about a couple of reasons why that is including some of the nerdiness i talked about earlier so far apple is the only one that's really come up with a truly 21st century processor compared to intel which is kind of stuck in the 20th century mindset they're starting to turn it around and hopefully by next year we'll see some really big improvements from intel as well so i don't want to completely talk about intel here because now they are really trying try harder since intel processors are huge they consume massive amounts of power and dissipate ridiculous amounts of heat on the other hand apple silicon processors are tiny use a minimal amount of power and so they produce very little heat now intel should really follow the silicon valley model authorized by its own co-founder andy grove only the paranoid survive [Music] here's a general rule the smaller the processor the more chips can be harvested from each wafer that's how they're made these chips they're made from wafers about yeah big and so if they're smaller the yield is high and we know the intel processors are pretty sizable so the yield is low and this is why intel processors the prices are so ridiculously high is because they use a lot of silicon the natural resource here's a little comparison for you apple's lowest cost processor for use is the apple silicon m1 which is more powerful than all the intel core i3 i5 i7 and even some intel core i9 processors that intel has previously been supplying to apple i myself have spent about 4 000 bucks on this intel core i9 macbook pro and only about 1200 bucks on this m1 macbook air and in most of my software developer tests on this channel the macbook air actually destroys the macbook pro the latest chips from apple are actually equipped with pretty slender 5 nanometer transistor process which implies that more features can be packed into a single apple chip than into a massive intel processor which still uses the 10 nanometer process now this could all be changed next year when intel might start using a two nanometer process which they've talked about in the news but i actually haven't seen anything about that we'll see about that next year maybe so definitely subscribe to the channel to get the scoop on that when it comes out so given all that price differences when it comes to the silicon itself the macbook air with the apple m1 happens to be the most affordable laptop model around a thousand bucks at this point that's for the base model and i've seen discounts down to 900 bucks and it also has two times the battery lifespan of a macbook pro 13-inch with an intel core processor now on the other hand the intel powered model at its lowest price point is still eighteen hundred dollars and to get the same insane performance in a desktop and mac mini with the m1 chip is 650 that's pretty great no screen but it's a desktop and it's a lot cheaper so there you go now my own tests i've seen pretty much no difference between the m1 macbook air macbook pro and the mac mini so grab the one that your budget allows so taken together this is what you get with the new m1 powered machines lower price point superior performance and longer battery life as a matter of fact the apple m1 chips are faster use less power than the intel chips and this was a huge contributing factor to extending the battery life for apple laptops by several hours sometimes even double and i guess it's no wonder the intel stock has dropped in value so much can you imagine that the macbook pro with the m1 chip is estimated up to 20 hours compared to the 10 hour battery life of the macbook pro 13 with the intel processor macbook pro macbook pro intel m1 10 hours 20 hours all right remember that nerdy stuff i was going to talk about well here we go so there's uh the type of architecture of the processors themselves let's talk about that a little bit apple silicon is known as risk type of processes risc or reduced instruction set intel processors are still cisc processors or complex instruction set processor architectures and the m1s are using risk design and this is to allow more low-level parallel processing than sysdesign previously incorporated in the intel based processors now before apple took the sleep people were a little bit skeptical whether apple will be able to perform better by moving away from sisk which has been the standard since 2006 however at this point apple quelled much of the doubt by demonstrating high performance in fact the m1 has and continues to defeat the top intel cpus in single core tests and has the upper hand over low power chips and multi-core tests as well so what is this cis construction set and risk construction set cisc uses complex instructions as opposed to risk which is constructed as a reduced instruction set computer now here we're not talking about the amount of instructions instead we're talking about the complexity of instructions of what we're targeting you can perform a multiplication on a sis chip with one complex instruction in contrast if you're working on a risk chip you would need to break this down into four instructions two instructions to load the numbers one to perform the multiplication and one to store the result now it's crucial to remember that apple is not really a first generation risk architecture they've been using working on and improving for years their own silicon in iphones and ipads and now they've evolved this enough into their m1 chips for desktops and laptops this fixed instructional length architecture makes it simple to load a greater number of instructions so you can process more stuff in parallel essentially it enables users to explore ways to carry out operations in parallel and this is called out of order execution in the case of sisk the complex instructions access memory prior to completion of the operation and therefore executing these instructions in parallel makes it difficult as compared to the more sophisticated risk architecture [Music] another valuable addition to the risk architecture is the inclusion of a very large reorder buffer the buffer stores instructions for parallel execution and this process takes place automatically and is transparent to the app developer it doesn't require any special effort or consideration to specifically write the apps to run operations in parallel so the m1 chip has an advantage of the intel chip in terms of more parallel processing without the developers having to do anything except recompile their code to target the new architecture [Music] another advantage of the apple m1 over intel chip is that includes a large number of instruction decoders and this is a feature easier to accomplish with a risk architecture because of simpler fixed length instructions more decoders break down instructions into micro operations helping in parallel operations and the question might arise why intel why can't you add more instruction decoders well the answer lies in the arm risk architecture risk instructions have a fixed length and every arm instructions is four bytes long when the instruction is of similar length it becomes easier to feed into eight different decoders and this is not the case in sisk because there are no fixed instruction sets in sisk decoders do not really know where the next instruction starts or where it ends in cisco this would lead to an analysis of each instruction and wrong guesses and mistakes this stage would become way too complicated for cis design to add more decoders ultimately apple silicon is modern has more capability than intel processors occupies less space uses very little power dissipates a lesser amount of heat all while delivering massive computing capabilities for each wad of power that it runs on no wonder apple is expecting to finish the transition away from intel and to its own silicon by 2022. run like the wind apple do it and by the first part of 2022 we'll probably even see some mac pros being delivered with some m series chips inside of them too apple is also currently working on some high-end graphic updates with 64 and 128 dedicated cores for its highest end machines and those will probably end up in some mac pros as well that's going to be insane and for us developers that's going to enable a whole new level of machine learning and ai work that right now we can only get with nvidia cards well maybe you'll stand in line once you see the prices that apple is going to charge for their chips but time will tell alright folks if you like this video i'd appreciate a thumbs up subscribe make that button gray and i'll see you next time thanks for watching [Music] you
Info
Channel: Alex Ziskind
Views: 29,730
Rating: undefined out of 5
Keywords:
Id: _HB2f7MORFo
Channel Id: undefined
Length: 11min 44sec (704 seconds)
Published: Mon Oct 25 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.