Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
This commit is contained in:
uuuvn
2025-01-03 18:12:55 +02:00
committed by GitHub
parent 12fa4340b3
commit 5ffc50d58c
8 changed files with 99 additions and 22 deletions

View File

@@ -36,9 +36,9 @@ The `Allocator` class is responsible for managing memory on the device. There is
### Program
The `Program` class is created for each loaded program. It is responsible for compiling and executing the program on the device. As an example, here is a `ClangProgram` implementation which loads program and runs it.
The `Program` class is created for each loaded program. It is responsible for executing the program on the device. As an example, here is a `CPUProgram` implementation which loads program and runs it.
::: tinygrad.runtime.ops_clang.ClangProgram
::: tinygrad.runtime.ops_clang.CPUProgram
options:
members: true