knowitall
About
- Banned
- Username
- knowitall
- Joined
- Visits
- 170
- Last Active
- Roles
- member
- Points
- 825
- Badges
- 1
- Posts
- 1,648
Reactions
-
Why Apple's move to an ARM Mac is going to be a bumpy road for some
mattinoz said:Mike Wuerthele said:mdriftmeyer said:The ARM Mac will be a hybrid iPad Pro with a build-in keyboard.
I'm not opposed, but it's unlikely.Hybrid is the only path that gives Apple any carrot to drive the transition.Who needs rumours all the parts are hiding in plain sight.Going ARM solo in a Mac is all pain no gain. -
Why Apple's move to an ARM Mac is going to be a bumpy road for some
Nice info, good summary.
My take on it is that the transition to 64bit is the most difficult one.
Now we are past that the hurdle to ARM (64bit) is relatively easy.
This is so because 64 bit driver software using 64 OS (library) hooks is already there and transferring this to ARM code is just a recompile. Remember that the (64bit) OS is the abstraction to the hardware and no one is poking directly on it (the hardware) anymore.
So its a recompile of existing 64bit code in a high level language (nobody is writing software in assembly anymore (and rightly so)) against existing 64bit OS libraries, and that is only a few seconds to minutes away.
Apple correctly transitioned to 64 bit first as a precursor to transition to ARM and shed tons of old and non maintained 32 bit code in the process.
Moving to ARM is just a breeze, losing Windows as a result is a godsend I think.
By the way, Windows via bootcamp is susceptible to specific hardware driver support, but that is not the case for Windows running on virtualizer software like Parallels, because that emulates standard hardware (of which it is know to be supported by Windows).
-
Uma Thurman to star in Apple TV+ thriller 'Suspicion'
-
Six ways iPhone 11 Pro bests the Galaxy S20+ -- and five ways it doesn't
-
ARM Mac Pro coming sooner rather than later, says Jean-Louis Gassee
loopless said:Anyone who works in or develops HPC software cringes at this. Sure it's likely you can make an ARM chip with the performance of high-end Xeons, but the world of HPC software is a million years away from XCode app development where you can flip a switch to build for a new architecture. There are so many bespoke libraries (e.g. Intel MKL) and years of optimization that have gone into getting HPC code to run fast on AVX Xeons.Apple is a bit-player in HPC with the Mac Pro because of their 'war' with nVIDIA ( cutting off access to the compute power of their massively parallel GPUs) - it would just sideline them even more if they went ARM.Who needs Intel MKL, just replace it with an ARM equivalent, thats why it is a library (swapping it is easy), it might even be less buggy,
Apple can switch to ARM because it makes the SoC including the GPU’s and other accelerator processors with accompanying libraries and frameworks like GC and doesn’t need NVIDIA.