Skip to content

Commit 194aa2d

Browse files
committed
Rename writing_a_backend -> anatomy_of_a_backend
1 parent e34f941 commit 194aa2d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A possible route to learning OCANNL:
4747
3. Read the syntax extensions documentation [lib/syntax_extensions.md](lib/syntax_extensions.md).
4848
4. Read the introductory part of the shape inference documentation [lib/shape_inference.md](lib/shape_inference.md).
4949
5. Improve your understanding by reading or skimming: [lib/shape.mli](lib/shape.mli), [lib/tensor.mli](lib/tensor.mli), [lib/operation.ml](lib/operation.ml), [arrayjit/lib/backend_types.ml](arrayjit/lib/backend_types.ml), [lib/train.ml](lib/train.ml), and [lib/nn_blocks.ml](lib/nn_blocks.ml).
50-
6. Read [arrayjit/lib/writing_a_backend.md](arrayjit/lib/writing_a_backend.md).
50+
6. Read [arrayjit/lib/anatomy_of_a_backend.md](arrayjit/lib/anatomy_of_a_backend.md).
5151
7. Read the implementation overview:
5252
1. Shape inference details [lib/shape_inference.md](lib/shape_inference.md).
5353
2. Backend-independent optimizations [arrayjit/lib/lowering_and_inlining.md](arrayjit/lib/lowering_and_inlining.md) -- _lowering_ means translating (compiling) from the high-level representation (as assignments) to the low-level representation.
File renamed without changes.

0 commit comments

Comments
 (0)