Elektrine lite

← Feed

@dschaub@mstdn.social

Post #2890669

2026-04-10 20:34 UTC

@atpfm@mastodon.social @siracusa@mastodon.social In theory, Apple's iGPU memory use could be more efficient than x86 iGPU memory use... but I have no idea how real that might be, or how dependent on any specific driver versions. All it really means is: Apple controlling the OS and the hardware lets them make a cleaner implementation of what x86 & Windows also do.

Replies (1)

  • @sayrer@mastodon.social 2026-04-11 17:21

    @dschaub@mstdn.social @atpfm@mastodon.social @siracusa@mastodon.social it is the design of the thing called "Fabric", which shares memory between the CPU and GPU, and also the "Neural Engine" matrix math/ML chips. It's fresh in my mind because I just wrote a bunch of code that uses Metal or Core ML where appropriate. This is much different from writing CUDA, where you have to worry about whether it's worth sending things to the GPU.

    Open ##2890670