|
|
|
|
|
by xphos
416 days ago
|
|
I think the variable length stuff does solve encoding issues, and RISCV takes so big strides with the ideas around chaining and vl/lmul/vtype registers. I think they would benefit from having 4 vtype registers, though. It's wasted scalar space, but how often do you actually rotate between 4 different vector types in main loop bodies. The answer is pretty rarely. And you'd greatly reduce the swapping between vtypes when. I think they needed to find 1 more bit but it's tough the encoding space isn't that large for rvv which is a perk for sure Can't wait to seem more implementions of rvv to actually test some of it's ideas |
|
Will be interesting to see if longer encodings for RVV with encoded vtype or whatever ever materialize.