Page 1 of 1
Apple Silicon ARM chips - M3 family support status
Posted: Tue Dec 26, 2023 6:06 pm
by kasdashdfjsah
Does the software fully support the latest version of MacOS, as well as all the new M3 Apple Silicon chips, which have new features like ray-tracing, dynamic caching, and mesh shading? Also, the Ultra chips are composed of 2 max chips stuck together, which some software and games struggle to fully utilize, so please make sure the software supports these chips fully as well.
Re: Apple Silicon ARM chips - M3 family support status
Posted: Tue Dec 26, 2023 7:15 pm
by Joe_H
The v8 Public Beta fully supports Apple Silicon, both the client and CPU folding cores have been compiled o use the Apple native machine code. The rest of the features only would possibly be useful for the GPU folding. But GPU folding is not supported on any macOS system at this point.
How well the CPU folding core utilizes the Ultra processors is going to depend on the scheduler in the macOS. The same applies to any other multi chip systems from Intel or AMD running other OSs.
Re: Apple Silicon ARM chips - M3 family support status
Posted: Tue Dec 26, 2023 7:57 pm
by toTOW
It works, but big.LITTLE CPU architectures still require a lot of user configuration to work efficiently ...
Re: Apple Silicon ARM chips - M3 family support status
Posted: Tue Dec 26, 2023 10:34 pm
by calxalot
It is fastest if you do not set cpus higher than the performance core count.
First run of v8 will set this for you, unless your old config.xml has a cpus entry.
I don’t have an M3 to test, but it should work fine.
So would v7, but it will be slower because it runs in Rosetta.
Re: Apple Silicon ARM chips - M3 family support status
Posted: Wed Dec 27, 2023 9:22 am
by calxalot
Some folks are using Process Lasso on Windows to deal with big.LITTLE.
No such utility is needed on macOS.
Just do not set cpus higher than the performance core count.
Re: Apple Silicon ARM chips - M3 family support status
Posted: Thu Nov 07, 2024 1:49 pm
by Alex_Atkin
Any chance of RustiCL support in Asahi Linux? I realise this was discussed before and the MESA drivers considered not good enough, but this may be different on Asahi which now has OpenCL 3.0 support?
Re: Apple Silicon ARM chips - M3 family support status
Posted: Thu Nov 07, 2024 8:02 pm
by calxalot
Does it support OpenCL 1.2 or later in C plus hardware double precision floats (FP64)?
I have seen clinfo report different version OpenCL C support.
Since Asahi is Fedora, you need to build the package yourself.
https://github.com/FoldingAtHome/fah-cl ... ING-RPM.md
The linux ARM tarball might work as-is run manually from command line.
Re: Apple Silicon ARM chips - M3 family support status
Posted: Thu Nov 07, 2024 8:10 pm
by calxalot
Um, I don't think there is any linux ARM GPU support anyway.
https://github.com/FoldingAtHome/fah-cl ... issues/139
Re: Apple Silicon ARM chips - M3 family support status
Posted: Wed Nov 20, 2024 10:53 pm
by Alex_Atkin
Never occurred to me they hadn't written cores for ARM but I guess it makes sense given how few people will use it. Kinda surprising they have an ARM port of the client at all really. I mean if they don't think its worth supporting Metal on MacOS, then what chance does Linux on ARM have.
Re: Apple Silicon ARM chips - M3 family support status
Posted: Wed Nov 20, 2024 11:04 pm
by calxalot
It is my understanding that Metal turned out to not provide a significant performance improvement over OpenCL in OpenMM.
If there is ever a GPU core for macOS, it will use the deprecated OpenCL.
Assuming Apple doesn't remove it.
I think the initial ARM porting was done by a third party. Neocortix?
Re: Apple Silicon ARM chips - M3 family support status
Posted: Thu Nov 21, 2024 12:18 am
by Joe_H
Alex_Atkin wrote: ↑Wed Nov 20, 2024 10:53 pm
Never occurred to me they hadn't written cores for ARM but I guess it makes sense given how few people will use it. Kinda surprising they have an ARM port of the client at all really. I mean if they don't think its worth supporting Metal on MacOS, then what chance does Linux on ARM have.
To clarify that, no GPU cores for ARM, but there are CPU folding cores that are native for ARM under Linux and Apple Silicon's ARM instruction set under macOS