Y
Hacker News
new
|
ask
|
show
|
jobs
by
fuhsnn
557 days ago
Looks like this is implemented with LLVM's builtin matrix type, also available as a Clang extension:
https://clang.llvm.org/docs/MatrixTypes.html
1 comments
gingerBill
556 days ago
Actually we implement it manually ourselves the exact same way that the extensions work. This is because we have to support multiple different versions of LLVM which don't have those extensions.
link
fuhsnn
555 days ago
Thanks for clarifying!
link