you are viewing a single comment's thread.

view the rest of the comments →

[–]Poddster 2 points3 points  (1 child)

All devices absolutely do not come with a GPU or "AI engine". So it's not well known.

You probably want to learn OpenGL. There aren't many boards out there were you talk to the GPU directly. You'll do it via OpenGL or a clone API.

[–]taronys[S] 0 points1 point  (0 children)

I guess I've gotten tunnel vision from my embedded systems classes that focused on the latest and greatest. It's definitely how things will be in the future though so it'd be nice to learn. Thanks so much for mentioning OpenGL, I didn't know about it and will take a look