-
Perdimos la Alu de la AC2, no nos deja importar los componentes. Debemos hacerla de 0? seria posible que nos den una y nosotros la modificamos? :(
-
**Design:** 50 points
-
#7203
-
**Design:** 25 points
-
The ALU writeup in doc folder is very interesting but does not seem match reality... In ALU mode, there seem to be only 3 inputs (I1, I2 and I3), unlike the documented A,B,C and D...
The lack of …
-
```
from tinygrad import Tensor, Device
a = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}")
b = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}:1")
print(f"{(a+b).tolist()}")
```
```
Tracebac…
-
openal-soft 1.24.0 doesn't build on macOS 10.15:
```
alc/alu.cpp:2148:9: error: member reference base type 'al::span' is not a structure or union
.subspan(Offset*FrameStep);
^~~~…
-
**Related component**: build
**Describe the bug**
When running emu, it would print the emu compilation time at first. But if I modify any RTL code or c/c++ code and rebuild the emu…
-
**Describe the bug**
When I try to use a struct, it doesn't seem to work and gives an error. I took a look at the implementation for Struct, and though it seems partially implemented I saw that there…
-
8-bit Computation ALU:
- [x] 8-bit Add/Sub
- [x] 8-bit Multiply
- [x] 8-bit Divide
- [x] 8-bit XOR
- [x] 8-bit OR
- [x] 8-bit AND
- [x] 8-bit Compliment
- [x] 8-bit Inc
- [x] 8-bit Dec
- [x] 8-bit Log…