Hacker News new | ask | show | jobs
by b0tzzzzzzman 1735 days ago
So more in line with GPUs purpose for parallel processing? But extending the applications available for processing or utilization, currently reserved for 'ML' and 'AI' typical means as we know them today?

Sounds like a merging os CPU and GPU .. I understand the simplistic nature of that conclusion. But, only can guess at realword results.

1 comments

I don't think this is correct. 128-bit RISC-V has nothing to do with SIMD, at all. It was created to future-proof RISC-V wrt. exascale distributed computing, where even a full 64-bit address space might be insufficient.
> 128-bit RISC-V has nothing to do with SIMD,

Maybe. The point is that you can encode more per unit, so you can batch more things in one go. Is not exactly SIMD as is today, but is also the same idea.

Sorry, I was generally asking about how it related to 128bit broad general computing instructs. But also interested in RISC related context.

Thanks for clarifying!