anonconformist
About
- Username
- anonconformist
- Joined
- Visits
- 111
- Last Active
- Roles
- member
- Points
- 585
- Badges
- 0
- Posts
- 202
Reactions
-
MacBook Air with M1 chip outperforms 16-inch MacBook Pro in benchmark testing
chadbag said:Why would a unified memory system be a detriment to memory intensive operations?
Note also that main memory requests haven’t been for a single byte or even 8 bytes at a time for a very long time: all main memory access is done at chunks the size at least of CPU cache lines. I don’t know what the M1 uses, but for at least the last 20 years the smallest cache line has been 32 bytes. It’s done this way because the electrical signaling overhead takes a meaningful amount of time, and RAM (dynamic) also has other costs, but the net result is a sequential chunk is usually going to be far more efficient to access than 8 bytes or less. The latency between main memory access and getting/setting data is many many CPU cycles as main memory is a fraction of the speed of CPU L1 data and instruction caches, which tend to be slower than CPU register accesses.
By combining GPU cores, CPU cores and huge L1/L2 caches along with L3, and minimizing protocol overhead between CPU and GPU along with minimal wire time, at least (assuming they’re not using buses between them like PCIE) they can make this negotiation between the various SoC function areas very fast, far faster than if it were spread out on a motherboard. Despite all that, it doesn’t change the fact that it’s unlikely that all parts that need memory access can have as much memory access at the same time as it’d take to keep them all running at maximum performance.
-
How Apple Silicon Macs can supercharge computing in the 2020s
tzeshan said:Apple will be able to eat Windows OS shares this time. Two things. Apple Silicon Macs are rumored to last up to twenty hours on battery. And Pages, Numbers, and Keynote free applications are mature enough to be able to replace Word, Excel, and PowerPoints applications from Microsoft which are very expensive to own.- Incredibly few people need 20 hours of battery life for a computer, because very few people are working away from a power source that long. 20 hours battery life is a nice thing, in theory, but in practice, something else has to give to get it. Note Apple has kept iPads at about 10 hours battery life from the start, with * as to “10 hours” where most people that need heavier computation needs are likely plugged into an outlet anyway.
- For home use, Apple’s office suite is sufficient: with what’s expected at a lot of businesses, there are huge Numbers of spreadsheet functions used daily in Excel not provided by Apple’s software, and Pages of word processor functionality in MS Office is the same way.
- All that being said, Silicon Macs will inherit a huge library of iOS/iPadOS software, even if suboptimal to use on other than a touchscreen, and for very stupidly-cheap prices for functionality, in fast hardware. If Apple announces touchscreen Macs (they’ve been known to say “we won’t do this! Then go and add it: Apple Pencil, anyone?) then things get really interesting,
- SwiftUI (at 2.0 with a lot more functionality, but still needs work) makes it far easier to have cross-Apple-platform applications with amazingly little added work that look/feel native, because they are in the GUI frameworks they’re using, to a large extent. With Apple Silicon Macs testing is capable of being done on the same hardware quirks to enough certainty that it greatly eases the burden of supporting multiple types of Apple devices, and increases the potential sales opportunities.
- An issue regarding platform viability for making a living via Apple platform apps are customers believing all software needs to be cheap or free, and how DARE developers try to make a profit!
-
First Apple silicon Mac not expected to launch until November
tht said:mjtomlin said:
Umm, who started that rumor? And why am I hearing that the first ASi Mac will have an A14X in it? Apple has already said they were working on a new family of SoCs for the Mac.It's rumored to sport the A14X processor, a custom GPU, and a battery life between 15 to 20 hours.
A notional A14X with a 4+4+8 config: 4 perf cores, 4 eff cores and 8 graphics cores, would be awesome as one of the processor options for an MBA, MBP13, Mac mini, small iMac, and whatever low cost machine as well as an iPad Pro. It just needs to support up to 32 GB of RAM and TB3/USB4 for the Mac machines.
An A14 based MBA13 with 8 GB of RAM and 128 GB of storage for $800 would make for a great machine too.
But yes, the higher performance SoC options will be "made for Mac" as it were. They will run too hot to be in a fanless form factor. -
Apple suggests it won't sell Apple silicon to other companies
wizard69 said:rob53 said:verne arase said:Good.
Let them make their own cake.Actually congress could investigate them for not selling the processors. Congress can investigate Apple for any imagined or real excuse they can come up with so Congress has nothing to do with this issue.The best reason for Apple to start selling chips is to have a wider base to spread development expenses across. Apple could literally get silicon customers to pay for the development process.- Many entities need to have a backup option for replacement hardware, even with a little hardware design change, that performs comparable to what they already have, should their main supplier have a problem. Many government contracts have this. Apple in some unknown number of parts has more than a single supplier for supplier diversification for this reason, even if their regular supplier can (normally) provide for all their needed parts.
- If only a single Intel X86/AMD64 ISA chip provider existed, they’d become a monopoly and subject to all those regulatory and other encumbrances that result.
- AMD hasn’t been truly competitive more years than they have been mediocre: Intel has become complacent as a result. Real technical competition is needed in the market to keep technology progressing. If AMD didn’t exist, I believe other ISAs (more than ARM exists) would have eaten Intel’s lunch sooner, because of the Intel tax.
Apple allowed clones in the 90’s, and it almost killed them. Besides the reasons stated above, making and selling Apple Silicon to others would be reverting back to what was counterproductive to serving their own customers. If Apple keeps making a superior ecosystem of devices that people value, the price of being the ones eating the cost of all the Apple Silicon is amortized over a profitable and wide range of devices that achieve critical mass to result in lower effective per-chip costs than they’d ever get any other way, while also being constrained only by their own self-appointed constraints and technical realities, the latter of which affect all their competitors in the same way.
If Apple starts selling Apple Silicon to others, they’ve ceded any chance of whichever markets they are used in, and tie themselves down to other’s visions. I don’t see that happening until Apple concludes they aren’t able to be more than raw low-level infrastructure makers.
-
Apple suggests it won't sell Apple silicon to other companies
ne1 said:“...unleashed another round of innovation.”This is a VERY interesting sentence— he seems to imply that there are exciting cross platform macOS / iOS products or software on the horizon.I’m trying to figure out what future product/capability he’s implicating.SwiftUI can’t do everything the older MacOS and UIKit SDKs can as of yet, but it’s getting there, and for a lot of things, it’s easier to do in SwiftUI than the other older SDKs. How SwiftUI works is a huge abstraction of the user interface that reduces the number of moving parts you need to understand to create a viable application, combined with Combine that’s integrated deeply in it.