this post was submitted on 22 Dec 2023
113 points (100.0% liked)

Technology

37603 readers
281 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 9 months ago (5 children)

Awesome, thanks for the insight.

I'm showing my age here, but much like we had math coprocessors running beside the 286 and 386 gen CPUs to take on floating point operations; then graphics cards offloaded geometry-based math operations to GPU's - are we looking at AI-style die or chips to specifically work on AI functions?

Excuse my oversimplification, this isn't my field of expertise!

[–] [email protected] 6 points 9 months ago

Well, your not too off. Like ASICs are made for mining cryptocurrency. Specialized processing designed for specific computations. This indeed make it's efficiency greater than a general purpose CPU.

[–] [email protected] 5 points 9 months ago (1 children)

Apple added (a while back) what they call a “Neural Engine,” which is hardware dedicated to efficient execution of ML workloads.

https://en.m.wikipedia.org/wiki/Apple_A11

They have been refining it ever since. I would not be surprised if they made advancements in both the hardware and software used for local GAI.

[–] [email protected] 2 points 9 months ago

And Google did the same with the Tensor Processor Unit in the Pixels.

[–] [email protected] 5 points 9 months ago

They already have dedicated hardware they call the neural engine, and use for coreML, ARKit, some of the magic they do to turn terrible sensors and lenses into passable images, etc. There's a lot of processing that already happens on your device. Being able to search your images by subject might be something Google does too, but Apple does it locally.

So my guess is they'll just adjust the architecture of the neural engine to accommodate any new requirements, rather than adding a "new core". But it's kind of all semantics. There will be new hardware components and intercommunication at a low level.

[–] [email protected] 1 points 8 months ago

not a dedicated chip per se, the trend is to build it directly into the SoC (mobile devices) or the dedicated GPU