77 AI Decelerator

77 : AI Decelerator

Select Project123456789ONSW2
  • Author: Hunter Scott
  • Description: A 2x2 matrix multiplier, guaranteed to slow down your AI model training.
  • GitHub repository
  • Clock: 0 Hz

How it works

Just performs arithmetic to do the matrix multiplication and outputs the result.

How to test

Use the DIP switches to set the value of each position in the two matrices you're multiplying. That means that each position in each input matrix can only contain a zero or one. The output is 4 groups of 2 bits, each group representing one of the positions in the output matrix.

IO

#InputOutput
07 is Matrix 1, top left7 is Result matrix, top left, bit 1
16 is Matrix 1, top right6 is Result matrix, top left, bit 0
25 is Matrix 1, bottom left5 is Result matrix, top right, bit 1
34 is Matrix 1, bottom right4 is Result matrix, top right, bit 0
43 is Matrix 2, top left3 is Result matrix, bottom left, bit 1
52 is Matrix 2, top right2 is Result matrix, bottom left, bit 0
61 is Matrix 2, bottom left1 is Result matrix, bottom right, bit 1
70 is Matrix 2, bottom right0 is Result matrix, bottom right, bit 0