Hacker News new | ask | show | jobs
by _chu1 844 days ago
I'm 16 and I want to grow up and revive the concept of a fixed-function graphics card to make graphics cards cheaper and more focused on gaming. I might even look into acquiring the 3dfx brand and reviving it with that goal. AI and crypto whatever might be the buzzwords but they don't interest me.
1 comments

GPUs are already relatively fixed-function though - they're already designed with only graphics goals in mind, which is why they're so efficient at them. The reason why they were so suitable for AI was kind of a happy coincidence, because the way they work as processors and their high memory bandwidth (both required for good graphics performance) was also perfect for AI.
“An array of programmable CPUs with instruction sets tailored towards vector operations” might be specialised but it isn’t fixed function. “Insert vertices, indices, and 2-4 textures. Receive image on screen.” DX7 style is fixed function.
Hence "relatively". Specialized is the more succinct way of describing it though, yes.