Author here, AMA.
Given the massive demand for GPUs for LLMs, what sorts of work do you expect to economically benefit from utilizing GPUs more?
Rust SIMD on the GPU
31–40 of 130 posts
Re: Rust SIMD on the GPU
#32Re: Rust SIMD on the GPU
#33Re: Rust SIMD on the GPU
#34Re: Rust SIMD on the GPU
#35Earlier quoted context omitted.
Given the massive demand for GPUs for LLMs, what sorts of work do you expect to economically benefit from utilizing GPUs more?
Part of our thesis is that decent GPUs are in every shipping device and most software doesn't use them and should.
Can you say more about the application space you're targeting?
Re: Rust SIMD on the GPU
#36Earlier quoted context omitted.
What is vectorware's business model? Are you planning to sell support/consulting to companies using your stack? Or are you looking to sell licenses to your tool? Or something else?
The tentative plan is to open source all the compiler and `std` bits with our products built on top (compilers are not good businesses). More about our products coming in the next couple of months!
Re: Rust SIMD on the GPU
#37They specifies a constant SIMD width so it's non-portable. Well, not performance portable, but why are we using SIMD again?
Re: Rust SIMD on the GPU
#38My heard hurts - i was stupid enough to think that SIMD was a CPU only thing - I don't understand why it would be ported to GPU - huge kudos to managing to surprise me