はじめに
いつものように、tenstorrent の github.com を散歩していたら、見つけました!
Grendel
という文字
Grendel とは?
Building Computers for AI with RISC-V の 7頁から

の Hardware Roadmap に右側にある Grendel です。
下記に Grendel の部分を拡大します。

- CPU chiplet
- ML chiplet
- I/O chiplet
- Memory chiplet
から構成されているということになっています。
この資料は、July 6, 2023 になっています。
Grendel のメモリ は、GDDR7
最初に見つけたのは、ここ。6か月前に追加されていますね。
この中で、Q1_S1 のところに、メモリは、gddr7 で、個数は 8個とあります。Q1_A1 では、16個。Q1_A2 は32個になっています。
Q1が1つの dieっぽいですね。1つの die で 32個の Compute unit があります。上記の図では、4x10 = 40個のCompute unit がありました。
1つの die に最大16個のGDDR7が接続するということになるんですかね。
- name: Grendel instances: - name: Q1_S1 ipgroups: - ipname: tensix iptype: compute num_units : 32 ramp_penalty: 50 - ipname: gddr7 iptype: memory num_units: 8 - name: Q1_A1 ipgroups: - ipname: tensix iptype: compute num_units : 32 freq_MHz : 1200 ramp_penalty: 50 - ipname: gddr7 iptype: memory num_units: 16 freq_MHz : 1250 - name: Q2_A2 ipgroups: - ipname: tensix iptype: compute num_units : 64 freq_MHz : 1200 ramp_penalty: 100 - ipname: gddr7 iptype: memory num_units: 24 freq_MHz : 1250
もうひとつ
にもありました。
- Grendel implementation of the mentioned conversion to showcase usage
おわりに
Grendel
- CPU chiplet
- ML chiplet
- I/O chiplet
- Memory chiplet
で構成されますが、
- CPU chiplet
- ML chiplet
は、開発しているのですが、
- I/O chiplet
- Memory chiplet
って、どこが開発しているんでしょうかね。。。。