MacOS ARM transition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-06-28
05:09 PM
- last edited on
‎2024-01-30
09:48 AM
by
Aruzhan Ilaikova
archicad 26.0 US, M2 Macbook Air

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-04 01:05 AM
That data suggests these developer-only, early field test Apple Silicon Macs achieve average scores of around an 811 points (single-core) and 2871 (multi-core) in contrast to the 726/2831 scores achieved by Microsoft’s Surface Pro X.Dev kits are performing better than Microsoft Surface Pro X in benchmarks... even under emulation...
Performing very well, even under emulation, via Rosetta 2.
Back in the day, we had one of the first Intel iMac's running ArchiCAD with the old Rosetta 1 emulation and the performance was surprising good. Looks like history is repeating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-06 07:18 PM

The A12x benchmarks about the same as a GTX 950 for Metal gfx performance (~9100), just below an nVidia 105o (~10,100), so the A12z should be about on par for Metal as it has 8 gpu cores instead of 7 in the A12x. Still well behind an RX 580 at 52,800. No idea about OpenGL, though according to Apple that is also slowly being deprecated for their OS releases.
2010 Mac Pro 2x 6 Core 2.93Ghz Xeon, 48Gb Ram, OS X 10.14.6, RX 580
To summarize the summary of the summary: people are a problem. - Douglas Adams

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-07 12:02 AM
A much (by far!) bigger issue is the deprecation of OpenGL. Especially since Archicad relies so much on it. Same reason why the future of the Rhino for Mac version is rather uncertain.
And it's not only your own code. Presumably there are third party libraries used – and you just don't know when or if these get updated at all.
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-12 06:41 PM
archicad 26.0 US, M2 Macbook Air

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-12 08:10 PM
archislave wrote:???? Not sure what you're rumbling about...
The better get on this fast recompiling for Apple Silicone. We may find more platform growth from computers so far outpacing windows x86 computers. My impression of Graphisoft is one of lacking enthusiasm for the MacOS. They take their time updating it. Why can’t the be more progressive like Adobe and especially offer subscription versions. I think we still have to wait for new younger leadership who see it as a no brained.
Graphisoft are massive Apple fanboys, so rest assured, if there is something lacking, then it is proper Windows support (multiscreen *ahem*) 😉
Secondly: Subscription versions are offered...
.... and nobody likes them. 
Have you not seen the backlash Adobe (great example there!) faced? Same goes for Trimble, who changed the license model of SketchUp a week ago or so.
(By all respect, but we really have to be thankful GS did
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-13 04:04 AM
Form memory for the last transition from classic Mac OS (PPC) to OS X (Intel), was reasonably smooth via Rosetta which was around until OS X 10.6
The main concern we have is how to best deal with any new hardware purchases, in the period where Apple and 3rd party software manufacturers will be ironing out the inevitable initial problems.
Our current take on this is to buy (if we/you must) the last models of Intel based Apple Hardware, before any new ARM based Macs are released. This should then allow anyone who needs new hardware, to sit out the first couple of years of trouble, before upgrading 'Biggest Kahouna'.
What are your plans or strategies regarding this?
Design Technology Managers.
All  on macOS | since AC 6
Archicad Framework > Smart Template 27
Smart Tree, Transmittal and Universal Label and other smart GDL Objects
By Architects for Architects.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-13 07:45 AM
I allready use WInPC occasionally, though I really like MacOS more. I just don't want to experience a transition period anymore. I have done two transition with Mac already, and I have to say that for me they there not buttery smooth like it seems it was to some other users.
Yhhis way I don't have to worry about what programs act up with new Apple Macs and which are usable. All are crosslicensed progs nowadays. AC, Rhino, Cinema, Solibri and TwinMotion. No additional costs from there. If Macs appear to perform well after this transition period (or maybe earlier), then I will reconsider jumping back to Mac. And that is only if they are priced differently at the workstation level than what they are at the moment. That is if they ever will touch the workstation business anymore at all, there seems to be too little revenue available from that market to Apple.
OT: tried the dark theme already, and like it a lot. Hope win gets it soon too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-07-17 04:55 AM
Karl wrote:
Jacques wrote:We can agree to disagree.... my comment was not precise, but was in terms of ARCHICAD and Twin Motion, neither of which will perform usably or at all with any on-chip GPU known today, but which require powerful, heat-generating discrete GPUs at the moment. With today's (and next year's) technology, computers without discrete GPUs are not usable in a production ARCHICAD workflow.
Sorry, wrong.In Apple's case (and others), Apple Silicon ARM has A LOT to do with GPU. ...
I don’t think this is the case. There is nothing limiting the power of an integrated GPU, and it has the benefit of using shared memory, meaning it can potentially perform faster. One of the largest bottlenecks for the GPU is the speed at which data can be transferred between the CPU (which packages the data for each frame) and the GPU (which calculates it, and then sends it back). If that turnaround time can be reduced, it has a huge benefit overall.
The OpenGL deprecation in favour of Metal is a big cost for developers, but a huge win for consumers. This means developers will be required to rewrite their graphics pipelines on a MUCH faster framework. My (albeit limited) understanding is that openGL provides a number of APIs to program the GPU, but because its cross platform and works on multiple chips, it disguises the actually instructions it’s using on the GPU itself. So you tell the program to do an instruction, but beneath that, openGL has to determine how to run those instructions on its given chipset and then translate those instructions to be run. Metal provides an API that more closely matches the actual hardware instruction sets that are on the chips, so it doesn’t have to abstract itself. You can run similar graphics on much less computing power
So now we potentially get an integrated chip that has faster data transfer between the CPU and GPU, an instruction set that runs with FAR less overhead on the GPU, and the added benefit of unified memory between the cpu and GPU. I think there’s a lot of power that will come from that increased efficiency. I mean consider how incredible their graphics performance is now on mobile, and that’s with a decent amount of throttling for energy efficiency.
With that, while it’s technically possible for apple to include discreet GPUs in their future products, im not sure it’s going to be such a necessity. They already provide the option for eGPUs, and even support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-11-24 02:23 PM
I wonder what the performances are, if Archicad 23 also works, and if 8 or 16 GB of RAM makes any difference.
And of course what are Graphisoft's plans for upcoming versions!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-11-24 06:34 PM
https://helpcenter.graphisoft.com/knowledgebase/130674/
- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »