phanerozoic commited on
Commit
6a3f889
·
verified ·
1 Parent(s): 5952d34

Add DIV circuit (8-bit division) - 1984 tensors, 65280/65280 tests pass

Browse files
Files changed (3) hide show
  1. neural_computer.safetensors +2 -2
  2. tensors.txt +0 -0
  3. todo.md +1 -1
neural_computer.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b06fefbfefd1804bb815a86c20edc28747493d154ee797a0434c74d64c2505f
3
- size 430964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e6834a37dd2660ccbd2d55972badad2cbb9a784fe3c2de2bd22d963c72061e
3
+ size 653484
tensors.txt CHANGED
The diff for this file is too large to render. See raw diff
 
todo.md CHANGED
@@ -5,7 +5,7 @@
5
  | Component | Description | Status |
6
  |-------------------------|-----------------------------|--------------------------------|
7
  | SUB | Subtraction circuit | DONE - 162 tensors, 65536/65536 tests pass |
8
- | DIV | Division circuit | Missing |
9
  | NEG | Two's complement negate | DONE - 76 tensors, 256/256 tests pass |
10
  | Program Counter | PC register + increment | Missing |
11
  | PC Load | Load PC from jump target | Missing |
 
5
  | Component | Description | Status |
6
  |-------------------------|-----------------------------|--------------------------------|
7
  | SUB | Subtraction circuit | DONE - 162 tensors, 65536/65536 tests pass |
8
+ | DIV | Division circuit | DONE - 1984 tensors, 65280/65280 tests pass |
9
  | NEG | Two's complement negate | DONE - 76 tensors, 256/256 tests pass |
10
  | Program Counter | PC register + increment | Missing |
11
  | PC Load | Load PC from jump target | Missing |