▲ | WJW 4 days ago | |||||||||||||
I understand what GP meant, but extraction of values from a sparse matrix is an essential operation of multiplying two sparse matrices. Sparse matmult in turn is an absolutely fundamental operation in everything from weather forecasting to logistics planning to electric grid control to training LLMs. Radix sort on the other hand is very nice but (as far as I know) not nearly used as widely. Matrix multiplication is just super fundamental to the modern world. I would love to be enlightened about some real-world applications of radix sort I may have missed though, since it's a cool algorithm. Hence my question above. | ||||||||||||||
▲ | littlestymaar 4 days ago | parent [-] | |||||||||||||
> to training LLMs LLMs are made from dense matrices, aren't they? | ||||||||||||||
|