From 6733a3a96b6fa1ec869348e86ad2bd2c0c208596 Mon Sep 17 00:00:00 2001 From: nimlgen <138685161+nimlgen@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:35:15 +0300 Subject: [PATCH] am: fix typo (#8700) --- docs/developer/am.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/am.md b/docs/developer/am.md index 9435bc9537..67699422fb 100644 --- a/docs/developer/am.md +++ b/docs/developer/am.md @@ -27,7 +27,7 @@ AM binds compute queues directly to MEC (bypassing MES). Tinygrad uses only one The GPU being passed can be in one of several states: 1. Not initialized -2. Initialized by AMDGPU +2. Initialized by amdgpu 3. Initialized by AM The first and second states require a full GPU setup since their states are unknown. The second state also requires a mode1 reset to reinitialize all components. @@ -36,4 +36,4 @@ The third state can be set up partially to optimize boot time. In this case, onl ### VM Management -Each AM device sets up only a single `VMID=0` and one page directory. The page directory used is 3-level and thus supports up to 512TB of virtual addresses. All AM devices are located in one virtual address space. \ No newline at end of file +Each AM device sets up only a single `VMID=0` and one page directory. The page directory used is 3-level and thus supports up to 512GB of virtual addresses. All AM devices are located in one virtual address space. \ No newline at end of file