WO2024025618A1 - System and methods for matrix multiplication - Google Patents
System and methods for matrix multiplication Download PDFInfo
- Publication number
- WO2024025618A1 WO2024025618A1 PCT/US2023/011816 US2023011816W WO2024025618A1 WO 2024025618 A1 WO2024025618 A1 WO 2024025618A1 US 2023011816 W US2023011816 W US 2023011816W WO 2024025618 A1 WO2024025618 A1 WO 2024025618A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- memory
- output
- input
- weight
- accumulator
- Prior art date
Links
- 239000011159 matrix material Substances 0.000 title claims abstract description 23
- 238000000034 method Methods 0.000 title claims description 11
- 230000002093 peripheral effect Effects 0.000 claims abstract description 24
- 230000006870 function Effects 0.000 claims description 34
- 230000004913 activation Effects 0.000 claims description 31
- 230000004044 response Effects 0.000 claims description 6
- 238000004422 calculation algorithm Methods 0.000 description 9
- 238000013528 artificial neural network Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000004364 calculation method Methods 0.000 description 2
- 238000012886 linear function Methods 0.000 description 2
- 238000007620 mathematical function Methods 0.000 description 2
- 238000013473 artificial intelligence Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 238000003909 pattern recognition Methods 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 230000003252 repetitive effect Effects 0.000 description 1
- 230000005236 sound signal Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/544—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
- G06F7/5443—Sum of products
Definitions
- the present disclosure relates to peripheral devices in a microcontroller or system on a chip, and in particular to matrix multiplication.
- Simple algorithms may utilize embedded controls that are programmed for specific responses to specific input conditions. More advanced algorithms may utilize predictive responses to nonspecific input conditions. Implementing these predictive algorithms in software can be slow and repetitive.
- an input pattern may be input to an artificial intelligence (Al) pattern recognition algorithm that is executed as a sequence of matrix multiplication operations.
- Al artificial intelligence
- an input stream of audio samples may be filtered by a finite impulse response (FIR) or an infinite impulse response (HR) filter which may be implemented as matrix multiplication operation.
- FIR finite impulse response
- HR infinite impulse response
- a microcontroller may be used to control program flow, respond to interrupts, process and move data, and perform other operations to keep the overall system functioning well.
- a matrix multiplication function running on a microcontroller may place a heavy processing burden on the microcontroller and in the extreme, may cause a number of system errors. In one case, the matrix multiplication operation may fail if it is required to generate real-time output and the microcontroller is busy servicing other higher priority functions of the system.
- FIGURES illustrate examples of systems for matrix multiplication.
- FIGURE 1 illustrates a three-input perceptron.
- FIGURE 2 illustrates one of various examples of a multi-layer neural network.
- FIGURE 3 illustrates one of various examples of a digital filter.
- FIGURE 4 illustrates a one of various examples of a peripheral matrix multiplication unit.
- a peripheral including a weight memory to receive data input from, respectively, an external DMA circuit and a system bus and to receive control input from the sequencer, the weight memory to provide a weight memory output, an input memory to receive data input from the system bus and control input from the sequencer, the input memory to provide an input memory output, a multiplier to receive input from, respectively, the weight memory output and the input memory output, the multiplier to generate a multiplier output, an accumulator to receive input from, respectively, the multiplier output and an output memory output, the accumulator to generate an accumulator output, an output memory to receive data input from the weight memory output, the accumulator output, and the system bus, and to receive control input from the sequencer, the output memory to provide output to, respectively, the system bus and an output memory output, and wherein the sequencer generates output signals coupled to the input memory and the output memory, and generates an interrupt signal based on a programmable condition;
- a microcontroller including a peripheral, the peripheral comprising a weight memory to receive data input from, respectively, a DMA circuit and a system bus and to receive control input from the sequencer, the weight memory to provide a weight memory output, an input memory to receive data input from the system bus and control input from the sequencer, the input memory to provide an input memory output, a multiplier to receive input from, respectively, the weight memory output and the input memory output, the multiplier to generate a multiplier output, an accumulator to receive input from, respectively, the multiplier output and an output memory output, the accumulator to generate an accumulator output, an output memory to receive data input from the weight memory output, the accumulator output, and the system bus, and to receive control input from the sequencer, the output memory to provide output to, respectively, the system bus and an output memory output, wherein the sequencer generates output signals coupled to the input memory and the output memory, and generates an interrupt signal based on a programmable condition, and an activation circuit to compute an activation function at a predetermined
- a method including loading weight values into a weight memory, loading input values into an input memory, multiplying, respectively, a value stored in the weight memory and a value stored in the input memory to generate a multiplier output, accumulating a plurality of successive multiplier outputs in an accumulator, storing the result of the accumulator in an output memory, triggering an interrupt signal in response to storing the result, and transferring a plurality of results of the accumulator from the output memory to the input memory after a predetermined number of accumulator results have been stored in the output memory.
- FIGURE 1 shows one of various examples of a single node of a neural network, commonly referred to as a perceptron 100.
- First input 110, second input 120 and third input 130 may be storage locations which contain numerical values. Numerical values may be provided to first input 110, second input 120 and third input 130, by a sensor, processor, microcontroller, memory or other source capable to provide numerical values. Numerical values provided to first input 110, second input 120 and third input 130 may be provided, respectively, by the same source or may be provided from different sources.
- First weight 111, second weight 121 and third weight 131 may be storage locations which may contain numerical values.
- Numerical values may be provided to first weight 111, second weight 121 and third weight 131 by a sensor, processor, controller, memory or other source capable to provide numerical values. Numerical values provided to first weight 111, second weight 121 and third weight 131 may be provided, respectively, by the same source or may be provided from different sources. In operation, the numerical value provided to first input 110 may be multiplied by the numerical value provided to first weight 111 at multiplier 116. A first bias value 112 may be added to the output of first multiplier 116 at a first adder 115 to create first intermediate output 113. First bias value 112 may be a real number value, including a value of zero.
- the numerical value provided to second input 120 may be multiplied by the numerical value provided to second weight 121 at second multiplier 126.
- a second bias value 122 may be added to the output of second multiplier 126 at a second adder 125 to create second intermediate output 123.
- Second bias value 122 may be a real number value, including a value of zero.
- the numerical value provided to third input 130 may be multiplied by the numerical value provided to third weight 131 at a third multiplier 136.
- a third bias value 132 may be added to the output of third multiplier 136 at a third adder 135 to create a third intermediate output 133.
- First intermediate output 113, second intermediate output 123, and third intermediate output 133 may input to output node 150.
- first intermediate output 113, second intermediate output 123 and third intermediate output 133 may be summed at an output adder 152 and an activation function 155 may be applied to the output of output adder 152 to generate output 170.
- the activation function may include but is not limited to a hyperbolic tangent (tanh) function, a sigmoid function, a linear function, a rectified linear unit (ReLU), or any other mathematical function capable to translate a set of data from a first range of values to a second range of values.
- FIGURE 2 shows one of various examples of a network diagram of a multi-layer network 200.
- Input layer 210 may include one or more inputs, indicated as nodes in the network diagram.
- the example of FIGURE 2 is shown with 4 inputs, shown as input nodes 211, 212, 213, and 214.
- Other examples may include more inputs than the number shown in FIGURE 2, or may include fewer inputs than the number shown in FIGURE 2.
- First input 211, second input 212, third input 213 and fourth input 214 may be storage locations which contain numerical values. Numerical values may be provided to first input 211, second input 212, third input 213 and fourth input 214, by a sensor, processor, controller, memory or other source capable to provide numerical values. Numerical values provided to first input 211, second input 212, third input 213 and fourth input 214 may be provided by, respectively, the same source or may be provided from different sources.
- Each of input nodes 211, 212, 213 and 214 may be connected to at least one node of first hidden layer 230.
- first hidden layer 230 may be comprised of nodes 231, 232, 233, 234 and 235.
- the numerical value stored in the node of the input layer 210 may be multiplied by a weight value and a bias value may be added to the result of the multiplication in a manner as described in the single perceptron case of FIGURE 1.
- the numerical value provided to first input node 211 may be multiplied by a weight value 221 at a multiplier 226.
- a bias value 222 may be added to the output of multiplier 226 at an adder 225.
- Bias value 222 may be a positive value, a negative value, or may be zero- valued, where the bias value 222 may be set based on a predetermined algorithm.
- Node 231 of first hidden layer 230 may sum all inputs to node 231 and may apply an activation function to the result of the sum.
- the output of the activation function may be stored in node 231 of first hidden layer 230.
- Nodes 232, 233, 234 and 235 of first hidden layer 230 may similarly sum all inputs to the respective node and may apply an activation function to the result of the sum, and may store the output of the activation function in the respective node of first hidden layer 230.
- multiplier and adder are only shown for a single path between input layer 210 and first hidden layer 230, but additional multipliers and adders may be present in all paths between respective nodes of input layer 210 and respective nodes of first hidden layer 230 of the network 200. Additional multipliers, adders and bias values on each path are not shown in order to improve the readability of the figure. A similar multiplication by a weight value and addition of a bias value may occur at every arrow connecting a respective node of the input layer 210 to a respective node of first hidden layer 230.
- the example of FIGURE 2 shows first hidden layer 230 with 5 nodes, but other examples may include a first hidden layer 230 with more nodes than the number shown in FIGURE 2, or with fewer nodes than the number shown in FIGURE 2.
- the example of FIGURE 2 shows every node of input layer 210 connecting to every node of first hidden layer 230.
- Other examples may include a different combination of connections between nodes of input layer 210 and nodes of first hidden layer 230.
- the specific combination of connections between nodes of input layer 210 and nodes of first hidden layer 230 may be fixed in hardware, or may be programmable by a controller or by a software program.
- a node of input layer 210 may connect to fewer than all of the nodes of first hidden layer 230
- a node of first hidden layer 230 may connect to fewer than all the nodes of input layer 210.
- Each node 231, 232, 233, 234 and 235 of first hidden layer 230 may be connected to at least one node of second hidden layer 250.
- second hidden layer 250 may be comprised of nodes 251, 252, 253, 254, 255, and 256.
- the value stored in the node of the first hidden layer 230 may be multiplied by a weight value, and a bias value may be added to the result of the multiplication.
- the value stored in first hidden layer 230 at node 231 may be multiplied by a weight value 241 at multiplier 246.
- a bias value 242 may be added to the output of multiplier 246 at adder 242.
- the bias value may be a positive or negative value, chosen based on the specific algorithm.
- Each node may have a unique bias value. Some nodes may have the same bias values.
- Node 251 of second hidden layer 250 may sum all inputs to node 251 and may apply an activation function to the result of the sum. The result of the activation function may be stored in node 251 of second hidden layer 250.
- Nodes 252, 253, 254, 255 and 256 of second hidden layer 250 may similarly sum all inputs to the respective node and may apply an activation function to the result of the sum, and may store the output of the activation function in the respective node of second hidden layer 250.
- multiplier and adder are only shown for a single path between first hidden layer 230 and second hidden layer 250, but additional multipliers and adders may be present in all paths between first hidden layer 230 and second hidden layer 250. Additional multipliers, adders and bias values on each path are not shown in order to improve the readability of the figure.
- the example of FIGURE 2 shows second hidden layer 250 with 6 nodes, but other examples may include a second hidden layer 250 with more nodes than the number shown in FIGURE 2, or with fewer nodes than the number shown in FIGURE 2.
- the example of FIGURE 2 shows every node of first hidden layer 230 connecting to every node of second hidden layer 250.
- Other examples may include a different combination of connections between first hidden layer 230 and second hidden layer 250.
- the specific combination of connections between first hidden layer 230 and second hidden layer 250 may be fixed in hardware, or may be programmable by a controller or a software program.
- a node of first hidden layer 230 may connect to fewer than all of the nodes of second hidden layer 250
- a node of second hidden layer 250 may connect to fewer than all the nodes of first hidden layer 230.
- Each node 251, 252, 253, 254 and 255, 256 of second hidden layer 250 may be connected to at least one node of output layer 270.
- output layer 270 may be comprised of nodes 271, 272 and 273.
- the value stored in the node of the second hidden layer 250 may be multiplied by a respective weight value, and a respective bias value may be added to the result of the multiplication.
- the value stored in second hidden layer 250 at node 251 may be multiplied by a weight value 261 at a multiplier 266.
- a bias value 262 may be added to the output of multiplier 266 at adder 265.
- the bias value may be a positive or negative value, chosen based on the specific algorithm.
- Each node may have a unique bias value. Some nodes may have the same bias values.
- Node 271 of output layer 270 may sum all inputs to node 271, and may apply an activation function to the result of the sum. The result of the activation function may be stored in node 271 of output layer 270.
- Nodes 272 and 273 of output layer 270 may similarly sum all inputs to the respective node and may apply an activation function to the result of the sum, and may store the output of the activation function in the respective node of output layer 270.
- multiplier and adder are only shown for a single path between second hidden layer 250 and output layer 270, but these multipliers and adders may be present in all paths between second hidden layer 250 and output layer 270. Additional multipliers, adders and bias values on each path are not shown in order to improve the readability of the figure.
- FIGURE 2 shows output layer 270 with 3 nodes, but other examples may include an output layer 270 with more nodes than the number shown in FIGURE 2, or with fewer nodes than the number shown in FIGURE 2.
- output layer 270 may contain a single output node.
- the example of FIGURE 2 shows every node of second hidden layer 250 connected to every node of output layer 270.
- Other examples may include a different combination of connections between second hidden layer 250 and output layer 270.
- the specific combination of connections between second hidden layer 250 and output layer 270 may be fixed in hardware, or may be programmable by a controller or by a software program.
- a node of second hidden layer 250 may connect to fewer than all of the nodes of output layer 270, and a node of second hidden layer 250 may connect to fewer than all the nodes of output layer 270.
- FIGURE 1 and FIGURE 2 may be used to implement a neural network for machine learning, image classification and many other applications.
- other applications beyond neural networks may be structured as combinations of input nodes, multiplication by a weight, addition of a bias value and a summation as illustrated in FIGURE 1 and FIGURE 2.
- FIGURE 3 shows one of various examples of a digital filter 300.
- the signal flow diagram of digital filter 300 may be defined as a network graph similar to FIGURE 1 and FIGURE 2.
- An input signal 301 may be input to an input node 310.
- Input nodes 311, 312, 313, 314, 315, 316, and 317 may be connected in a shift register configuration, with node 311 receiving input from an output of input node 310, input node 312 receiving input from an output of input node 311 and continuing to the end of the shift register, i.e. to node 317.
- Input nodes 311, 312, 313, 314, 315, 316 and 317 may be flip-flop storage, random-access memory (RAM) storage or other volatile or non-volatile memory components capable to store values of input signal 301. Samples of input signal 301 may shift in sequence and may be stored in nodes 311, 312, 313, 314, 315, 316, and 317.
- Input signal 301 may be an audio signal, a video or image signal, or any other sampled data signal.
- Outputs of input nodes 310, 311, 312, 313, 314, 315, 316, and 317, respectively, may be input to multipliers 320, 321, 322, 323, 324,
- multipliers 320, 321, 322, 323, 324, 325, 326, and 327 may multiply their respective inputs by a weight value.
- an FIR filter 326, and 327 may be input to an adder 330, as shown in FIGURE 3.
- the output of adder 330 may generate output 350.
- an FIR filter may be implemented as a matrix multiplication operation.
- the bias values may all be set to zero.
- the bias values and associated adders are not shown in FIGURE 3 for simplicity.
- matrix multiplication may be implemented in software, or may be implemented by dedicated hardware.
- higher-level system functions may take priority over matrix multiplication operations, which may result in errors in a real-time system.
- FIGURE 4 illustrates one of various examples of a peripheral 400.
- Peripheral 400 illustrates one of various examples of an implementation of a matrix multiplication unit.
- Peripheral 400 may be part of a microcontroller which may implement the network graphs and signal flow diagrams of FIGURE 1 and FIGURE 2 and FIGURE 3.
- the microcontroller may include other elements not illustrated in FIGURE 4, including but not limited to a CPU, an oscillator, input and output ports and bus interfaces.
- An external Direct Memory Access (DMA) circuit 410 may load weight values and bias values into peripheral 400 for a matrix multiplication operation.
- External DMA circuit 410 may load weight values into weight memory 420 from a DMA input 405 through a DMA output 415 of external DMA circuit 410.
- DMA input 405 may be provided by an analog-to-digital converter (ADC) or other peripheral device capable to provide a data input to external DMA circuit 410.
- System bus 470 may load weight values directly to weight memory 420.
- System bus 470 may load input values into RAM A 460.
- RAM A 460 may also be referred to as the input memory.
- Multiplier 430 may multiply values from, respectively, weight memory 420, via weight memory output 425, and RAM A 460, via RAM A output 465.
- RAM A output 465 may also be termed the input memory output.
- Multiplier 430 may generate multiplier output 435.
- Accumulator 440 may add a predetermined number of outputs from multiplier output 435 to respective values from RAM B output 455 and accumulate the result for the predetermined number of outputs from multiplier output 435.
- Accumulator output 445 may be input to RAM B 450.
- RAM B 450 may also be referred to as the output memory.
- RAM B output 455 may also be referred to as the output memory output.
- a sequencer 480 may control operation of the peripheral 400 and movement of data between the various blocks in peripheral 400.
- sequencer 480 may instruct external DMA circuit 410 to load a plurality of weight and bias values into weight memory 420 for one layer of a multi-layer network.
- External DMA circuit 410 may load all weights and biases for the entire layer in one operation, or may load the weights and biases in multiple steps while peripheral 400 is in operation.
- the external DMA circuit 410 may be loading weight values into weight memory 420.
- Sequencer 480 may additionally load input values into RAM A 460 from system bus 470.
- Output signals from sequencer 480 may issue memory transactions to RAM A 460 to load input values into RAM A 460 from system bus 470.
- Multiplier 430 may multiply successive weights from weight memory 420 and successive input values from RAM A 460 provided via RAM A output 465 to generate intermediate outputs at multiplier output 435 as described previously in reference to FIGURE 1.
- Accumulator 440 may add successive intermediate outputs at multiplier output 435 to generate an output for one node of the layer of the network at accumulator output 445. The output of one node of the network may be written to RAM B 450.
- an activation circuit 480 may fetch the value of the output node from RAM B 450 and apply an activation function and re-write the result to RAM B 450.
- the activation circuit may require no interaction from a CPU, processor or controller.
- the activation circuit may implement an activation function to include but not limited to a tanh function, a sigmoid function, a linear function, a rectified linear unit (ReLU), or may implement any other mathematical function capable to translate a set of data from a first range to a second range.
- an interrupt 490 may be asserted by sequencer 480.
- the interrupt 490 may be programmed to trigger based on one of various conditions, including but not limited to the completion of the computations for one layer of the network.
- An interrupt service routine in peripheral 400 may issue instructions to fetch the output node value from RAM B 450, apply an activation function, and write the result of the activation function back into RAM B 450. In this manner, the interrupt enables peripheral 400 to use different activation functions for different nodes in the network. A similar sequence of operations may be continued for each node of a particular layer of the network.
- sequencer 480 may load weights and biases for the next layer into weight memory 420. Sequencer 480 may move the data for all the output nodes from RAM B 450 into RAM A 460 through system bus 470. Output signals from sequencer 480 may issue memory transactions to RAM A 460 and RAM B 450 to move data from RAM B 450 into RAM A 460 through system bus 470. Data may be transferred from RAM A 460 to RAM B 450 after a predetermined number of operations are complete. As was illustrated and disclosed regarding FIGURE 2, the output nodes of one layer may be the input nodes of the next layer. By moving data from the output storage location (RAM B 450) to the input storage location (RAM A 460) through system bus 470, the same hardware can be used for successive layers, saving memory. When the final layer calculation is complete, interrupt
- 490 may be asserted to signal to an external system the completion of the calculation.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computational Mathematics (AREA)
- Computing Systems (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Complex Calculations (AREA)
Abstract
A peripheral device for matrix multiplication including a weight memory, an input memory, a multiplier, an accumulator, an output memory and a sequencer to generate signals to drive the input memory and the output memory and to generate an interrupt signal. The weight memory may be loaded with weights and biases for a matrix multiplication operation, and the multiplier and accumulator may implement the multiply and accumulator operations for a matrix multiplication operation. Data may be swapped between the input memory and output memory to reduce the memory required for matrix multiplication operations.
Description
SYSTEM AND METHODS FOR MATRIX MULTIPLICATION
RELATED PATENT APPLICATION
This application claims priority to commonly owned United States Patent Application No. 63/393,170 filed July 28, 2022, the entire contents of which are hereby incorporated by reference for all purposes.
TECHNICAL FIELD
The present disclosure relates to peripheral devices in a microcontroller or system on a chip, and in particular to matrix multiplication.
BACKGROUND
Complex algorithms and processing blocks are found in more and more applications. Simple algorithms may utilize embedded controls that are programmed for specific responses to specific input conditions. More advanced algorithms may utilize predictive responses to nonspecific input conditions. Implementing these predictive algorithms in software can be slow and repetitive.
Many of these advanced algorithms and processing blocks are implemented as a matrix multiplication operation. In one example, an input pattern may be input to an artificial intelligence (Al) pattern recognition algorithm that is executed as a sequence of matrix multiplication operations. In another example, an input stream of audio samples may be filtered by a finite impulse response (FIR) or an infinite impulse response (HR) filter which may be implemented as matrix multiplication operation.
In an embedded system, a microcontroller may be used to control program flow, respond to interrupts, process and move data, and perform other operations to keep the overall system functioning well. A matrix multiplication function running on a microcontroller may place a heavy processing burden on the microcontroller and in the extreme, may cause a number of system errors. In one case, the matrix multiplication operation may fail if it is required to generate real-time output and the microcontroller is busy servicing other higher priority functions of the system.
There is a need in embedded systems for a device which can execute complex matrix multiplication operations with a small memory footprint while simultaneously leave the microcontroller free to manage overall system performance.
BRIEF DESCRIPTION OF THE FIGURES
The figures illustrate examples of systems for matrix multiplication.
FIGURE 1 illustrates a three-input perceptron.
FIGURE 2 illustrates one of various examples of a multi-layer neural network.
FIGURE 3 illustrates one of various examples of a digital filter.
FIGURE 4 illustrates a one of various examples of a peripheral matrix multiplication unit.
SUMMARY
A peripheral including a weight memory to receive data input from, respectively, an external DMA circuit and a system bus and to receive control input from the sequencer, the weight memory to provide a weight memory output, an input memory to receive data input from the system bus and control input from the sequencer, the input memory to provide an input memory output, a multiplier to receive input from, respectively, the weight memory output and the input memory output, the multiplier to generate a multiplier output, an accumulator to receive input from, respectively, the multiplier output and an output memory output, the accumulator to generate an accumulator output, an output memory to receive data input from the weight memory output, the accumulator output, and the system bus, and to receive control input from the sequencer, the output memory to provide output to, respectively, the system bus and an output memory output, and wherein the sequencer generates output signals coupled to the input memory and the output memory, and generates an interrupt signal based on a programmable condition;
A microcontroller including a peripheral, the peripheral comprising a weight memory to receive data input from, respectively, a DMA circuit and a system bus and to receive control input from the sequencer, the weight memory to provide a weight memory output, an input memory to receive data input from the system bus and control input from the sequencer, the input memory to provide an input memory output, a multiplier to receive input from, respectively, the weight memory output and the input memory output, the multiplier to generate a multiplier output, an accumulator to receive input from, respectively, the multiplier output and an output memory output, the accumulator to generate an accumulator output, an output memory to receive data input from the weight memory output, the accumulator output, and the system bus, and to receive control input from the sequencer, the output memory to provide output to, respectively, the system bus and an output memory output, wherein the sequencer generates output signals coupled to the input memory and the output memory, and generates
an interrupt signal based on a programmable condition, and an activation circuit to compute an activation function at a predetermined time, based at least in part on a value stored in the output memory.
A method including loading weight values into a weight memory, loading input values into an input memory, multiplying, respectively, a value stored in the weight memory and a value stored in the input memory to generate a multiplier output, accumulating a plurality of successive multiplier outputs in an accumulator, storing the result of the accumulator in an output memory, triggering an interrupt signal in response to storing the result, and transferring a plurality of results of the accumulator from the output memory to the input memory after a predetermined number of accumulator results have been stored in the output memory.
DESCRIPTION
One of various examples of a matrix multiplication operation may be the computations within a neural network. FIGURE 1 shows one of various examples of a single node of a neural network, commonly referred to as a perceptron 100. First input 110, second input 120 and third input 130 may be storage locations which contain numerical values. Numerical values may be provided to first input 110, second input 120 and third input 130, by a sensor, processor, microcontroller, memory or other source capable to provide numerical values. Numerical values provided to first input 110, second input 120 and third input 130 may be provided, respectively, by the same source or may be provided from different sources. First weight 111, second weight 121 and third weight 131 may be storage locations which may contain numerical values. Numerical values may be provided to first weight 111, second weight 121 and third weight 131 by a sensor, processor, controller, memory or other source capable to provide numerical values. Numerical values provided to first weight 111, second weight 121 and third weight 131 may be provided, respectively, by the same source or may be provided from different sources. In operation, the numerical value provided to first input 110 may be multiplied by the numerical value provided to first weight 111 at multiplier 116. A first bias value 112 may be added to the output of first multiplier 116 at a first adder 115 to create first intermediate output 113. First bias value 112 may be a real number value, including a value of zero. The numerical value provided to second input 120 may be multiplied by the numerical value provided to second weight 121 at second multiplier 126. A second bias value 122 may be added to the output of second multiplier 126 at a second adder 125 to create second intermediate output 123. Second bias value 122 may be a real number value, including a value
of zero. The numerical value provided to third input 130 may be multiplied by the numerical value provided to third weight 131 at a third multiplier 136. A third bias value 132 may be added to the output of third multiplier 136 at a third adder 135 to create a third intermediate output 133. First intermediate output 113, second intermediate output 123, and third intermediate output 133 may input to output node 150. At output node 150, first intermediate output 113, second intermediate output 123 and third intermediate output 133 may be summed at an output adder 152 and an activation function 155 may be applied to the output of output adder 152 to generate output 170. The activation function may include but is not limited to a hyperbolic tangent (tanh) function, a sigmoid function, a linear function, a rectified linear unit (ReLU), or any other mathematical function capable to translate a set of data from a first range of values to a second range of values.
A plurality of perceptrons may form a multi-layer network. FIGURE 2 shows one of various examples of a network diagram of a multi-layer network 200. Input layer 210 may include one or more inputs, indicated as nodes in the network diagram. The example of FIGURE 2 is shown with 4 inputs, shown as input nodes 211, 212, 213, and 214. Other examples may include more inputs than the number shown in FIGURE 2, or may include fewer inputs than the number shown in FIGURE 2.
First input 211, second input 212, third input 213 and fourth input 214 may be storage locations which contain numerical values. Numerical values may be provided to first input 211, second input 212, third input 213 and fourth input 214, by a sensor, processor, controller, memory or other source capable to provide numerical values. Numerical values provided to first input 211, second input 212, third input 213 and fourth input 214 may be provided by, respectively, the same source or may be provided from different sources.
Each of input nodes 211, 212, 213 and 214 may be connected to at least one node of first hidden layer 230. In the example of FIGURE 2, first hidden layer 230 may be comprised of nodes 231, 232, 233, 234 and 235. At each connection between a node of input layer 210 and a node of first hidden layer 230, the numerical value stored in the node of the input layer 210 may be multiplied by a weight value and a bias value may be added to the result of the multiplication in a manner as described in the single perceptron case of FIGURE 1. As shown in FIGURE 2, the numerical value provided to first input node 211 may be multiplied by a weight value 221 at a multiplier 226. A bias value 222 may be added to the output of multiplier 226 at an adder 225. Bias value 222 may be a positive value, a negative value, or may be zero-
valued, where the bias value 222 may be set based on a predetermined algorithm. Node 231 of first hidden layer 230 may sum all inputs to node 231 and may apply an activation function to the result of the sum. The output of the activation function may be stored in node 231 of first hidden layer 230. Nodes 232, 233, 234 and 235 of first hidden layer 230, may similarly sum all inputs to the respective node and may apply an activation function to the result of the sum, and may store the output of the activation function in the respective node of first hidden layer 230.
In the example of FIGURE 2, the multiplier and adder are only shown for a single path between input layer 210 and first hidden layer 230, but additional multipliers and adders may be present in all paths between respective nodes of input layer 210 and respective nodes of first hidden layer 230 of the network 200. Additional multipliers, adders and bias values on each path are not shown in order to improve the readability of the figure. A similar multiplication by a weight value and addition of a bias value may occur at every arrow connecting a respective node of the input layer 210 to a respective node of first hidden layer 230.
The example of FIGURE 2 shows first hidden layer 230 with 5 nodes, but other examples may include a first hidden layer 230 with more nodes than the number shown in FIGURE 2, or with fewer nodes than the number shown in FIGURE 2. The example of FIGURE 2 shows every node of input layer 210 connecting to every node of first hidden layer 230. Other examples may include a different combination of connections between nodes of input layer 210 and nodes of first hidden layer 230. The specific combination of connections between nodes of input layer 210 and nodes of first hidden layer 230 may be fixed in hardware, or may be programmable by a controller or by a software program. In one of various examples, a node of input layer 210 may connect to fewer than all of the nodes of first hidden layer 230, and a node of first hidden layer 230 may connect to fewer than all the nodes of input layer 210.
Each node 231, 232, 233, 234 and 235 of first hidden layer 230 may be connected to at least one node of second hidden layer 250. In the example of FIGURE 2, second hidden layer 250 may be comprised of nodes 251, 252, 253, 254, 255, and 256. At each connection between a node of first hidden layer 230 and a node of second hidden layer 250, the value stored in the node of the first hidden layer 230 may be multiplied by a weight value, and a bias value may be added to the result of the multiplication. As shown in FIGURE 2, the value stored in first hidden layer 230 at node 231 may be multiplied by a weight value 241 at multiplier 246. A bias value 242 may be added to the output of multiplier 246 at adder 242. The bias value may be a
positive or negative value, chosen based on the specific algorithm. Each node may have a unique bias value. Some nodes may have the same bias values. Node 251 of second hidden layer 250 may sum all inputs to node 251 and may apply an activation function to the result of the sum. The result of the activation function may be stored in node 251 of second hidden layer 250. Nodes 252, 253, 254, 255 and 256 of second hidden layer 250 may similarly sum all inputs to the respective node and may apply an activation function to the result of the sum, and may store the output of the activation function in the respective node of second hidden layer 250.
In the example of FIGURE 2, the multiplier and adder are only shown for a single path between first hidden layer 230 and second hidden layer 250, but additional multipliers and adders may be present in all paths between first hidden layer 230 and second hidden layer 250. Additional multipliers, adders and bias values on each path are not shown in order to improve the readability of the figure.
The example of FIGURE 2 shows second hidden layer 250 with 6 nodes, but other examples may include a second hidden layer 250 with more nodes than the number shown in FIGURE 2, or with fewer nodes than the number shown in FIGURE 2. The example of FIGURE 2 shows every node of first hidden layer 230 connecting to every node of second hidden layer 250. Other examples may include a different combination of connections between first hidden layer 230 and second hidden layer 250. The specific combination of connections between first hidden layer 230 and second hidden layer 250 may be fixed in hardware, or may be programmable by a controller or a software program. In one of various examples, a node of first hidden layer 230 may connect to fewer than all of the nodes of second hidden layer 250, and a node of second hidden layer 250 may connect to fewer than all the nodes of first hidden layer 230.
Each node 251, 252, 253, 254 and 255, 256 of second hidden layer 250 may be connected to at least one node of output layer 270. In the example of FIGURE 2, output layer 270 may be comprised of nodes 271, 272 and 273. At each connection between a node of second hidden layer 250 and a node of output layer 270, the value stored in the node of the second hidden layer 250 may be multiplied by a respective weight value, and a respective bias value may be added to the result of the multiplication. As shown in FIGURE 2, the value stored in second hidden layer 250 at node 251 may be multiplied by a weight value 261 at a multiplier 266. A bias value 262 may be added to the output of multiplier 266 at adder 265. The bias value
may be a positive or negative value, chosen based on the specific algorithm. Each node may have a unique bias value. Some nodes may have the same bias values. Node 271 of output layer 270 may sum all inputs to node 271, and may apply an activation function to the result of the sum. The result of the activation function may be stored in node 271 of output layer 270. Nodes 272 and 273 of output layer 270 may similarly sum all inputs to the respective node and may apply an activation function to the result of the sum, and may store the output of the activation function in the respective node of output layer 270.
In the example of FIGURE 2, the multiplier and adder are only shown for a single path between second hidden layer 250 and output layer 270, but these multipliers and adders may be present in all paths between second hidden layer 250 and output layer 270. Additional multipliers, adders and bias values on each path are not shown in order to improve the readability of the figure.
The example of FIGURE 2 shows output layer 270 with 3 nodes, but other examples may include an output layer 270 with more nodes than the number shown in FIGURE 2, or with fewer nodes than the number shown in FIGURE 2. In one of various examples, output layer 270 may contain a single output node. The example of FIGURE 2 shows every node of second hidden layer 250 connected to every node of output layer 270. Other examples may include a different combination of connections between second hidden layer 250 and output layer 270. The specific combination of connections between second hidden layer 250 and output layer 270 may be fixed in hardware, or may be programmable by a controller or by a software program. In one of various examples, a node of second hidden layer 250 may connect to fewer than all of the nodes of output layer 270, and a node of second hidden layer 250 may connect to fewer than all the nodes of output layer 270.
The examples of FIGURE 1 and FIGURE 2 may be used to implement a neural network for machine learning, image classification and many other applications. In one of various examples, other applications beyond neural networks may be structured as combinations of input nodes, multiplication by a weight, addition of a bias value and a summation as illustrated in FIGURE 1 and FIGURE 2. FIGURE 3 shows one of various examples of a digital filter 300. The signal flow diagram of digital filter 300 may be defined as a network graph similar to FIGURE 1 and FIGURE 2. An input signal 301 may be input to an input node 310. Input nodes 311, 312, 313, 314, 315, 316, and 317, may be connected in a shift register configuration, with node 311 receiving input from an output of input node 310, input node 312 receiving input
from an output of input node 311 and continuing to the end of the shift register, i.e. to node 317. Input nodes 311, 312, 313, 314, 315, 316 and 317 may be flip-flop storage, random-access memory (RAM) storage or other volatile or non-volatile memory components capable to store values of input signal 301. Samples of input signal 301 may shift in sequence and may be stored in nodes 311, 312, 313, 314, 315, 316, and 317. Input signal 301 may be an audio signal, a video or image signal, or any other sampled data signal. Outputs of input nodes 310, 311, 312, 313, 314, 315, 316, and 317, respectively, may be input to multipliers 320, 321, 322, 323, 324,
325, 326, and 327. Each of multipliers 320, 321, 322, 323, 324, 325, 326, and 327 may multiply their respective inputs by a weight value. Outputs of multipliers 320, 321, 322, 323, 324, 325,
326, and 327 may be input to an adder 330, as shown in FIGURE 3. The output of adder 330 may generate output 350. In this manner, an FIR filter may be implemented as a matrix multiplication operation. In this example, the bias values may all be set to zero. The bias values and associated adders are not shown in FIGURE 3 for simplicity.
In operation, matrix multiplication may be implemented in software, or may be implemented by dedicated hardware. In a software implementation, higher-level system functions may take priority over matrix multiplication operations, which may result in errors in a real-time system.
FIGURE 4 illustrates one of various examples of a peripheral 400. Peripheral 400 illustrates one of various examples of an implementation of a matrix multiplication unit. Peripheral 400 may be part of a microcontroller which may implement the network graphs and signal flow diagrams of FIGURE 1 and FIGURE 2 and FIGURE 3. The microcontroller may include other elements not illustrated in FIGURE 4, including but not limited to a CPU, an oscillator, input and output ports and bus interfaces.
An external Direct Memory Access (DMA) circuit 410 may load weight values and bias values into peripheral 400 for a matrix multiplication operation. External DMA circuit 410 may load weight values into weight memory 420 from a DMA input 405 through a DMA output 415 of external DMA circuit 410. DMA input 405 may be provided by an analog-to-digital converter (ADC) or other peripheral device capable to provide a data input to external DMA circuit 410. System bus 470 may load weight values directly to weight memory 420. System bus 470 may load input values into RAM A 460. RAM A 460 may also be referred to as the input memory. Multiplier 430 may multiply values from, respectively, weight memory 420, via weight memory output 425, and RAM A 460, via RAM A output 465. RAM A output 465
may also be termed the input memory output. Multiplier 430 may generate multiplier output 435. Accumulator 440 may add a predetermined number of outputs from multiplier output 435 to respective values from RAM B output 455 and accumulate the result for the predetermined number of outputs from multiplier output 435. Accumulator output 445 may be input to RAM B 450. RAM B 450 may also be referred to as the output memory. RAM B output 455 may also be referred to as the output memory output.
In operation, a sequencer 480 may control operation of the peripheral 400 and movement of data between the various blocks in peripheral 400. As one of various examples, sequencer 480 may instruct external DMA circuit 410 to load a plurality of weight and bias values into weight memory 420 for one layer of a multi-layer network. External DMA circuit 410 may load all weights and biases for the entire layer in one operation, or may load the weights and biases in multiple steps while peripheral 400 is in operation. As one of various examples, while peripheral 400 is accessing data from RAM B 450 via system bus 470, the external DMA circuit 410 may be loading weight values into weight memory 420. Sequencer 480 may additionally load input values into RAM A 460 from system bus 470. Output signals from sequencer 480 may issue memory transactions to RAM A 460 to load input values into RAM A 460 from system bus 470. Multiplier 430 may multiply successive weights from weight memory 420 and successive input values from RAM A 460 provided via RAM A output 465 to generate intermediate outputs at multiplier output 435 as described previously in reference to FIGURE 1. Accumulator 440 may add successive intermediate outputs at multiplier output 435 to generate an output for one node of the layer of the network at accumulator output 445. The output of one node of the network may be written to RAM B 450. In one of various examples, once the multiply and accumulate operations are complete, an activation circuit 480 may fetch the value of the output node from RAM B 450 and apply an activation function and re-write the result to RAM B 450. The activation circuit may require no interaction from a CPU, processor or controller. The activation circuit may implement an activation function to include but not limited to a tanh function, a sigmoid function, a linear function, a rectified linear unit (ReLU), or may implement any other mathematical function capable to translate a set of data from a first range to a second range. In one of various examples, once the multiply and accumulate operations are complete for a given node, an interrupt 490 may be asserted by sequencer 480. The interrupt 490 may be programmed to trigger based on one of various conditions, including but not limited to the completion of the computations for
one layer of the network. An interrupt service routine in peripheral 400 may issue instructions to fetch the output node value from RAM B 450, apply an activation function, and write the result of the activation function back into RAM B 450. In this manner, the interrupt enables peripheral 400 to use different activation functions for different nodes in the network. A similar sequence of operations may be continued for each node of a particular layer of the network.
Once the entire layer of computation is complete, sequencer 480 may load weights and biases for the next layer into weight memory 420. Sequencer 480 may move the data for all the output nodes from RAM B 450 into RAM A 460 through system bus 470. Output signals from sequencer 480 may issue memory transactions to RAM A 460 and RAM B 450 to move data from RAM B 450 into RAM A 460 through system bus 470. Data may be transferred from RAM A 460 to RAM B 450 after a predetermined number of operations are complete. As was illustrated and disclosed regarding FIGURE 2, the output nodes of one layer may be the input nodes of the next layer. By moving data from the output storage location (RAM B 450) to the input storage location (RAM A 460) through system bus 470, the same hardware can be used for successive layers, saving memory. When the final layer calculation is complete, interrupt
490 may be asserted to signal to an external system the completion of the calculation.
Claims
1. A peripheral comprising: a weight memory to receive data input from, respectively, an external DMA circuit and a system bus and to receive control input from a sequencer, the weight memory to provide a weight memory output; an input memory to receive data input from the system bus and control input from the sequencer, the input memory to provide an input memory output; a multiplier to receive input from, respectively, the weight memory output and the input memory output, the multiplier to generate a multiplier output; an accumulator to receive input from, respectively, the multiplier output and an output memory output, the accumulator to generate an accumulator output; an output memory to receive data input from the weight memory output, the accumulator output, and the system bus, and to receive control input from the sequencer, the output memory to provide output to, respectively, the system bus and an output memory output, and wherein the sequencer is to generate output signals coupled to the input memory and the output memory, and generates an interrupt signal based on a programmable condition;
2. The peripheral as claimed in claim 1, the sequencer to generate output signals to transmit memory transactions to the output memory and to the input memory, the memory transactions to control transfer of data from the output memory to the input memory at a predetermined time.
3. The peripheral as claimed in any of claims 1-2, the input memory comprising a dual-port random access memory.
4. The peripheral as claimed in any of claims 1-3, the output memory comprising a dual-port random access memory.
5. The peripheral as claimed in any of claims 1-4, the weight memory contents comprising weight values in a matrix multiplication operation.
6. The peripheral as claimed in any of claims 1-5, comprising an activation circuit coupled to the system bus, the activation circuit to compute an activation function at a predetermined time, based at least in part on a value stored in the output memory.
7. A microcontroller comprising a peripheral of any of claims 1-6.
8. The microcontroller as claimed in claim 7, the accumulator to accumulate values in a matrix multiplication operation.
9. The microcontroller as claimed in claim 7, the activation function comprising a function generating an output between zero and one, inclusive.
10. A method comprising: loading weight values into a weight memory; loading input values into an input memory; multiplying, respectively, a value stored in the weight memory and a value stored in the input memory to generate a multiplier output; accumulating a plurality of successive multiplier outputs in an accumulator; storing the result of the accumulator in an output memory; triggering an interrupt signal in response to storing the result; and, transferring a plurality of results of the accumulator from the output memory to the input memory after a predetermined number of accumulator results have been stored in the output memory.
11. The method as claimed in claim 10, the method comprising applying an activation function based at least in part on the accumulator result stored in the output memory.
12. The method as claimed in any of claims 10-11, the activation function comprising a function generating an output between zero and one, inclusive.
13. The method as claimed in any of claims 10-12, the method comprising applying the activation function based at least upon the triggering of the interrupt signal.
14. The method as claimed in any of claims 10-13, wherein transferring the plurality of results comprises transmitting memory transactions to, respectively, the output memory and the input memory, the memory transactions to control transfer of data words from the output memory to the input memory at a predetermined time.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202380020798.3A CN118679451A (en) | 2022-07-28 | 2023-01-30 | System and method for matrix multiplication |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US202263393170P | 2022-07-28 | 2022-07-28 | |
US63/393,170 | 2022-07-28 | ||
US18/098,296 | 2023-01-18 | ||
US18/098,296 US20240037047A1 (en) | 2022-07-28 | 2023-01-18 | System and methods for matrix multiplication |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2024025618A1 true WO2024025618A1 (en) | 2024-02-01 |
Family
ID=85382904
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2023/011816 WO2024025618A1 (en) | 2022-07-28 | 2023-01-30 | System and methods for matrix multiplication |
Country Status (1)
Country | Link |
---|---|
WO (1) | WO2024025618A1 (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6298366B1 (en) * | 1998-02-04 | 2001-10-02 | Texas Instruments Incorporated | Reconfigurable multiply-accumulate hardware co-processor unit |
US20180121796A1 (en) * | 2016-11-03 | 2018-05-03 | Intel Corporation | Flexible neural network accelerator and methods therefor |
US20180225116A1 (en) * | 2015-10-08 | 2018-08-09 | Shanghai Zhaoxin Semiconductor Co., Ltd. | Neural network unit |
-
2023
- 2023-01-30 WO PCT/US2023/011816 patent/WO2024025618A1/en unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6298366B1 (en) * | 1998-02-04 | 2001-10-02 | Texas Instruments Incorporated | Reconfigurable multiply-accumulate hardware co-processor unit |
US20180225116A1 (en) * | 2015-10-08 | 2018-08-09 | Shanghai Zhaoxin Semiconductor Co., Ltd. | Neural network unit |
US20180121796A1 (en) * | 2016-11-03 | 2018-05-03 | Intel Corporation | Flexible neural network accelerator and methods therefor |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5740325A (en) | Computer system having a polynomial co-processor | |
US10698730B2 (en) | Neural network processor | |
CN110998570A (en) | Hardware node having matrix vector unit with block floating point processing | |
CN110705703A (en) | Sparse neural network processor based on systolic array | |
JPS6125188B2 (en) | ||
WO2023065983A1 (en) | Computing apparatus, neural network processing device, chip, and data processing method | |
TWI782328B (en) | Processor for neural network operation | |
JPH04232562A (en) | Computer apparatus | |
JPH06502265A (en) | Calculation circuit device for matrix operations in signal processing | |
Saeks et al. | On the Design of an MIMD Neural Network Processor | |
Chinn et al. | Systolic array implementations of neural nets on the MasPar MP-1 massively parallel processor | |
US20240037047A1 (en) | System and methods for matrix multiplication | |
WO2024025618A1 (en) | System and methods for matrix multiplication | |
CN114127689A (en) | Method for interfacing with a hardware accelerator | |
CN111985628B (en) | Computing device and neural network processor comprising same | |
US20220036196A1 (en) | Reconfigurable computing architecture for implementing artificial neural networks | |
US12079710B2 (en) | Scalable neural network accelerator architecture | |
US5018091A (en) | Discrete fourier transform calculating processor comprising a real-time testing device | |
CN112784206A (en) | Winograd convolution operation method, device, equipment and storage medium | |
Girau | FPNA: applications and implementations | |
US20240296142A1 (en) | Neural network accelerator | |
CN112596912B (en) | Acceleration operation method and device for convolution calculation of binary or ternary neural network | |
CN113554162B (en) | Axon input extension method, device, equipment and storage medium | |
CN110764602B (en) | Bus array for reducing storage overhead | |
WO2024125279A2 (en) | Hardware for parallel layer-norm compute |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23707554 Country of ref document: EP Kind code of ref document: A1 |