Skip to content

Latest commit

 

History

History
18 lines (6 loc) · 454 Bytes

File metadata and controls

18 lines (6 loc) · 454 Bytes

https://normrubin.github.io/

bril IR.

text-> json - > new pass -> bril interpreter.

gcc 617 developers, 600万行, llvm 1210人, 700w行 , openjdk 883, 800w行, 都消耗了好几亿美元.

nvidia H100说1.830GHz, 但是power limit 500W 也只能到 1.4GHz, 所以广告的只能一瞬间到达这个clcok speed. 实际根本到不了.

AST优点是, 每个type of node 都不同, specical cases 容易, 缺点是 general cases hard.