Show HN: Makeshift GPU tensor core using 64-bit CPU integer math (bugfix-66.com) 2 points by bugfix-66 3y ago ↗ HN
[–] bugfix-66 3y ago ↗ This is a "broadword matrix multiplication" as described in Knuth's The Art of Computer Programming Volume 4A (exercise 55 in section 7.1.3).Here is a lecture where Knuth explains it:https://youtu.be/o22BAuQj3ds?t=1h20sIt's efficient for 64-bit registers, but even larger registers could be used in the same way.
1 comment
[ 4.0 ms ] story [ 337 ms ] threadHere is a lecture where Knuth explains it:
https://youtu.be/o22BAuQj3ds?t=1h20s
It's efficient for 64-bit registers, but even larger registers could be used in the same way.