Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
There was supposed to be something else, which was apparently filmed, but probably too glitchy to show. I wonder if the software is ready for MS and RT or if they're still working on it. Anyway, something for next year then.

It was never supposed to be an exclusive gaming event, but felt a little thin as they probably could have shown more (and even if it would have been some released game benchmark... "this is x times faster than M2").

I'm a little confused on the configuration options. So I can get 96GB on some of the smaller SoCs, but not 64GB... I have to take the massive price for the memory or I need to upgrade the SoC and then add memory to 64GB. And then there's the largest SoC which gives 48GB, 64GB or 128GB, but not 96GB. Odd.

Right now I'm more interest in the scientific computing aspect they mentioned multiple times. How much does the M3 add to the ML game, say compare the maxed out version with 128GB to which Nvidia card for TF, PyTorch and pure compute in CUDA/Metal.
 
  • Like
Reactions: Irishman
There was supposed to be something else, which was apparently filmed, but probably too glitchy to show. I wonder if the software is ready for MS and RT or if they're still working on it. Anyway, something for next year then.

It was never supposed to be an exclusive gaming event, but felt a little thin as they probably could have shown more (and even if it would have been some released game benchmark... "this is x times faster than M2").

I'm a little confused on the configuration options. So I can get 96GB on some of the smaller SoCs, but not 64GB... I have to take the massive price for the memory or I need to upgrade the SoC and then add memory to 64GB. And then there's the largest SoC which gives 48GB, 64GB or 128GB, but not 96GB. Odd.

Right now I'm more interest in the scientific computing aspect they mentioned multiple times. How much does the M3 add to the ML game, say compare the maxed out version with 128GB to which Nvidia card for TF, PyTorch and pure compute in CUDA/Metal.
Was it related to Capcom announcing improved RTGI and Mesh Shader support in the next iteration of RE Engine?
 
Right now I'm more interest in the scientific computing aspect they mentioned multiple times. How much does the M3 add to the ML game, say compare the maxed out version with 128GB to which Nvidia card for TF, PyTorch and pure compute in CUDA/Metal.
They do mention ML tho but iirc scientific computing is different right? I don't expect to use TF and PyTorch when I'm doing astronomical simulations since it will be heavy C, Fortran, and Python(data analysis and not ML) based on my professors in the Astro dept in my uni.

That said, I wish someone would run AIPS, CASA, and HEASofT and run benchmarks. It would be nice if they open source the code too.
 
Anandtech

"In Windows parlance, the M3 GPU architecture would be a DirectX 12 Ultimate-class (feature level 12_2) design, making Apple the second vendor to ship such a high-feature integrated GPU within a laptop SoC."

"At this point ray tracing needs little introduction, as the GPU/graphics industry as a whole has been promoting the far more physically accurate form of rendering heavily for the last half decade. Mesh shading, on the other hand, is less well known since it improves the efficiency of the rendering pipeline rather than unlocking new graphical effects. Its significance should not be underestimated, however; mesh shading upends the entire geometry rendering pipeline to allow for far more geometric detail at usable frame rates. It’s very much a “baseline” feature – developers need to design the core of their engines around it – so it won’t see much in the way of initial adoption, but it will eventually be a make-or-break feature that serves as the demarcation point for compatibility with pre-M3 GPUs. This is something we’re already seeing on the PC today with games such as the recently-released Alan Wake II."

Skärmavbild 2023-11-01 kl. 03.31.32.png
 
Anandtech

"In Windows parlance, the M3 GPU architecture would be a DirectX 12 Ultimate-class (feature level 12_2) design, making Apple the second vendor to ship such a high-feature integrated GPU within a laptop SoC."

Interesting report from Anandtech. Seems like the M3 Pro is less "Pro" than the M2 Pro was (slower memory bus, less performance and GPU cores). Performance should still be better though.

I wonder what's the use for ray tracing on the standard M3. That chip will be too slow to run the games that support RT (except for "slow paced" games such as Myst where 60 fps might not be necessary).

M3 Max seems like a beast - but it's veeeery expansive.
 
  • Like
Reactions: Homy
mesh shading upends the entire geometry rendering pipeline to allow for far more geometric detail at usable frame rates. It’s very much a “baseline” feature – developers need to design the core of their engines around it – so it won’t see much in the way of initial adoption, but it will eventually be a make-or-break feature that serves as the demarcation point for compatibility with pre-M3 GPUs.
Metal 3 does Mesh shaders, and is fully supported by M2 GPUs. What am my missing?
 
I guess on M2 and M1 a part of mesh shaders run on the CPU instead of the GPU, or they are run on the GPU in a way that's not optimal. M3 has got "hardware" mesh shader support, whatever that means.
 
Metal 3 does Mesh shaders, and is fully supported by M2 GPUs. What am my missing?
M2 doesn't have hardware accelerated mesh shaders. That's an M3 feature. For why it's important see Alan Wake 2's performance on GPUs that do and don't support mesh shaders. A Geforce 1660 can outperform a 1080 because of it.
 
They don't execute on the CPU, do they?
I don't think so, but the lack of specific bits in the GPU to handle them does hinder performance. We could see this with RT too, Nvidia allowed using RT on the 1080 Ti post-20 series launch it still ran terribly due to the lack of RT cores.
 
Interesting report from Anandtech. Seems like the M3 Pro is less "Pro" than the M2 Pro was (slower memory bus, less performance and GPU cores). Performance should still be better though.

I wonder what's the use for ray tracing on the standard M3. That chip will be too slow to run the games that support RT (except for "slow paced" games such as Myst where 60 fps might not be necessary).

M3 Max seems like a beast - but it's veeeery expansive.
Having the feature, plus having good ray reconstruction along with upscaling means it is within the grasp of lower end hardware and developers can stop using faked GI (and shadows and reflections).
They don't execute on the CPU, do they?
Probably get converted to whatever fallback Apple would use (vertex shaders?).
 
Was it related to Capcom announcing improved RTGI and Mesh Shader support in the next iteration of RE Engine?
No, not related to Capcom.
They do mention ML tho but iirc scientific computing is different right?
I'd certainly count ML as scientific computing if it's used for scientific applications. The math is often very similar or the same. With pure C and Fortran you're usually out of luck, as these are mostly not very well parallelized for either CPU or GPU. With Python you likely have more luck if you're using a modern framework. I've done a bit of radio astronomy in the past with my students, but they're usually CS, math or EE students, not physics. Most software in that field is rather old and somewhat outdated. But that doesn't mean you couldn't take advantage of GPUs in astronomy. For example, you can easily use a neural network (on a GPU) to detect Einstein rings or gravitational lensing in general.

And yes, heavy loads are put on a cluster anyway, but it would be nice to run some lightweight stuff on MBPs or at least a Studio/Pro. If for nothing else, then to grow the software ecosystem of the Mac and let people "play around" without access to larger Workstations or clusters.
 
With pure C and Fortran you're usually out of luck, as these are mostly not very well parallelized for either CPU or GPU.
Isn't C and Fortran easy to parallelized. I swear I've seen a thread where someone tested a fortran benchmark and it shows almost perfect scaling on an AS Macs.
I've done a bit of radio astronomy in the past with my students, but they're usually CS, math or EE students, not physics.
Oh.
 
  • Like
Reactions: Irishman
Steam survey for Oct is out. Windows takes equal shares from macOS and Linux. After steady growth for Apple Silicon each month the growth has leveled off with a minor change this time.

Skärmavbild 2023-11-02 kl. 01.33.41.png
Skärmavbild 2023-11-02 kl. 01.36.09.png
Skärmavbild 2023-11-02 kl. 01.34.56.png
 
I think this month's survey is another one of those weird ones. Overall, Simplified Chinese use jumps by 13%, 32 GB RAM use jumps by 8%, Windows 10 use jumps by 7% and 12 GB VRAM increases by 5% (most of that due to the increase by the 3060).
 
  • Like
Reactions: Homy
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.