Systems and methods for performing matrix multiplication with a plurality of processing elements

Information

  • Patent Grant
  • 12045309
  • Patent Number
    12,045,309
  • Date Filed
    Wednesday, November 29, 2023
    10 months ago
  • Date Issued
    Tuesday, July 23, 2024
    2 months ago
  • Inventors
  • Original Assignees
    • Recogni Inc. (San Jose, CA, US)
  • Examiners
    • Sandifer; Matthew D
    Agents
    • Ascenda Law Group, PC
Abstract
In a system with control logic and a processing element array, two modes of operation may be provided. In the first mode of operation, the control logic may configure the system to perform matrix multiplication or 1×1 convolution. In the second mode of operation, the control logic may configure the system to perform 3×3 convolution. The processing element array may include an array of processing elements. Each of the processing elements may be configured to compute the dot product of two vectors in a single clock cycle, and further may accumulate the dot products that are sequentially computed over time.
Description
FIELD OF THE INVENTION

The present invention relates to the operations of matrix multiplication, 1×1 convolution and 3×3 convolution, and more specifically relates to a multi-mode architecture for unifying the previously stated operations.


BACKGROUND

Convolution and matrix multiplication serve as fundamental building blocks in contemporary artificial intelligence (AI) algorithms. For instance, the transformer architecture, extensively employed in large language models (LLMs), greatly relies on matrix multiplication and 1×1 convolution. Similarly, object detection in autonomous driving greatly relies on 3×3 convolutions.


SUMMARY OF THE INVENTION

In accordance with one embodiment of the invention, two modes of operation may be provided in a system with control logic and a processing element array. In the first mode of operation, the control logic may configure the system to perform matrix multiplication or 1×1 convolution. In the second mode of operation, the control logic may configure the system to perform 3×3 convolution. The processing element array may include an array of processing elements. Each of the processing elements may be configured to compute the dot product of two vectors in a single clock cycle, and further may accumulate the dot products that are sequentially computed over time.


In one embodiment, a system for performing matrix multiplication or 1×1 convolution may include a first buffer configured to receive a first array of values from a first memory, a second buffer configured to receive a second array of values from a second memory, and a first multiplexor configure to select a first or second row from the first array. A first processing element may be configured to receive the first row from the first multiplexor and a first column of the second array, and multiply the first row with the first column so as to compute a first dot product. A second processing element may be configured to receive the first row from the first multiplexor and a second column of the second array, and multiply the first row with the second column so as to compute a second dot product. The first processing element may be configured to receive the second row from the first multiplexor, and multiply the second row and the first column to form a third dot product. The second processing element may be configured to receive the second row from the first multiplexor, and multiply the second row and the second column so as to compute a fourth dot product. The first and second dot products may be computed in a first clock cycle, while the third and fourth dot products may be computed in a second clock cycle immediately following the first clock cycle.


In one embodiment, a method for performing matrix multiplication or 1×1 convolution may include storing a first array from a first memory in a first buffer and storing a second array from a second memory in the second buffer. A first multiplexor may select a first row of the first array from the first buffer, and transmit that row to a first and second processing element. The first processing element may receive a first column of the second array, and the second processing element may receive a second column of the second array. The first processing element may multiply the first row and the first column so as to compute a first dot product. The second processing element may multiply the first row and the second column so as to compute a second dot product. The first multiplexor may select a second row of the first array from the first buffer, and transmit such row to the first and second processing elements. The first processing element may multiply the second row and the first column so as to compute a third dot product, and the second processing element may multiply the second row and the second column so as to compute a fourth dot product. The first and second dot products may be computed in a first clock cycle, while the third and fourth dot products may be computed in a second clock cycle immediately following the first clock cycle.


In one embodiment, a system for performing matrix multiplication, 1×1 convolution or 3×3 convolution may include first and second memories, first and second buffers, first and second processing elements, control logic, and a controller for selecting a first or second mode of operation. In the first mode of operation:

    • The first buffer may be configured to store a first array of values from the first memory.
    • The second buffer may be configured to store a second array of values from the second memory.
    • The control logic may be configured to communicate a first row of the first array from the first buffer to the first and second processing elements, communicate a first column of the second array from the second buffer to the first processing element, and communicate a second column of the second array from the second buffer to the second processing element.
    • The first processing element may be configured to multiply the first row of the first array and the first column of the second array so as to compute a first dot product.
    • The second processing element may be configured to multiply the first row of the first array and the second column of the second array so as to compute a second dot product.
    • The control logic may be further configured to communicate a second row of the first array from the first buffer to the first and second processing elements.
    • The first processing element may be configured to multiply the second row of the first array and the first column of the second array so as to compute a third dot product.
    • The second processing element may be configured to multiply the second row of the first array and the second column of the second array so as to compute a fourth dot product.
    • Further, the first and second dot products may be computed in a first clock cycle of the first mode of operation, and the third and fourth dot products may be computed in a second clock cycle of the first mode of operation immediately following the first clock cycle of the first mode of operation.


In the second mode of operation:

    • The first buffer may be configured to store a third array of values from the first memory.
    • The second buffer may be configured to store a fourth array of values from the second memory, including the values







[




a

2
,
1





a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
1





a

3
,
2





a

3
,
3





a

3
,
4







a

4
,
1





a

4
,
2





a

4
,
3





a

4
,
4





]

.






    • The control logic may be further configured to communicate a first row of the third array from the first buffer to the first and second processing elements, communicate a first portion of the fourth array including the values









[




a

2
,
1





a

2
,
2





a

2
,
3







a

3
,
1





a

3
,
2





a

3
,
3







a

4
,
1





a

4
,
2





a

4
,
3





]






    • from the second buffer to the first processing element, and communicate a second portion of the fourth array including the values









[




a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
2





a

3
,
3





a

3
,
4







a

4
,
2





a

4
,
3





a

4
,
4





]






    • from the second buffer to the second processing element.

    • The first processing element may be configured to compute a fifth dot product between values included in the first row of the third array and values included in the first portion of the fourth array.

    • The second processing element may be configured to compute a sixth dot product between the values included in the first row of the third array and values included in the second portion of the fourth array.

    • The second buffer may be configured to store a fifth array of values from the second memory, including values and the values










[




a

2
,
1





a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
1





a

3
,
2





a

3
,
3





a

3
,
4





]

.






    • The control logic may be further configured to communicate a first portion of the fifth array including the values









[




a

1
,
1





a

1
,
2





a

1
,
3







a

2
,
1





a

2
,
2





a

2
,
3







a

3
,
1





a

3
,
2





a

3
,
3





]






    • from the second buffer to the first processing element; and communicate a second portion of the fifth array including the values









[




a

1
,
2





a

1
,
3





a

1
,
4







a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
2





a

3
,
3





a

3
,
4





]






    • from the second buffer to the second processing element.

    • The first processing element may be configured to compute a seventh dot product between values included in the first row of the third array and values included in the first portion of the fifth array.

    • The second processing element may be configured to compute an eighth dot product between the values included in the first row of the third array and values included in the second portion of the fifth array.

    • Further, the fifth and sixth dot products may be computed in a first clock cycle of the second mode of operation, and the seventh and eighth dot products may be computed in a second clock cycle of the second mode of operation immediately following the first clock cycle of the second mode of operation.





In one embodiment, a method for performing matrix multiplication, 1×1 convolution or 3×3 convolution may include, in a first mode of operation:

    • storing, in a first buffer, a first array of values from a first memory;
    • storing, in a second buffer, a second array of values from a second memory;
    • communicating, by a control logic, a first row of the first array from the first buffer to the first and second processing elements;
    • communicating, by the control logic, a first column of the second array from the second buffer to the first processing element;
    • communicating, by the control logic, a second column of the second array from the second buffer to the second processing element;
    • computing, by a first processing element, a first dot product between values included in the first row of the first array and values included in the first column of the second array;
    • computing, by a second processing element, a second dot product between the values included in the first row of the first array and values included in the second column of the second array;
    • communicating, by the control logic, a second row of the first array from the first buffer to the first and second processing elements;
    • computing, by the first processing element, a third dot product between values included in the second row of the first array and the values included in the first column of the second array; and
    • computing, by the second processing element, a fourth dot product between the values included in the second row of the first array and the values included in the second column of the second array.


      The first and second dot products may be computed in a first clock cycle of the first mode of operation, and the third and fourth dot products may be computed in a second clock cycle of the first mode of operation immediately following the first clock cycle of the first mode of operation.


In a second mode of operation, the method may include:

    • storing, in the first buffer, a third array of values from the first memory; storing, in the second buffer, a fourth array of values from the second memory, including values







[




a

2
,
1





a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
1





a

3
,
2





a

3
,
3





a

3
,
4







a

4
,
1





a

4
,
2





a

4
,
3





a

4
,
4





]

;






    • communicating, by the control logic, a first row of the third array from the first buffer to the first and second processing elements;

    • communicating, by the control logic, a first portion of the fourth array including the values









[




a

2
,
1





a

2
,
2





a

2
,
3







a

3
,
1





a

3
,
2





a

3
,
3







a

4
,
1





a

4
,
2





a

4
,
3





]






    • from the second buffer to the first processing element;

    • communicating, by the control logic, a second portion of the fourth array including the values









[




a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
2





a

3
,
3





a

3
,
4







a

4
,
2





a

4
,
3





a

4
,
4





]






    • from the second buffer to the second processing element;

    • computing, by the first processing element, a fifth dot product between values included in the first row of the third array and values included in the first portion of the fourth array;

    • computing, by the second processing element, a sixth dot product between the values included in the first row of the third array and values included in the second portion of the fourth array;

    • storing, in the second buffer, a fifth array of values from the second memory, including values
      • [a1,1 a1,2 a1,3 a1,4]

    • and the values










[




a

2
,
1





a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
1





a

3
,
2





a

3
,
3





a

3
,
4





]

;






    • communicating, by the control logic, a first portion of the fifth array including the values









[




a

1
,
1





a

1
,
2





a

1
,
3







a

2
,
1





a

2
,
2





a

2
,
3







a

3
,
1





a

3
,
2





a

3
,
3





]






    • from the second buffer to the first processing element;

    • communicating, by the control logic, a second portion of the fifth array including the values









[




a

1
,
2





a

1
,
3





a

1
,
4







a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
2





a

3
,
3





a

3
,
4





]






    • from the second buffer to the second processing element;

    • computing by the first processing element a seventh dot product between values included in the first row of the third array and values included in the first portion of the fifth array; and

    • computing by the second processing element an eighth dot product between the values included in the first row of the third array and values included in the second portion of the fifth array.


      The fifth and sixth dot products may be computed in the first clock cycle of the second mode of operation, and the seventh and eighth dot products may be computed in the second clock cycle of the second mode of operation immediately following the first clock cycle of the second mode of operation.





In one embodiment, a system for performing matrix multiplication, 1×1 convolution or 3×3 convolution may include first and second memories; first, second and third processing elements; means for communicating data from the first memory to the first, second and third processing elements; and means for communicating data from the second memory to the first, second and third processing elements in one of a first or second configuration. In the first configuration (e.g., for 3×3 convolution), first, second and third groups of values (e.g., activation values) from the second memory may be transmitted to the first, second and third processing elements, respectively, and three values (e.g., activation values) may be shared between the first, second and third groups of values from the second memory. In the second configuration (e.g., for matrix multiplication or 1×1 convolution), fourth, fifth and sixth groups of values (e.g., each group corresponding to a partial column from a matrix in the case of matrix multiplication; or corresponding to activation values in the case of 1×1 convolution) from the second memory may be transmitted to the first, second and third processing elements, respectively. The first processing element may be configured to manipulate (e.g., compute a dot product between) the data from the first memory (e.g., which may be weights in the case of 3×3 or 1×1 convolution, or a partial row of a matrix in the case of matrix multiplication) with the first or fourth groups of values from the second memory. The second processing element may be configured to manipulate (e.g., compute a dot product between) the data from the first memory with the second or fifth groups of values from the second memory. Similarly, the third processing element may be configured to manipulate (e.g., compute a dot product between) the data from the first memory with the third or sixth groups of values from the second memory.


In one embodiment, a method for performing matrix multiplication, 1×1 convolution or 3×3 convolution may include communicating data (e.g., which may be weights in the case of 3×3 or 1×1 convolution, or a partial row of a matrix in the case of matrix multiplication) from a first memory to first, second and third processing elements, and a controller selecting one of a first or second configuration of an integrated circuit for transmitting data from a second memory to the first, second and third processing elements. The integrated circuit may be controllable to operate in the first configuration (e.g., for 3×3 convolution) and be controllable to operate in the second configuration (e.g., for matrix multiplication or 1×1 convolution). In the first configuration, first, second and third groups of values from the second memory (e.g., activation values) may be transmitted to the first, second and third processing elements, respectively, and three values (e.g., activation values) may be shared between the first, second and third groups of values from the second memory. In the second configuration (e.g., for matrix multiplication or 1×1 convolution), fourth, fifth and sixth groups of values (e.g., each group corresponding to a partial column from a matrix in the case of matrix multiplication; or corresponding to activation values in the case of 1×1 convolution) from the second memory may be transmitted to the first, second and third processing elements, respectively. The first processing element may manipulate (e.g., compute a dot product between) the data from the first memory with the first or fourth groups of values from the second memory. The second processing element may manipulate (e.g., compute a dot product between) the data from the first memory with the second or fifth groups of values from the second memory. Similarly, the third processing element may manipulate (e.g., compute a dot product between) the data from the first memory with the third or sixth groups of values from the second memory.


These and other embodiments of the invention are more fully described in association with the drawings below.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 depicts a block diagram of a system which unifies the operations of matrix multiplication, 1×1 convolution and 3×3 convolution, in accordance with one embodiment of the invention.



FIG. 2A depicts a logic schematic of the system depicted in FIG. 1, in accordance with one embodiment of the invention.



FIG. 2B depicts a logic schematic of a portion of the buffer and control logic (depicted in FIG. 2A) for handling the data provided to the rows of the processing elements, in accordance with one embodiment of the invention.



FIG. 2C depicts a logic schematic of a portion of the buffer and control logic (depicted in FIG. 2A) for handling the data provided to the columns of the processing elements, in accordance with one embodiment of the invention.



FIG. 2D depicts a logic schematic of the processing element array depicted in FIG. 2A, in accordance with one embodiment of the invention.



FIG. 2E depicts a logic schematic of the inputs and outputs of one of the processing elements, in accordance with one embodiment of the invention.



FIG. 2F depicts a logic schematic of the internal components of one of the processing elements, in accordance with one embodiment of the invention.



FIG. 2G depicts additional details of the processing element array, in accordance with one embodiment of the invention.



FIG. 3 depicts the logic schematic of FIG. 2A, when configured to perform matrix multiplication, in accordance with one embodiment of the invention.



FIGS. 4A-4I depict a sequence of timesteps to explain the computation of matrix multiplication using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 3), in accordance with one embodiment of the invention.



FIG. 5 depicts the logic schematic of FIG. 2A, when configured to perform 1×1 convolution, in accordance with one embodiment of the invention.



FIGS. 6A-6I depict a sequence of timesteps to explain the computation of 1×1 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 5), in accordance with one embodiment of the invention.



FIG. 7A depicts the logic schematic of FIG. 2A, when configured to perform 3×3 convolution, in accordance with one embodiment of the invention.



FIG. 7B depicts a buffer configured as a two-dimensional (2D) shift register, in accordance with one embodiment of the invention.



FIG. 8A depicts a first timestep to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7), in accordance with one embodiment of the invention.



FIGS. 8B-8C depict a second timestep to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7), in accordance with one embodiment of the invention.



FIGS. 8D-8E depict a third timestep to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7), in accordance with one embodiment of the invention.



FIGS. 8F-8G depict a fourth timestep to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7), in accordance with one embodiment of the invention.



FIGS. 9A and 9B depict a logic schematic of the data buffer and control logic for providing the data to the respective columns of processing elements, in accordance with one embodiment of the invention.



FIG. 9C depicts a variation of the logic schematic of FIG. 9A, in accordance with one embodiment of the invention.



FIG. 9D depicts a further variation of the logic schematic of FIG. 9A, in accordance with one embodiment of the invention.



FIG. 9E depicts a variation of the logic schematic of FIG. 9B, in accordance with one embodiment of the invention.



FIG. 9F depicts a further variation of the logic schematic of FIG. 9A, in accordance with one embodiment of the invention.



FIG. 9G depicts a schematic that summarizes the multi-modal operation of a portion of the system, in accordance with one embodiment of the invention.



FIG. 10 depicts mathematical equations which explain the decomposition of matrix multiplication into a plurality of dot products.



FIG. 11 depicts a hardware architecture for multiplying two matrices.





DETAILED DESCRIPTION OF THE INVENTION

In the following detailed description of the preferred embodiments, reference is made to the accompanying drawings that form a part hereof, and in which are shown by way of illustration specific embodiments in which the invention may be practiced. It is understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention. Descriptions associated with any one of the figures may be applied to different figures containing like or similar components/steps.



FIG. 10 depicts mathematical equations which explain the decomposition of matrix multiplication into a plurality of dot products. In the example of FIG. 10, matrix A has dimensions m×n and matrix B has dimensions n×q. The multiplication of matrix A with matrix B yields matrix C with dimensions m×q. Matrix A can be represented as a column of row vectors, α1T, . . . , amT, and matrix B can be represented as a row of column vectors β1, . . . , βq. Based on principles from linear algebra, each of the elements of matrix C can be computed as a dot product (also called an “inner product”) of a row vector from matrix A with a column vector from matrix B. Specifically, ci,j can be computed as βiTβj.



FIG. 11 depicts a hardware architecture with a systolic array 200 for multiplying matrix A with matrix B. The systolic array 200 is formed by an array of processing elements (PEs) 202. Shown in the inset is the internal structure of one of the processing elements. Each row of matrix A, αiT, is propagated along a corresponding row of processing elements 202 in an element-by-element manner. Specifically, respective storage elements 208c from each row of processing elements 202 form a linear shift register, which is used to horizontally right-shift a row of matrix A every clock cycle. Similarly, each column of matrix B, βj, is propagated along a corresponding column of processing elements 202 in an element-by-element manner. Specifically, respective storage elements 208a from each column of processing elements 202 form a linear shift register, which is used to vertically down-shift a column of matrix B every clock cycle. Each of the processing elements 202 contains a multiply-accumulate unit (MAC unit) for computing a dot product of a row vector from matrix A with a column vector from matrix B over n clock cycles. The MAC unit includes multiplier 204 and an accumulator formed by adder 206 and storage element 208b. After n clock cycles, the dot product of a row vector from matrix A and a column vector from matrix B may be read from storage element 208b. The operation of systolic array 200 is known in the art, and will not be described in further detail for the sake of conciseness.



FIG. 1 depicts a block diagram of a system 100 (e.g., instantiated as an integrated circuit) which unifies the operations of matrix multiplication, 1×1 convolution and 3×3 convolution. To clarify, system 100 does not perform the operations of matrix multiplication, 1×1 convolution and 3×3 convolution at the same time. Rather, system 100 is configurable to perform matrix multiplication in one time period, perform 1×1 convolution in another time period, and perform 3×3 convolution in another time period. While a general central processing unit (CPU) arguably can be configured to perform matrix multiplication in one time period, perform 1×1 convolution in another time period, and perform 3×3 convolution in another time period, a CPU is not optimized in terms of the metrics of speed or low power design to carry out these three types of computations. As is known in the art, a CPU carries a lot of overhead which allows it to be configured to not only perform these three types of computations, but practically any type of operations that can be encoded in software. On the other hand, system 100 is specifically optimized to perform these three types of computations, in terms of the metrics of speed and low power design.


System 100 may include buffer 104a to store an array (or portion) of data from memory 102a and control logic 106a to selectively provide one or more rows of buffer 104a to processing element array 108. Likewise, system 100 may include buffer 104b to store an array (or portion) of data from memory 102b and control logic 106b to selectively provide one or more columns of buffer 104b to processing element array 108. Stated differently, control logic 106a and 106b may be disposed in the respective “read paths” of buffers 104a and 104b, respectively (i.e., read path referring to the path that receives the data from a buffer). As will be more completely explained below, there may also be control logic disposed in the respective “write paths” to buffers 104a and 104b (i.e., write path referring to the path that communicates data to a buffer). For simplicity of depiction, such “write path” control logic is incorporated into the respective buffers 104a and 104b, rather than being depicted as separate modules in FIG. 1.


It should be understood that the terminology of “rows” and “columns” refers to the manner in which data is logically organized in the respective buffers and does not necessarily refer to the physical arrangement of data within the respective buffers. Further, it is intended for memory 102a and memory 102b to be two logically separate memories (meaning that memory 102a is used to store one type of data, while memory 102b is used to store another type of data), although such depiction does not limit how memory 102a and memory 102b are physically constructed. In one embodiment, memory 102a and memory 102b may be formed by the same memory chip, while in another embodiment, memory 102a and memory 102b may be constructed using separate memory chips.


Controller 101 may control memory 102a, buffer 104a, control logic 106a, memory 102b, buffer 104b, control logic 106b and processing element array 108. Specifically, controller 101 may control the data that is stored in memory 102a, the data that is read from memory 102a into buffer 104a, the rows of buffer 104a that are selectively provided from buffer 104a into the processing element array 108, the data that is stored in memory 102b, the data that is read from memory 102b into buffer 104b, the columns of buffer 104b that are selectively provided from buffer 104b into the processing element array 108, and the operation of processing element array 108. Based on the control signals provided by controller 101 and the data stored in memory 102a and 102b, the output of processing element array 108 may be the product of two matrices, the result of 1×1 convolution or the result of 3×3 convolution, as will be explained in detail below.



FIG. 2A depicts a logic schematic of the system 100 depicted in FIG. 1. Memory 102a is abstractly depicted as a grid, with each “box” configured to store a data value. In the example depicted in FIG. 2A, buffer 104a is “double buffered,” meaning that data may be read from buffer 104a at the same time that data is written to buffer 104a. Further in the example, buffer 104a is partitioned into two portions (e.g., left and right portions) to more easily explain the concept that data may be read from one portion while data is being written to the other portion. In the simplified example of FIG. 2A, each half of the buffer 104a includes four columns of storage elements. In a preferred embodiment (not depicted), each half of the buffer 104a includes nine columns of storage elements. It should be understood that the concepts of the invention hold true regardless of the exact number of columns within each portion of the buffer 104a.


The read path of buffer 104a is shown in more detail in FIG. 2B, in which a plurality of two-input multiplexors may be used to select the portion of the buffer 104a (e.g., left or right) that data is read from. In the example of FIG. 2B, with the respective left inputs of the two-input multiplexors 16a-16p selected, the left portion of the buffer 104a may be read, whereas with the respective right inputs of the two-input multiplexors 16a-16p selected, the right portion of the buffer 104a may be read. Specifically, multiplexors 16a-16d may be used to select between storage elements 12a-12d or storage elements 14a-14d; multiplexors 16e-16h may be used to select between storage elements 12e-12h or storage elements 14e-14h; multiplexors 16i-161 may be used to select between storage elements 12i-121 or storage elements 14i-14l; and multiplexors 16m-16p may be used to select between storage elements 12m-12p or storage elements 14m-14p.


For clarity, it is noted that a “row” of the buffer 104a is intended to refer to a row of the buffer 104a within the “read portion” of buffer 104a. As the “read portion” of buffer 104a may switch back and forth between the left and right halves of the buffer 104a, so too will the notion of a “row” of the buffer 104a. For example, the top-most row of buffer 104a may correspond to storage elements 12a-12d when the left half of buffer 104a is being read, while the top-most row of buffer 104a may correspond to storage elements 14a-14d when the right half of buffer 104a is being read.


Returning to FIG. 2A, control logic 106a may include a plurality of multiplexors 10a, 10b, each associated with a row group of the buffer. In the example of FIG. 2A, multiplexor 10a is associated with the upper four rows of buffer 104a, and multiplexor 10b is associated with the next four rows of buffer 104a. In the simplified example of FIG. 2A, only two multiplexors 10a, 10b are depicted, but it is understood that the concepts of the invention hold true regardless of the exact number of multiplexors that are used to select rows from respective row groups of buffer 104a.


In a preferred embodiment, the number of rows within each of the row groups is equal to the number of elements in a row of the buffer 104a. In the depicted example, each row of the buffer 104a has four elements, so each row group has four rows. In the examples to follow, it should become clearer why this is so. In a preferred embodiment (not depicted), each row group includes nine rows. It should be understood that the concepts of the invention hold true regardless of the exact number of rows within a row group.


Each of the multiplexors 10a, 10b is configured to provide one of the rows from a respective row group to the processing element array 108. As shown in the example of FIG. 2B, selection of input it of the multiplexor 10a returns the output from storage elements 12a-12d or 14a-14d, depending on the read portion of buffer 104a; selection of input i2 of the multiplexor 10a returns the output from storage elements 12e-12h or 14e-14h, depending on the read portion of buffer 104a; selection of input i3 of the multiplexor 10a returns the output from storage elements 12i-12l or 14i-14l, depending on the read portion of buffer 104a; and selection of input i4 of the multiplexor 10a returns the output from storage elements 12m-12p or 14m-14p, depending on the read portion of buffer 104a.


Returning to FIG. 2A, memory 102b is also abstractly depicted as a grid, with each “box” configured to store a data value. In the example depicted in FIG. 2A, buffer 104b is also double buffered. In the example, buffer 104b is partitioned into two portions (e.g., top and bottom portions) to more easily explain the concept that data may be read from one portion while data is being written to the other portion. In the simplified example of FIG. 2A, each half of the buffer 104b includes four rows. In a preferred embodiment (not depicted), each half of the buffer 104b includes nine rows. It should be understood that the concepts of the invention hold true regardless of the exact number of rows within each portion of the buffer 104b.


The read path of buffer 104b is shown in more detail in FIG. 2C, in which a plurality of two-input multiplexors may be used to select which portion of the buffer 104b (e.g., top or bottom) to read from. In the example of FIG. 2C, with the respective left inputs of the two-input multiplexors 22a-22d selected, the storage elements 20a-20d may be read (within the bottom portion of the buffer 104b), whereas with the respective right inputs of the two-input multiplexors 22a-22d selected, the storage elements 18a-18d may be read (within the top portion of the buffer 104b).


For clarity, it is noted that a “column” of the buffer 104b is intended to refer to a column of the buffer 104b within the “read portion” of buffer 104b. As the “read portion” of buffer 104a may switch back and forth between the top and bottom halves of the buffer 104b, so too will the notion of a “column” of the buffer 104b. For example, the left-most column of buffer 104b may correspond to storage elements 18a-18d when the top half of buffer 104b is being read, while the left-most column of buffer 104b may correspond to storage elements 20a-20d when the bottom half of buffer 104b is being read.


The control logic 106b is more complex and will be progressively explained hereinbelow. It is noted that various embodiments of control logic 106b are depicted in FIGS. 9A, 9C, 9D and 9F, and those details are most easily understood only after the figures prior to FIG. 9A are discussed. Further, it is noted that the write path to buffer 104b has not been discussed to this point, and these details will be better understood in association with FIGS. 7B, 9B and 9E.



FIG. 2D depicts a logic schematic of the processing element array 108 depicted in FIG. 2A. As should be apparent by comparing the depiction of the processing element array 108 in FIGS. 2A and 2B, the depiction of the processing element array 108 depicted in FIG. 2A is “short-hand” notation. Conceptually, there are columns of data paths, each column carrying η values (at one moment in time or at one clock cycle), and rows of data paths, each row carrying η values (at one moment in time or at one clock cycle). In the simplified example of FIG. 2D, η equals 4. In a preferred embodiment, η equals 9. A processing element (PE) is (conceptually) disposed adjacent to the intersection of each of the columns and rows of data paths, and receives the 2η signals at each of the intersections. The word “conceptually” is used to emphasize that the conceptual arrangement of the logic components may differ from the physical arrangement of the circuit components after the typical placement and routing operations to translate a circuit design into a chip layout.


In the example of FIG. 2D:

    • Processing element 110a is disposed adjacent to the intersection of row data path 30a and column data path 32a, and receives η signals from row data path 30a and η signals from column data path 32a;
    • Processing element 110b is disposed adjacent to the intersection of row data path 30a and column data path 32b, and receives η signals from row data path 30a and η signals from column data path 32b;
    • Processing element 110c is disposed adjacent to the intersection of row data path 30b and column data path 32a, and receives η signals from row data path 30b and η signals from column data path 32a; and
    • Processing element 110d is disposed adjacent to the intersection of row data path 30b and column data path 32b, and receives η signals from row data path 30b and η signals from column data path 32b.

      Each of the processing elements also has an output signal, depicted as the diagonal output line.



FIG. 2E depicts a logic schematic of the inputs and outputs of one of the processing elements. In general, each of the processing elements has 2η input ports. As a specific example in FIG. 2E, processing element 110 includes a total of 2*9 input ports for receiving eighteen input signals (i.e., x1, . . . , x9, y1, . . . , y9). x1, . . . , x9 may represent the nine input signals from a row data path and y1, . . . , y9 may represent the nine input signals from a column data path. It is important to note that not all of the input ports of a processing element 110 may be in use. Stated differently, the number of input ports of a processing element 110 that are in use may change over time. As an example, for matrix multiplication, 2*8 of the input ports may be in use, whereas for 3×3 convolution 2*9 of the input ports may be in use. In the example of FIG. 2E, only four of the input ports from a row data path and four of the input ports from a column data path are in use, in which case the other (unused) input ports may be deactivated or set to zero.



FIG. 2F depicts a logic schematic of the internal components of one of the processing elements 110 which is configured to compute a dot product of the values provided in the row data path (e.g., x1, . . . , x9) with the values provided in the column data path (e.g., y1, . . . , y9). If desired, processing element 110 may also accumulate the dot products that are sequentially computed over time. Processing element 110 may include a plurality of multipliers 112 and an adder tree 114 configured to sum the respective outputs of the multipliers 112. In the specific example of FIG. 2F, the plurality of multipliers 112 includes nine two-input multipliers 112a-112i, and the adder tree includes nine two-input adders 114a-114i. The output of adder 114i (which typically represents a dot product or an accumulation of a plurality of dot products) may be stored in one of a plurality of storage elements 116a, . . . , 116n, which may be collectively referred to as register 111. Controller 101 may select one of the storage elements 116a, . . . , 116n for storing the value from adder 114i, and select one of the storage elements 116a, . . . , 116n which is to be read in order to generate the output of the processing element 110 and/or the value that is fed back into the adder tree 114 for accumulation with a dot product computed by the multipliers 112 and adder tree 114. As should be apparent from the logic schematic of FIG. 2F, the dot product of the values provided in the row data path (e.g., x1, . . . , x9) and the values provided in the column data path (e.g., y1, . . . , y9) may be computed in a single clock cycle (as no storage elements are included in 112 and 114).



FIG. 2G depicts additional details associated with processing element array 108. Due to timing requirements, it may be necessary to place additional buffers 104c between rows of the processing elements 110 in order to reduce the propagation delay experienced by the the η signals transmitted along each of the column data paths 32a, 32b, etc. (i.e., in the example of FIG. 2G, η=4). Buffers 104c (and the vertical wires connecting the buffers 104c) may form a two-dimensional shift register, within which one can visualize the η signals (transmitted along each of the column data paths 32a, 32b, etc.) being propagated down a certain number of rows of processing elements 110 every clock cycle. In the simplified example of FIG. 2G, additional buffers 104c are placed between every two rows of processing elements 110. In a preferred embodiment, additional buffers 104c are placed between every four rows of processing elements 110. To clarify, buffer 104b may be double buffered, but buffers 104c may not be double buffered.



FIG. 3 depicts the logic schematic of FIG. 2A, when configured to multiply matrix A with matrix B. Matrix A may be stored in memory 102a and matrix B may be stored in memory 102b. Processing element array 108 may be used to compute A*B, which may be also referred to as the output matrix C. By comparing the logic schematic of FIG. 3 with the logic schematic of FIG. 2A, one will notice that control logic 106b has been configured as pass-through wires that connect each column of buffer 104b with a corresponding column of processing elements from the processing element array 108. The other detail one will notice is that the registers 111a, . . . , 111d of each of the processing elements 110a, . . . , 110d, has been explicitly depicted, respectively. For clarity sake, it is noted that registers 111a, . . . , 111d are drawn with a dotted box labeled 108 to emphasize that registers 111a, . . . , 111d are part of the processing element array 108.



FIGS. 4A-4I depict a sequence of timesteps (or clock cycles) to explain the computation of matrix multiplication using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 3). In one timestep (or clock cycle) depicted in FIG. 4A, one column (e.g., the right-most column) of the A matrix may be written to buffer 104a, including values a4, a8, a12, a16, a20, a24, a28, and a32, and one row (e.g., the bottom-most row) of the B matrix may be written to buffer 104b, including values b4 and b8. These values are abstractly depicted as “•” in memory 102a and 102b.


In the next (or immediately following) timestep (or clock cycle) depicted in FIG. 4B, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a3, a7, a11, a15, a19, a23, a27, and a31, and one row of the B matrix may be written to buffer 104b (immediately adjacent to the one previously read), including values b3 and b7. These values are abstractly depicted as “•” in memory 102a and 102b.


In the next (or immediately following) timestep (or clock cycle) depicted in FIG. 4C, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a2, a6, a10, a14, a18, a22, a26, and a30, and one row of the B matrix (immediately adjacent to the one previously read) may be written to buffer 104b, including values b2 and b6. These values are abstractly depicted as “•” in memory 102a and 102b.


In the next (or immediately following) timestep (or clock cycle) depicted in FIG. 4D, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a1, a5, a9, a13, a17, a21, a25, and a29, and one row of the B matrix (immediately adjacent to the one previously read) may be written to buffer 104b, including values b1 and b5. These values are abstractly depicted as “•” in memory 102a and 102b.


In the next timestep (or clock cycle) depicted in FIG. 4E, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a36, a40, a44, a48, a52, a56, a60, and a64, and one row of the B matrix (immediately adjacent to the one previously read) may be written to buffer 104b, including values b12 and b16. These values are abstractly depicted as “•” in memory 102a and 102b. In the same timestep (or clock cycle) depicted in FIG. 4E, one or more rows may be read from buffer 104a, including values a1, a2, a3, a4 and a17, a18, a19, a20. Due to the previously explained “double buffering” in buffer 104a, the read and write operations may take place in separate portions of buffer 104a and may be performed in the same timestep (or clock cycle). Multiplexor 10a may transmit the values a1, a2, a3, a4 to processing elements 110a and 110b; and multiplexor 10b may transmit the values a17, a18, a19, a20 to processing elements 110c and 110d. Stated differently, values a1, a2, a3, a4 may be broadcasted along row data path 30a depicted in FIG. 2D, and values a17, a18, a19, a20 may be broadcasted along row data path 30b depicted in FIG. 2D.


In the same timestep (or clock cycle) depicted in FIG. 4E, one or more columns may be read from buffer 104b, including values b1, b2, b3, b4, b5, b6, b7, and b8. Due to the previously explained “double buffering” in buffer 104b, the read and write operations may take place in separate portions of buffer 104b and may be performed in the same timestep (or clock cycle). Control logic 106b may transmit values b1, b2, b3, b4 to processing elements 110a and 110c, and values b5, b6, b7, b8 to processing elements 110b and 110d. Stated differently, values b1, b2, b3, b4 may be broadcasted along column data path 32a depicted in FIG. 2D, and values b5, b6, b7, b8 may be broadcasted along column data path 32b depicted in FIG. 2D.


In the same timestep (or clock cycle) depicted in FIG. 4E:

    • processing element 110a may compute a dot product between values a1, a2, a3, a4 and b1, b2, b3, b4 (i.e., a1b1+a2b2+a3b3+a4b4) and store the dot product in a storage element of register 111a (i.e., represented as y1 in FIG. 4E);
    • processing element 110b may compute a dot product between values a1, a2, a3, a4 and b5, b6, b7, b8 (i.e., a1b5+a2b6+a3b7+a4b8) and store the dot product in a storage element of register 111b (i.e., represented as y2 in FIG. 4E);
    • processing element 110c may compute a dot product between values a17, a18, a19, a20 and b1, b2, b3, b4 (i.e., a17b1+a18b2+a19b3+a20b4) and store the dot product in a storage element of register 111c (i.e., represented as y3 in FIG. 4E); and
    • processing element 110d may compute a dot product between values a17, a18, a19, a20 and b5, b6, b7, b8 (i.e., a17b5+a18b6+a19b7+a20b8) and store the dot product in a storage element of register 111d (i.e., represented as y4 in FIG. 4E).


In the next (or immediately following) timestep (or clock cycle) depicted in FIG. 4F, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a35, a39, a43, a47, a51, a55, a59, and a63, and one row of the B matrix (immediately adjacent to the one previously read) may be written to buffer 104b, including values b11 and b15. These values are abstractly depicted as “•” in memory 102a and 102b. In the same timestep (or clock cycle) depicted in FIG. 4F, one or more rows may be read from buffer 104a, including values a5, a6, a7, a8 and a21, a22, a23, a24. Multiplexor 10a may transmit the values a5, a6, a7, a8 to processing elements 110a and 110b; and multiplexor 10b may transmit the values a21, a22, a23, a24 to processing elements 110c and 110d. Stated differently, values a5, a6, a7, a8 may be broadcasted along row data path 30a depicted in FIG. 2D, and values a21, a22, a23, a24 may be broadcasted along row data path 30b depicted in FIG. 2D.


In the same timestep (or clock cycle) depicted in FIG. 4F, one or more columns may be read from buffer 104b, including values b1, b2, b3, b4, b5, b6, b7, and b8. Control logic 106b may transmit values b1, b2, b3, b4 to processing elements 110a and 110c, and values b5, b6, b7, b8 to processing elements 110b and 110d.


In the same timestep (or clock cycle) depicted in FIG. 4F:

    • processing element 110a may compute a dot product between values a5, a6, a7, a8 and b1, b2, b3, b4 (i.e., a5b1+a6b2+a7b3+a8b4) and store the dot product in a storage element of register 111a (i.e., represented as y5 in FIG. 4F);
    • processing element 110b may compute a dot product between values a5, a6, a7, a8 and b5, b6, b7, b8 (i.e., a5b8+a6b6+a7b7+a8b8) and store the dot product in a storage element of register 111b (i.e., represented as y6 in FIG. 4F);
    • processing element 110c may compute a dot product between values a21, a22, a23, a24 and b1, b2, b3, b4 (i.e., a21b1+a22b2+a23b3+a24b4) and store the dot product in a storage element of register 111c (i.e., represented as y7 in FIG. 4F); and
    • processing element 110d may compute a dot product between values a21, a22, a23, a24 and b5, b6, b7, b8 (i.e., a21b8+a22b6+a23b7+a24b8) and store the dot product in a storage element of register 111d (i.e., represented as y8 in FIG. 4F).


In the next (or immediately following) timestep (or clock cycle) depicted in FIG. 4G, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a34, a38, a42, a46, a50, a54, a58, and a62, and one row of the B matrix (immediately adjacent to the one previously read) may be written to buffer 104b, including values b10 and b14. These values are abstractly depicted as “•” in memory 102a and 102b. In the same timestep (or clock cycle) depicted in FIG. 4G, one or more rows may be read from buffer 104a, including values a9, a10, a11, a12 and a25, a26, a27, a28. Multiplexor 10a may transmit the values a9, a10, a11, a12 to processing elements 110a and 110b; and multiplexor 10b may transmit the values a25, a26, a27, a28 to processing elements 110c and 110d. Stated differently, values a9, a10, a11, a12 may be broadcasted along row data path 30a depicted in FIG. 2D, and values a25, a26, a27, a28 may be broadcasted along row data path 30b depicted in FIG. 2D.


In the same timestep (or clock cycle) depicted in FIG. 4G, one or more columns may be read from buffer 104b, including values b1, b2, b3, b4, b5, b6, b7, and b8. Control logic 106b may transmit values b1, b2, b3, b4 to processing elements 110a and 110c, and values b5, b6, b7, b8 to processing elements 110b and 110d.


In the same timestep (or clock cycle) depicted in FIG. 4G:

    • processing element 110a may compute a dot product between values a9, a10, a11, a12 and b1, b2, b3, b4 (i.e., a9b1+a18b2+a11b3+a12b4) and store the dot product in a storage element of register 111a (i.e., represented as y9 in FIG. 4G);
    • processing element 110b may compute a dot product between values a9, a10, a11, a12 and b5, b6, b7, b8 (i.e., a9b5+a10b6+a11b7+a12b8) and store the dot product in a storage element of register 111b (i.e., represented as y10 in FIG. 4G);
    • processing element 110c may compute a dot product between values a25, a26, a27, a28 and b1, b2, b3, b4 (i.e., a25b1+a26b2+a27b3+a28b4) and store the dot product in a storage element of register 111c (i.e., represented as y11 in FIG. 4G); and
    • processing element 110d may compute a dot product between values a25, a26, a27, a28 and b5, b6, b7, b8 (i.e., a25b5+a26b6+a27b7+a28b8) and store the dot product in a storage element of register 111d (i.e., represented as y12 in FIG. 4G).


In the next (or immediately following) timestep (or clock cycle) depicted in FIG. 4H, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a33, a37, a41, a45, a49, a53, a57, and a61, and one row of the B matrix (immediately adjacent to the one previously read) may be written to buffer 104b, including values b9 and b13. These values are abstractly depicted as “•” in memory 102a and 102b. In the same timestep (or clock cycle) depicted in FIG. 4H, one or more rows may be read from buffer 104a, including values a13, a14, a15, a16 and a29, a30, a31, a32. Multiplexor 10a may transmit the values a13, a14, a15, a16 to processing elements 110a and 110b; and multiplexor 10b may transmit the values a29, a30, a31, a32 to processing elements 110c and 110d. Stated differently, values a13, a14, a15, a16 may be broadcasted along row data path 30a depicted in FIG. 2D, and values a29, a30, a31, a32 may be broadcasted along row data path 30b depicted in FIG. 2D.


In the same timestep (or clock cycle) depicted in FIG. 4H, one or more columns may be read from buffer 104b, including values b1, b2, b3, b4, b5, b6, b7, and b8. Control logic 106b may transmit values b1, b2, b3, b4 to processing elements 110a and 110c, and values b5, b6, b7, b8 to processing elements 110b and 110d.


In the same timestep (or clock cycle) depicted in FIG. 4H:

    • processing element 110a may compute a dot product between values a13, a14, a15, a16 and b1, b2, b3, b4 (i.e., a13b1+a14b2+a15b3+a16b4) and store the dot product in a storage element of register 111a (i.e., represented as y13 in FIG. 4H);
    • processing element 110b may compute a dot product between values a13, a14, a15, a16 and b5, b6, b7, b8 (i.e., a13b5+a14b6+a15b7+a16b8) and store the dot product in a storage element of register 111b (i.e., represented as y14 in FIG. 4H);
    • processing element 110c may compute a dot product between values a29, a30, a31, a32 and b1, b2, b3, b4 (i.e., a29b1+a38b2+a31b3+a32b4) and store the dot product in a storage element of register 111c (i.e., represented as y15 in FIG. 4H); and
    • processing element 110d may compute a dot product between values a29, a30, a31, a32 and b5, b6, b7, b8 (i.e., a29b5+a38b6+a31b7+a32b8) and store the dot product in a storage element of register 111d (i.e., represented as y16 in FIG. 4H).


In the next (or immediately following) timestep (or clock cycle) depicted in FIG. 4I, one column of the A matrix (immediately adjacent to the one previously read) may be written to buffer 104a, including values a68, a72, a76, a80, a84, a88, a92, and a96, and one row of the B matrix (immediately adjacent to the one previously read) may be written to buffer 104b, including values b20 and b24. These values are abstractly depicted as “•” in memory 102a and 102b. In the same timestep (or clock cycle) depicted in FIG. 4I, one or more rows may be read from buffer 104a, including values a33, a34, a35, a36 and a49, a50, a51, a52. Multiplexor 10a may transmit the values a33, a34, a35, a36 to processing elements 110a and 110b; and multiplexor 10b may transmit the values a49, a50, a51, a52 to processing elements 110c and 110d. Stated differently, values a33, a34, a35, a36 may be broadcasted along row data path 30a depicted in FIG. 2D, and values a49, a50, a51, a52 may be broadcasted along row data path 30b depicted in FIG. 2D.


In the same timestep (or clock cycle) depicted in FIG. 4H, one or more columns may be read from buffer 104b, including values b9, b10, b11, b12, b13, b14, b15, and b16. Control logic 106b may transmit values b9, b10, b11, b12 to processing elements 110a and 110c, and values b13, b14, b15, b16 to processing elements 110b and 110d.


It is worth noting that, in the time step shown in FIG. 4I, the read and write portions have swapped in buffers 104a and 104b. Right after all the data has been read in the right portion of buffer 104a (which happens in the clock cycles depicted in FIGS. 4E-4H), the right portion of buffer 104a starts being written to, erasing the previously read data. The present example should motivate why it is optimal to match the number of rows within a row group to the number of elements in a “row” of buffer 104a (in which the row refers only to the elements in the read portion), so that the swapping between the read and write portions can occur seamlessly without any wasted clock cycles in which either the read or write operations are idling.


In the same timestep (or clock cycle) depicted in FIG. 4I.

    • processing element 110a may compute a dot product between values a33, a34, a35, a36 and b9, b10, b11, b12 (i.e., a33b9+a34b10+a35b11+a36b12), accumulate the dot product with the previously stored value, y1, and store the accumulated value in a storage element of register 111a (i.e., represented as y1+y17 in FIG. 4I);
    • processing element 110b may compute a dot product between values a33, a34, a35, a36 and b13, b14, b15, b16 (i.e., a33b13+a34b14+a35b15+a36b16), accumulate the dot product with the previously stored value, y2, and store the accumulated value in a storage element of register 111b (i.e., represented as y2+y18 in FIG. 4I);
    • processing element 110c may compute a dot product between values a49, a50, a51, a52 and b9, b10, b11, b12 (i.e., a49b9+a50b10+a51b11+a52b12), accumulate the dot product with the previously stored value, y3, and store the accumulated value in a storage element of register 111c (i.e., represented as y3+y19 in FIG. 4I); and
    • processing element 110d may compute a dot product between values a49, a50, a51, a52 and b13, b14, b15, b16 (i.e., a49b13+a50b14+a51b15+a52b16), accumulate the dot product with the previously stored value, y4, and store the accumulated value in a storage element of register 111d (i.e., represented as y4+y20 in FIG. 4I).


If not already apparent, it noted that the A matrix can be written as a column of row vectors {αiT}i=1m, in which:

    • α1T=[ . . . α68 α33 α34 α35 α36 α1 α2 α3 α4]
    • α2T=[ . . . α72 α37 α38 α39 α40 α5 α6 α7 α8]
    • a3T=[ . . . α76 α41 α42 α43 α44 α9 α10 α11 α12]


and so on . . . .


Likewise, the B matrix can be written as a row of column vectors in which:







β
1

=

[









b
20






b
9






b
10






b
11






b
12






b
1






b
2






b
3






b
4




]








β
2

=

[









b
24






b
13






b
14






b
15






b
16






b
5






b
6






b
7






b
8




]





As such, the computation of α1Tβ1 (as one example of αiTβj) can be understood as carrying out the following sum of partial dot products:

α1Tβ1= . . . +( . . . + . . . + . . . + . . . +a68b20)+(a33b9+a34b10+a35b11+a36b12)+(a1b1+a2b2+a3b3+a4b4)


The process to compute matrix multiplication continues in a similar manner after FIG. 4I until the computations of each of the dot products αiTβj (for i=1 . . . m, j=1 . . . q) has been fully computed. In some cases, there may be more rows in matrix A than rows in buffer 104a. In such cases, it should be understood that the above-described process can be repeated for “horizontal stripes” of matrix A, in which the height of a horizontal stripe is configured to fit within the height of buffer 104a. Likewise, in some cases, there may be more columns in matrix B than columns in buffer 104b. In such cases, it should be understood that the above-described process can be repeated for “vertical stripes” of matrix B, in which the width of a vertical stripe is configured to fit within the width of buffer 104b.


After the computation has completed, the output matrix C may be stored in a distributed manner across the registers of the processing elements from processing element array 108 (including registers 111a-111d).


As should be apparent, while the example of FIGS. 4A-4I illustrated the operation of processing elements 110a, 110b, 110c and 110d, it should be understood that a similar description for matrix multiplication would also apply to, for example, processing elements 110b, 110e, 110d and 110g depicted in FIG. 7.



FIG. 5 depicts the logic schematic of FIG. 2A, when configured to perform 1×1 convolution. By way of background, 1×1 convolution refers to an operation that reduces the dimensionality of data (assuming that the 1×1 convolution only consists of a single filter). As a simple example for clarity, suppose the activation data included a 100×100 array of red saturation values, a 100×100 array of green saturation values and a 100×100 array of blue saturation values. The red, green and blue array of values may each be referred to a “channel.” A 1×1 convolution operation could be to compute the brightness level at each of the 100×100 pixels, in which case a pointwise sum of the red, green and blue saturation values could be computed. In this case, the filter for the 1×1 convolution would be [1 1 1]. As a result of the 1×1 convolution operation, the dimensionality of the data reduces from three dimension to two dimensions. Stated differently, the dimensions of the input tensor is 100×100×3, whereas the dimension of the output tensor (i.e., brightness levels) is 100×100×1.


More generally, 1×1 convolution can be performed with a number of filters, in which case there may not be any change in the number of dimensions of the input tensor. For instance, if the dimensions of the input tensor were 100×100×3 and 1×1 convolution with N filters were desired, the dimensions of the output tensor would be 100×100×N (in which each of the N channels of the output tensor would correspond to one of the N filters).


There is not much difference in the hardware architecture between 1×1 convolution and matrix multiplication. In particular, one will notice that there is no change to control logic 106b. The difference between the two modes comes down to the data that is populated in memory 102a and 102b. In the case of 1×1 convolution, filter weighs are populated in memory 102a, with each row of memory 102a storing the weights corresponding to a filter, and activation data is populated in memory 102b, with each column of memory 102b storing activation data across multiple channels. In the example of FIG. 5, there are eight channels of activation data, so each filter in memory 102a includes eight weights and each column in memory 102b includes eight activation values.



FIGS. 6A-6I depict a sequence of timesteps to explain the computation of 1×1 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 5). By comparing FIGS. 6A-6I with the earlier discussed FIGS. 4A-4I, one will notice that the figures are nearly identical to one another, except for the change in the types of values that are read from the respective memories 102a and 104a. For concreteness, it is noted that the filters are represented as follows:

    • Filter 1=[w33 w34 w35 w36 w1 w2 w3 w4]
    • Filter 2=[w37 w38 w39 w40 w5 w6 w7 w8]
    • Filter 3=[w41 w42 w43 w44 w9 w10 w11 w12]
    • and so on . . . .


      Examples of columns of activation data across the channel dimension include






[




a
9






a
10






a

1

1







a

1

2







a
1






a
2






a
3






a
4




]






[




a

1

3







a

1

4







a

1

5







a

1

6







a
5






a
6






a
7






a
8




]





Another minor difference between the examples is that the 1×1 convolution example assumes that each of the filters have eight weights, so in FIG. 61, there is no further writing to the buffers 104a, 104b, as opposed to FIG. 4I, in which the matrix multiplication example assumed that n>8 for both the A and B matrices (refer to FIG. 10 for the context of “n”), so further writing to the buffers 104a, 104b takes place. For the sake of conciseness, a detailed discussion of FIGS. 6A-6I will be omitted as 1×1 convolution and matrix multiplication are carried out in a very similar manner. As should be apparent, while the example of FIGS. 6A-6I illustrated the operation of processing elements 110a, 110b, 110c and 110d, it should be understood that a similar description for 1×1 convolution would also apply to, for example, processing elements 110b, 110e, 110d and 110g depicted in FIG. 7.



FIG. 7A depicts the logic schematic of FIG. 2A, when configured to perform 3×3 convolution. In 3×3 convolution, filter weights may be stored in memory 102a, and activation data may be stored in memory 102b. More specifically, each row of memory 102a may store one filter, each with nine weights, and memory 102b may store activation data from a single channel. The read and write paths of buffer 104b, when configured to perform 3×3 convolution, are depicted in greater detail in the logic schematic of FIG. 7B, in which the buffer 104b is configured as a two-dimensional (2D) shift register. In the write path to buffer 104b, only the “top row” of storage elements (e.g., 19a, 21a, 23a and 25a) are configured to receive values from memory 102b, whereas the remaining rows of storage elements are configured to receive values from the immediately preceding row of storage elements. In the read path of buffer 104b, each column of storage elements (e.g., column formed by storage elements 19a-19c, column formed by storage elements 21a-21c, column formed by storage elements 23a-23c, column formed by storage elements 25a-25c) may be read every clock cycle.


At this point, the reader may notice a possible discrepancy as buffer 104b was configured as a double buffer in the case of matrix multiplication and 1×1 convolution, whereas it is configured as a 2D shift register in the case of 3×3 convolution. There is, however, no discrepancy. The representation of buffer 104b as a double buffer in FIG. 2A was merely a simplified view, just as the representation of buffer 104b as a 2D shift register in FIG. 7B is also a simplified view. In FIG. 9B, a generalized logic schematic for buffer 104b is provided which can be configured as either a double buffer or as a 2D shift register. Of course, in an system implemented with only a single configuration (e.g., matrix multiplication mode only or 3×3 convolution mode only), the views of FIG. 2A and FIG. 9B may be the actual representations, and not simplified views.


In a similar vein, control logic 106b for the case of 3×3 convolution may be configured differently than in the case of 1×1 convolution or matrix multiplication. As will be better understood from the example in FIGS. 8A-8G, control logic 106b is configured, for each column data path, to pass (i) three activation values from the corresponding column of buffer 104b, (ii) three activation values from the left neighboring column of buffer 104b, and (iii) three activation values from the right neighboring column of buffer 104b. In FIG. 9A, a generalized logic schematic for the control logic 106b is provided which can be configured to carry out 3×3 convolution, matrix multiplication or 1×1 convolution.


Finally, it is noted that the column and row data paths each pass groups of nine signals, as opposed to the (simplified) examples for 1×1 convolution and matrix multiplication in which each data path passed four signals. One should understand that this difference does not reflect a difference in the hardware architecture. Rather, the previous 1×1 convolution and matrix multiplication were simplified in that there were actually a greater number of wires in each row or column data path, but only the “active” ones of the wires were depicted and the ones of the wires set to zero were omitted. It should be understood that in practice, the number of signals (or wires) for each row or column data path will be the maximum number needed across the three modes (i.e., matrix multiplication, 1×1 convolution, and 3×3 convolution), and a smaller number of those wires could be utilized in a specific mode of operation (leaving unused ones of the wires). In one embodiment, the maximum number of signals could be chosen to match that of 3×3 convolution (which would be nine per column data path, and nine per row data path), and the other modes (i.e., matrix multiplication and 1×1 convolution) could use up to this maximum number of signals. For completeness, it is noted that all the previously described features with 4 elements could be scaled up to 9 elements, which could include the width of buffer 104a, the number of rows in a row-group, the number inputs to multiplexors 10a and 10b, the height of buffer 104b, etc.



FIG. 8A depicts a first timestep to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7A). Weights may be loaded from memory 102a into buffer 104a, in which each row of the buffer 104a may correspond to a filter (also called a kernel). In the example of FIG. 8A, all nine weights of each filter are stored into buffer 104a in the first timestep. In another embodiment (not depicted), it is also possible for buffer 104a to be operated as a double buffer, in which case the weights may be written to buffer 104a one column every clock cycle, in a similar manner as was described above for matrix multiplication and 1×1 convolution.


Multiplexors 10a, 10b may broadcast one fixed filter (across each row of processing elements) while the activation data propagates through the processing element array 108 (in a “downwards” direction). After the activation data has propagated through the processing element array 108, multiplexors 10a, 10b may select the next filter in the “row-group” of buffer 104a. In the case where the activation data includes multiple channels, each filter within a “row-group” may correspond to a channel of the activation data.


Also in the timestep of FIG. 8A, the last row of activation data from memory 102b may be written into the “top row” of buffer 104b. For reasons of zero padding, zeros may be populated in the remaining rows of buffer 104b (e.g., through initialization of the buffer 104b to all zeros, or other means), and furthermore, control logic 106b may set the left three values for the left-most column data path to zero and the right three values for the right-most column data path to zero (not depicted). Concepts regarding zero padding are well known in the art, so will not be explained in further detail for the sake of conciseness.



FIGS. 8B-8C depict a second timestep (immediately following the first timestep) to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7A). As depicted in FIG. 8B, in the very beginning of the second time step (or during the transition between the first time step and the second time step), the rows of values stored within buffer 104b may shift downwards (as in the typical operation of a 2D shift register), and the next row of activation data from memory 102b may be written to the top row of the buffer 104b Immediately after buffer 104b is populated with the values as shown in FIG. 8B, the values may be read and transmitted to the respective processing elements 110a-110h in accordance with control logic 106b.



FIG. 8C depicts the same clock cycle as in FIG. 8B, but due to space constraints in the FIG. 8B, a separate sheet of drawings was used to show the computation that takes place within processing elements 111a-111h. As shown in FIG. 8C:

    • the values






[



0



a

3
,
1





a

3
,
2






0



a

4
,
1





a

4
,
2






0


0


0



]





are received by processing elements 110a and 110c;

    • the values






[




a

3
,
1





a

3
,
2





a

3
,
3







a

4
,
1





a

4
,
2





a

4
,
3






0


0


0



]





are received by processing elements 110b and 110d;

    • the values






[




a

3
,
2





a

3
,
3





a

3
,
4







a

4
,
2





a

4
,
3





a

4
,
4






0


0


0



]





are received by processing elements 110e and 110g;

    • the values






[




a

3
,
3





a

3
,
4





a

3
,
5







a

4
,
3





a

4
,
4





a

4
,
5






0


0


0



]





are received by processing elements 110f and 110h;

    • the values






[




W

1
,
1





W

1
,
2





W

1
,
3







W

1
,
4





W

1
,
5





W

1
,
6







W

1
,
7





W

1
,
8





W

1
,
9





]





are received by processing elements 110a, 110b, 110e and 110f; and

    • the values






[




W

5
,
1





W

5
,
2





W

5
,
3







W

5
,
4





W

5
,
5





W

5
,
6







W

5
,
7





W

5
,
8





W

5
,
9





]





are received by processing elements 110c, 110d, 110g and 110h.

It is noted that groups of nine values are each visually represented as a 3×3 matrix in the example of FIG. 8C, but this is for clarity purposes only. The use of a 3×3 matrix is optional, and the nine values could be organized, for instance, as a vector of nine values. For instance the 3×3 matrix






[



0



a

3
,
1





a

3
,
2






0



a

4
,
1





a

4
,
2






0


0


0



]





could be represented as [0 a3,1 a3,2 0 a4,1 a4,2 0 0 0] without any change in the informational content of the nine values.


Also in the same time step (or clock cycle) depicted in FIG. 8C, each of the processing elements 110a-110h further computes the dot product of the two groups of nine values and stores the computed dot products in storage elements of the respective registers 111a-111h. For instance:

    • processing element 110a computes

      y1=0*W1,1+a3,1*W1,2+a3,2*W1,3+0*W1,4+a4,1*W1,5+a4,2*W1,6+0*W1,7+0*W1,8+0*W1,9

      and stores the dot product y1 in a storage element of register 111a;
    • processing element 110b computes

      y2=a3,1*W1,1+a3,2*W1,2+a3,3*W1,3+a4,1*W1,4+a4,2*W1,5+a4,3*W1,6+0*W1,7+0*W1,8+0*W1,9

      and stores the dot product y2 in a storage element of register 111b;
    • processing element 110c computes

      y3=0*W5,1+a3,1*W5,2+a3,2*W5,3+0*W5,4+a4,1*W5,5+a4,2*W5,6+0*W5,7+0*W5,8+0*W5,9

      and stores the dot product y3 in a storage element of register 111c;
    • processing element 110d computes

      y4=a3,1*W5,1+a3,2*W5,2+a3,3*W5,3+a4,1*W5,4+a4,2*W5,5+a4,3*W5,6+0*W5,7+0*W5,8+0*W5,9

      and stores the dot product y4 in a storage element of register 111d;
    • processing element 110e computes

      y5=a3,2*W1,1+a3,3*W1,2+a3,4*W1,3+a4,2*W1,4+a4,3*W1,5+a4,4*W1,6+0*W1,7+0*W1,8+0*W1,9

      and stores the dot product y5 in a storage element of register 111e;
    • processing element 110f computes

      y6=a3,3*W1,1+a3,4*W1,2+a3,5*W1,3+a4,3*W1,4+a4,4*W1,5+a4,5*W1,6+0*W1,7+0*W1,8+0*W1,9

      and stores the dot product y6 in a storage element of register 111f;
    • processing element 110g computes

      y7=a3,2*W5,1+a3,3*W5,2+a3,4*W5,3+a4,2*W5,4+a4,3*W5,5+a4,4*W5,6+0*W5,7+0*W5,8+0*W5,9

      and stores the dot product y7 in a storage element of register 111g; and
    • processing element 110h computes

      y8=a3,3*W5,1+a3,4*W5,2+a3,5*W5,3+a4,3*W5,4+a4,4*W5,5+a4,5*W5,6+0*W5,7+0*W5,8+0*W5,9

      and stores the dot product y8 in a storage element of register 111h. Lastly, it is noted that the shading shown in the legend in FIG. 8B has not been applied to buffer 104b (as it would be difficult to simultaneously depict the shading for both a read and a write occurring in a single clock cycle).



FIGS. 8D-8E depict a third timestep (immediately following the second timestep) to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7A). As depicted in FIG. 8D, in the very beginning of the third time step (or during the transition between the second time step and the third time step), the rows of values stored within buffer 104b may shift downwards (as in the typical operation of a 2D shift register), and the next row of activation data from memory 102b may be written to the top row of the buffer 104b Immediately after buffer 104b is populated with the values as shown in FIG. 8D, the values may be read and transmitted to the respective processing elements 110a-110h in accordance with control logic 106b.


As shown in FIG. 8E:

    • the values






[



0



a

2
,
1





a

2
,
2






0



a

3
,
1





a

3
,
2






0



a

4
,
1





a

4
,
2





]





are received by processing elements 110a and 110c;

    • the values






[




a

2
,
1





a

2
,
2





a

2
,
3







a

3
,
1





a

3
,
2





a

3
,
3







a

4
,
1





a

4
,
2





a

4
,
3





]





are received by processing elements 110b and 110d;

    • the values






[




a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
2





a

3
,
3





a

3
,
4







a

4
,
2





a

4
,
3





a

4
,
4





]





are received by processing elements 110e and 110g;

    • the values






[




a

2
,
3





a

2
,
4





a

2
,
5







a

3
,
3





a

3
,
4





a

3
,
5







a

4
,
3





a

4
,
4





a

4
,
5





]





are received by processing elements 110f and 110h;

    • the values






[




W

1
,
1





W

1
,
2





W

1
,
3







W

1
,
4





W

1
,
5





W

1
,
6







W

1
,
7





W

1
,
8





W

1
,
9





]





are received by processing elements 110a, 110b, 110e and 110f; and

    • the values






[




W

5
,
1





W

5
,
2





W

5
,
3







W

5
,
4





W

5
,
5





W

5
,
6







W

5
,
7





W

5
,
8





W

5
,
9





]





are received by processing elements 110c, 110d, 110g and 110h.


Also in the same time step (or clock cycle) depicted in FIG. 8E, each of the processing elements 110a-110h further computes the dot product of the two groups of nine values and stores the computed dot products in storage elements of the respective registers 111a-111h. The dot products computed by the processing elements should be self-explanatory and will not be detailed herein for the sake of conciseness. The dot products y9, . . . , y16 are then stored in the storage elements of data registers 111a, . . . , 111h, respectively.



FIGS. 8F-8G depict a fourth timestep (immediately following the third timestep) to explain the computation of 3×3 convolution using the system of FIG. 1 (or more specifically, the logic schematic of FIG. 7A). As depicted in FIG. 8F, in the very beginning of the fourth time step (or during the transition between the third time step and the fourth time step), the rows of values stored within buffer 104b may shift downwards (as in the typical operation of a 2D shift register), and the next row of activation data from memory 102b may be written to the top row of the buffer 104b Immediately after buffer 104b is populated with the values as shown in FIG. 8F, the values may be read and transmitted to the respective processing elements 110a-110h in accordance with control logic 106b.


As shown in FIG. 8G:

    • the values






[



0



a

1
,
1





a

1
,
2






0



a

2
,
1





a

2
,
2






0



a

3
,
1





a

3
,
2





]





are received by processing elements 110a and 110c;

    • the values






[




a

1
,
1





a

1
,
2





a

1
,
3







a

2
,
1





a

2
,
2





a

2
,
3







a

3
,
1





a

3
,
2





a

3
,
3





]





are received by processing elements 110b and 110d;

    • the values






[




a

1
,
2





a

1
,
3





a

1
,
4







a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
2





a

3
,
3





a

3
,
4





]





are received by processing elements 110e and 110g;

    • the values






[




a

1
,
3





a

1
,
4





a

1
,
5







a

2
,
3





a

2
,
4





a

2
,
5







a

3
,
3





a

3
,
4





a

3
,
5





]





are received by processing elements 110f and 110h;

    • the values






[




W

1
,
1





W

1
,
2





W

1
,
3







W

1
,
4





W

1
,
5





W

1
,
6







W

1
,
7





W

1
,
8





W

1
,
9





]





are received by processing elements 110a, 110b, 110e and 110f; and

    • the values






[




W

5
,
1





W

5
,
2





W

5
,
3







W

5
,
4





W

5
,
5





W

5
,
6







W

5
,
7





W

5
,
8





W

5
,
9





]





are received by processing elements 110c, 110d, 110g and 110h.


Also in the same time step (or clock cycle) depicted in FIG. 8G, each of the processing elements 110a-110h further computes the dot product of the two groups of nine values and stores the computed dot products in storage elements of the respective registers 111a-111h. The dot products computed by the processing elements should be self-explanatory and will not be detailed herein for the sake of conciseness. The dot products y17, . . . , y24 are then stored in the storage elements of data registers 111a, . . . , 111h, respectively. It should be understood how the process continues to process additional rows of the activation data in memory 102b until all rows of the activation data have been processed. 3×3 convolution with other filters may be performed by repeating the above process, after multiplexors 10a, 10b are used to select other rows of buffer 104a. Lastly, it should be understood that the present example can be generalized to perform 3×3 convolution for activation data having multiple channels, in which case the dot products from the additional channels would be accumulated in the data registers 111a, . . . , 111h. Such computation is known in the art, so the details will not be provided herein for the sake of conciseness.



FIG. 9A depicts a logic schematic of the control logic 106b depicted in FIG. 1. As should be apparent from the examples that have been presented, control logic 106b should resemble a plurality of pass-through wires in the modes of matrix multiplication and 1×1 convolution, while it should resemble the circuitry 106b depicted in FIG. 7A for 3×3 convolution. The logic schematic depicted in FIG. 9A accomplishes these objectives.


To set the context for the logic schematic of FIG. 9A, one will notice that groups of storage modules from buffer 104b correspond to each of the processing elements 110b, 110e and 110f. Storage modules 1a-1i correspond to processing element 110b; storage modules 2a-2i correspond to processing element 110e; and storage modules 3a-3i correspond to processing element 110f. Multiplexors 4a-4c control the flow of data to the left three inputs 7a-7c of processing element 110b; multiplexors 4d-4f control the flow of data to the right three inputs 7g-7i of processing element 110b; multiplexors 5a-5c control the flow of data to the left three inputs 8a-8c of processing element 110e; multiplexors 5d-5f control the flow of data to the right three inputs 8g-8i of processing element 110e; multiplexors 6a-6c control the flow of data to the left three inputs 9a-9c of processing element 110f; and multiplexors 6d-6f control the flow of data to the right three inputs 9g-9i of processing element 110f.


The control of multiplexors 4a-4f, 5a-5f and 6a-6f may set the mode of operation. In the example of FIG. 9A, when the multiplexors 4a-4f, 5a-5f and 6a-6f pass the left inputs of the respective multiplexors, matrix multiplication or 1×1 convolution may be carried out, and when the multiplexors 4a-4f, 5a-5f and 6a-6f pass the right inputs of the respective multiplexors, 3×3 convolution may be carried out.


To describe the operation at a lower level, selection of the left inputs of the multiplexors 4a-4f, 5a-5f and 6a-6f results in:

    • pass through wires between the respective outputs of storage modules 1a-1i and the respective inputs 7a-7i of processing element 110b;
    • pass through wires between the respective outputs of storage modules 2a-2i and the respective inputs 8a-8i of processing element 110e; and
    • pass through wires between the respective outputs of storage modules 3a-3i and the respective inputs 9a-9i of processing element 110f.

      In contrast, selection of the right inputs of the multiplexors 4d-4f, 5a-5f and 6a-6d results in:
    • the respective outputs of storage modules 2d-2f being transmitted to inputs 7g-7i of processing element 110b;
    • the respective outputs of storage modules 1d-1f being transmitted to inputs 8a-8c of processing element 110e;
    • the respective outputs of storage modules 3d-3f being transmitted to inputs 8g-8i of processing element 110e; and
    • the respective outputs of storage modules 2d-2f being transmitted to inputs 9a-9c of processing element 110f.


As a further note regarding the 3×3 convolution mode, the three values provided by data storage modules 2d-2f are provided to each of processing elements 110b, 110e and 110f (i.e., in other words, these three values are shared between processing elements 110b, 110e and 110f). Likewise, the three values provided by data storage modules 1d-1f are provided to three processing elements 110a, 110b and 110e Similarly, the three values provided by data storage modules 3d-3f are provided to three processing elements 110e, 110f and (a processing element to the right of 110f that is not depicted).


While the example in FIG. 9A only included three processing elements 110b, 110e and 110f from a single row of processing element array 108, it should be understood that the example could be extended to include additional processing elements from the same row. Further, it should be understood that the example could be extended to include processing elements from other rows of the processing element array 108.



FIG. 9B depicts a more detailed logic schematic for a group of the storage modules (i.e., 2a-2i). Each of the storage modules may include a multiplexor that selects between the output of two storage elements. Specifically:

    • Storage element 2a may include multiplexor 22e that selects between the output of storage elements 18e and 20e;
    • Storage element 2b may include multiplexor 22f that selects between the output of storage elements 18f and 20f;
    • Storage element 2c may include multiplexor 22g that selects between the output of storage elements 18g and 20g;
    • Storage element 2d may include multiplexor 22h that selects between the output of storage elements 18h and 20h;
    • Storage element 2e may include multiplexor 22i that selects between the output of storage elements 18i and 20i;
    • Storage element 2f may include multiplexor 22j that selects between the output of storage elements 18j and 20j;
    • Storage element 2g may include multiplexor 22k that selects between the output of storage elements 18k and 20k;
    • Storage element 2h may include multiplexor 22l that selects between the output of storage elements 18l and 20l; and
    • Storage element 2i may include multiplexor 22m that selects between the output of storage elements 18m and 20m.


A similar structure was shown in FIG. 2C for performing double buffering, so the functionality of storage elements 18e-18m, 20e-20m and multiplexors 22e-22m will not be explained in further detail for the sake of conciseness.



FIG. 9B depicts the write path from memory 102b to buffer 104b in more detail. De-multiplexor 122d may be used to select one of the storage modules 2a-2i to which a value from memory 102b should be written to. Further:

    • De-multiplexor 122e may be used to select one of the storage elements 18e and 20e within storage module 2a to which the value from memory 102b should be written to.
    • De-multiplexor 122f may be used to select one of the storage elements 18f and 20f within storage module 2b to which the value from memory 102b should be written to.
    • De-multiplexor 122g may be used to select one of the storage elements 18g and 20g within storage module 2c to which the value from memory 102b should be written to.
    • De-multiplexor 122h may be used to select one of the storage elements 18h and 20h within storage module 2d to which the value from memory 102b should be written to.
    • De-multiplexor 122i may be used to select one of the storage elements 18i and 20i within storage module 2e to which the value from memory 102b should be written to.
    • De-multiplexor 122j may be used to select one of the storage elements 18j and 20j within storage module 2f to which the value from memory 102b should be written to.
    • De-multiplexor 122k may be used to select one of the storage elements 18k and 20k within storage module 2g to which the value from memory 102b should be written to.
    • De-multiplexor 122l may be used to select one of the storage elements 18l and 20l within storage module 2h to which the value from memory 102b should be written to.
    • De-multiplexor 122m may be used to select one of the storage elements 18m and 20m within storage module 2i to which the value from memory 102b should be written to. Using the write path from memory 102b to the buffer 104b depicted in FIG. 9B, one value can be written to one of the storage elements 18e-18m and 20e-20m every clock cycle. In another embodiment (not depicted), it is possible to omit de-multiplexors 122d-122m, and have a branching wire structure connect all of the storage elements 18e-18m and 20e-20m to a single input (supplied by memory 102b). In such an embodiment, the respective inputs of the storage elements 18e-18m and 20e-20m can be selectively enabled or disabled (e.g., by a clock signal) to selectively store a value from memory 102b to one of the storage elements 18e-18m and 20e-20m every clock cycle.


In the logic schematic of FIG. 9B, storage elements 20h, 20i and 20j can additionally be configured as a shift register (for the 3×3 convolution mode) by selecting the right inputs of multiplexors 22h, 22i, 22j, 24a and 24b. As should be apparent when comparing FIGS. 7A and 9B, storage elements 20j, 20i and 20h in FIG. 9B correspond to storage elements 23a, 23b and 23c in FIG. 7A. Selection of the left inputs of multiplexors 24a and 24b reverts the circuit back into the structure shown in FIG. 2C for performing double buffering. For completeness, it is noted that reference to the “right” or “left” inputs of the multiplexors is not meant to be limiting, as the functionality of the logic schematic could be achieved with a different assignment of signals to the respective inputs of the multiplexors. It should be understood that the same structure as depicted in FIG. 9B could be used for storage modules 1a-1i and 3a-3i.


Returning to the earlier discussion of the write path to buffer 104b, multiplexors 24a and 24b may be considered to be part of the write path to buffer 104b, along with the respective wires connecting various components together (e.g., between storage elements 20h and 20i, between storage elements 20i and 20j, connecting storage elements 18e-18m and 20e-20m to memory element 102b). Again, for simplicity of depiction, the write path to buffer 104b is shown as being incorporated within buffer 104b itself. This is not a substantive detail, but rather a matter of depiction.



FIG. 9C depicts a variant of the logic schematic of FIG. 9A in which the number of storage modules per processing element has been reduced from nine to eight (e.g., by removing storage modules 1i, 2i and 3i from the logic schematic of FIG. 9A). This change limits the “columns” of buffer 104b in the matrix multiplication mode to have a maximum of eight values per column, but does not impact the operation of 3×3 convolution as the shift registers in storage modules 1d-1f, 2d-2f and 3d-3f remain unchanged. The reference to “columns” in the context of FIG. 9C could be initially confusing, as only rows are depicted, but it is noted for completeness that storage modules 1a-1h store the column of values corresponding to processing element 110b, storage modules 2a-2h store the column of values corresponding to processing element 110e, and storage modules 3a-3h store the column of values corresponding to processing element 110f. One additional change as a result of the omission of storage modules 1i, 2i, and 3i is the omission of multiplexors 4f, 5f and 6f, as one of the “cross-over” signals for 3×3 convolution can be directly coupled to inputs 7i, 8i and 9i of the processing elements 110b, 110e and 110f, respectively.


It is noted that in other embodiments (not depicted), it is possible to omit one or more of the storage modules (from buffer 104b) other than those that are integral to forming the shift registers (i.e., storage modules 1d-1f, 2d-2f and 3d-3f). The tradeoff to omitting additional storage modules is that there will be fewer storage modules available (per clock cycle) to perform matrix multiplication or 1×1 convolution. In a similar manner, if additional storage modules are omitted, additional multiplexors will also be omitted, as additional cross-over signals can be directly coupled to the respective inputs of the processing elements.



FIG. 9D depicts another variant of the logic schematic of FIG. 9A, in which the output load of storage modules 2d-2f is reduced by approximately two-thirds by replicating two additional copies of storage modules 2d-2f (including the shift register therein) using storage modules 2a-2c and 2g-2i. The values stored at storage modules 2d-2f will also be replicated at storage modules 2a-2c and 2g-2i. For instance, if storage modules 2d-2f were to store values a1, a2 and a3, then storage modules 2a-2c would also store values a1, a2 and a3, and storage modules 2g-2i would also store values a1, a2 and a3.



FIG. 9E depicts the logic schematic of the storage modules 2a-2i of FIG. 9D, in which two additional shift registers may be instantiated using multiplexors 24c-24d and 24e-24f (in a controllable manner). Therefore, instead of using storage modules 2d-2f to supply values to multiplexors 4d-4f (as was the case in FIG. 9A), storage modules 2a-2c may be used to supply values to multiplexors 4d-4f. Likewise, instead of using storage modules 2d-2f to supply values to multiplexors 6a-6c (as was the case in FIG. 9A), storage modules 2g-2i may be used to supply values to multiplexors 6a-6c. It should be understood that the same structure as depicted in FIG. 9E could be used for storage modules 1a-1i and 3a-3i in FIG. 9D.



FIG. 9F depicts another variant of the logic schematic of FIG. 9A, in which the respective outputs of the storage modules are directly coupled to the respective inputs of the processing elements. This would be the default arrangement for matrix multiplication and 1×1 convolution. At this point, one might wonder how 3×3 convolution can be carried out using the logic schematic of FIG. 9F. First, it is noted that storage modules 2a-2i (as well as storage modules 1a-1i and 3a-3i) of FIG. 9F can also be implemented using the structure depicted in FIG. 9E, with three parallel shift registers. Second, rather than using crisscrossing wires to pass the signals from the left-three and right-three neighbors, this same effect of the crisscrossing wires can be accomplished by the writing of data (in a specific pattern) from memory 102b to buffer 104b. That is, in the context of FIG. 9F:

    • storage elements 1a-1i could be used to store the nine values a3,1, a2,1, a1,1, a3,2, a2,2, a1,2, a3,3, a2,3, a1,3, respectively, or if written in matrix form for clarity






[




a

1
,
1





a

1
,
2





a

1
,
3







a

2
,
1





a

2
,
2





a

2
,
3







a

3
,
1





a

3
,
2





a

3
,
3





]






    • storage elements 2a-2i could be used to store the nine values a3,2, a2,2, a1,2, a3,3, a2,3, a1,3, a3,4, a2,4, a1,4, respectively, or if written in matrix form for clarity









[




a

1
,
2





a

1
,
3





a

1
,
4







a

2
,
2





a

2
,
3





a

2
,
4







a

3
,
2





a

3
,
3





a

3
,
4





]






    • storage elements 3a-3i could be used to store the nine values a3,3, a2,3, a1,3, a3,4, a2,4, a1,4, a3,5, a2,5, a1,5, respectively, or if written in matrix form for clarity









[




a

1
,
3





a

1
,
4





a

1
,
5







a

2
,
3





a

2
,
4





a

2
,
5







a

3
,
3





a

3
,
4





a

3
,
5





]





in one clock cycle, and the reader should be able to extrapolate the behavior in the subsequent clock cycles, in which the data values would be shifted along the shift registers, and new values would be loaded into the shift registers from memory 102b. As one specific example to illustrate the operation of storage elements 2a-2i depicted in FIG. 9E, values a3,2, a3,3 and a3,4 could be written to storage elements 20g, 20j and 20m in one clock cycle; values a2,2, a2,3 and a2,4 could be written to storage elements 20g, 20j and 20m in the next clock cycle; values a1,2, a1,3 and a1,4 could be written to storage elements 20g, 20j and 20m in the next clock cycle; and so on (i.e., with the shift registers shifting the values along for each successive clock cycle).



FIG. 9G depicts a schematic that summarizes the multi-modal operation of processing elements 110b, 110e and 110f and its surrounding circuits. In a first configuration (e.g., for 3×3 convolution), a first group of values 302a from memory 102b may be transmitted to processing element 110b, a second group of values 302b from memory 102b may be transmitted to processing element 110e, and a third group of values 302c from memory 102b may be transmitted to the processing element 110f. The first, second and third groups 302a, 302b and 302c may each include activation values. As described above in connection with FIG. 9A, each of the groups 302a, 302b and 302c may include nine activation values, and three of the nine activation values may be shared between the groups 302a, 302b and 302c.


In the second configuration (e.g., for matrix multiplication or 1×1 convolution), a fourth group of values 302d from memory 102b may be transmitted to the processing element 110b, a fifth group of values 302e from memory 102b may be transmitted to the processing element 110e and a sixth group of values 302f from memory 102b may be transmitted to the processing element 110f. In the case of matrix multiplication, the fourth, fifth and sixth groups 302d, 302e and 302f may include partial columns from a matrix (e.g., matrix B in the above discussion). In the case of 1×1 convolution, the fourth, fifth and sixth groups 302d, 302e and 302f may include activation values. Each of groups 302d, 302e and 302f may include between three and nine values.


Selector 306a may abstractly represent a module for selecting between the first group of values 302a and the fourth group of values 302d. Selector 306b may abstractly represent a module for selecting between the second group of values 302b and the fifth group of values 302e. Selector 306c may abstractly represent a module for selecting between the third group of values 302c and the sixth group of values 302f. Various embodiment of selectors 306a, 306b and 306c have been described above in FIGS. 9A-9F, which may include two-input multiplexors, wires directly coupling storage elements to processing elements, the transfer of values from memory 102b into particular storage elements, etc.


Processing elements 110b, 110e and 110f may also receive data 308 from memory 102a. In the case of 1×1 or 3×3 convolution, data 308 may include weights. In the case of matrix multiplication, data 308 may include a partial row from a matrix (e.g., matrix A in the above discussion). Processing element 110b may be configured to manipulate (e.g., compute a dot product between) the data 308 from memory 102a with the first group of values 302a or the fourth group of values 302d from memory 102b. Processing element 110e may be configured to manipulate (e.g., compute a dot product between) the data 308 from the memory 102a with the second group of values 302b or the fifth group of values 302e from memory 102b Similarly, processing element 110f may be configured to manipulate (e.g., compute a dot product between) the data 308 from the memory 102a with the third group of values 302c or the sixth group of values 302f from memory 102b.


As should be apparent from the above description, an important idea behind the approach is to move beyond optimizing individual multiply accumulate (MAC) operations and instead focus on optimizing at the level of convolution (e.g., 1×1 or 3×3) or matrix multiplication. By conducting optimizations at these higher levels, it becomes possible to address the MAC operations holistically and unlock greater opportunities to gain performance and power efficiency, as compared to optimizing at the individual MAC operation level.


In one embodiment for performing matrix multiplication, in every eight clock cycles, each processing element may receive eight data values from the same column in matrix B (or more generally tensor B). These eight data values may be reused for eight clock cycles during matrix multiplication. In each clock cycle, each processing element may additionally receive eight data values from the same row in matrix A (or more generally tensor A) and one partially accumulated value. Data in different clock cycles may correspond to different rows of matrix A. In every clock cycle, each processing element may compute eight products, add those eight products to form a sum, and accumulate the sum with a partially accumulated value in order to generate one element in the output matrix C. Fully accumulated values at a processing element may correspond to different elements in the same column of the output matrix C=A*B (or more generally tensor C). On average, each processing unit may carry out eight MAC operations per clock cycle.


In one embodiment for performing 1×1 convolution, in every eight cycles, each processing unit may receive eight activation data values from eight input channels. These eight activation data may be reused for eight clock cycles during the 1×1 convolution. In each clock cycle, each processing unit may receive one partially accumulated value, and one set of weight parameters, all corresponding to the same output channel. In each clock cycle, each processing unit may compute eight products, and add those eight products to produce a sum corresponding to one output channel. On average, each processing unit may carry out eight MAC operations per clock cycle.


In one embodiment for performing 3×3 convolution (for activation data having multiple input channels), in every clock cycle, each processing unit may receive nine activation data, nine weight parameters, and one partially accumulated value; conduct 3×3 convolution; and produce one new accumulated value. In every nine clock cycles, each processing unit may conduct 3×3 convolution for eight contiguous rows in a single input channel (assuming zero padding around the activation data). It may then switch to another set of eight contiguous rows from a different input channel, load nine new weight parameters corresponding to the different input channel, and repeat the routine. On average, each processing unit may carry out eight MAC operations per clock cycle.


Thus, systems and methods for performing matrix multiplication with a plurality of processing elements have been described. It is to be understood that the above-description is intended to be illustrative, and not restrictive. Many other embodiments will be apparent to those of skill in the art upon reviewing the above description. The scope of the invention should, therefore, be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled.

Claims
  • 1. A system, comprising: a first memory;a second memory;a first buffer configured to receive and store a first array of values from the first memory;a second buffer configured to receive and store a second array of values from the second memory;a first multiplexor configured to select between a first and second row from the first array of values stored in the first buffer;a first processing element configured to receive the first row from the first multiplexor and a first column of the second array of values from the second buffer, and multiply the first row with the first column so as to compute a first dot product;a second processing element configured to receive the first row from the first multiplexor and a second column of the second array of values from the second buffer, and multiply the first row with the second column so as to compute a second dot product;the first processing element configured to receive the second row from the first multiplexor, and multiply the second row and the first column to form a third dot product; andthe second processing element configured to receive the second row from the first multiplexor, and multiply the second row and the second column so as to compute a fourth dot product,wherein the first and second dot products are computed in a first clock cycle, and the third and fourth dot products are computed in a second clock cycle immediately following the first clock cycle.
  • 2. The system of claim 1, further comprising: a second multiplexor configured to select between a third and fourth row from the first array of values stored in the first buffer;a third processing element configured to receive the third row from the second multiplexor and the first column of the second array of values stored in the second buffer, and multiply the third row with the first column to form a fifth dot product;a fourth processing element configured to receive the third row from the second multiplexor and the second column of the second array of values from the second buffer, and multiply the third row with the second column to form a sixth dot product;the third processing element configured to receive the fourth row from the second multiplexor, and multiply the fourth row with the first column to form a seventh dot product; andthe fourth processing element configured to receive the fourth row from the second multiplexor, and multiply the fourth row and the second column to form an eighth dot product,wherein the fifth and sixth dot products are computed in the first clock cycle, and the seventh and eighth dot products are computed in the second clock cycle.
  • 3. The system of claim 1, wherein the first and second memory are part of a common memory.
  • 4. The system of claim 1, wherein each of the first and second processing elements includes a plurality of two-input multipliers, and an adder tree configured to sum respective outputs of the plurality of two-input multipliers.
  • 5. The system of claim 4, wherein each of the first and second processing elements includes a storage element configured to store an output of the adder tree.
  • 6. The system of claim 5, wherein the adder tree of each of the first and second processing elements is further configured to receive an output of the storage element.
  • 7. The system of claim 1, wherein the first and second buffers are doubled buffered.
  • 8. The system of claim 1, wherein: each of the first and second processing elements includes a first storage element configured to store a value based on the first row of the first array of values from the first memory, and a second storage element configured to store a value based on the second row of the first array of values from the first memory.
  • 9. A method comprising: storing a first array of values from a first memory in a first buffer;storing a second array of values from a second memory in a second buffer;selecting, by a first multiplexor, a first row of the first array of values from the first buffer;receiving, by a first and second processing element, the first row from the first multiplexor;receiving, by the first processing element, a first column of the second array of values from the second buffer;receiving, by the second processing element, a second column of the second array of values from the second buffer;multiplying, by the first processing element, the first row and the first column so as to compute a first dot product;multiplying, by the second processing element, the first row and the second column so as to compute a second dot product;selecting, by the first multiplexor, a second row of the first array of values from the first buffer;receiving, by the first and second processing element, the second row from the first multiplexor;multiplying, by the first processing element, the second row and the first column so as to compute a third dot product; andmultiplying, by the second processing element, the second row and the second column so as to compute a fourth dot product,wherein the first and second dot products are computed in a first clock cycle, and the third and fourth dot products are computed in a second clock cycle immediately following the first clock cycle.
  • 10. The method of claim 9, further comprising: selecting, by a second multiplexor, a third row of the first array of values from the first buffer;receiving, by a third and fourth processing element, the third row from the second multiplexor;receiving, by the third processing element, the first column of the second array of values from the second buffer;receiving, by the fourth processing element, the second column of the second array of values from the second buffer;multiplying, by the third processing element, the third row with the first column so as to compute a fifth dot product;multiplying, by the fourth processing element, the third row with the second column so as to compute a sixth dot product;selecting, by the second multiplexor, a fourth row of the first array of values from the first buffer;receiving, by the third and fourth processing element, the fourth row from the second multiplexor;multiplying, by the third processing element, the fourth row with the first column so as to compute a seventh dot product; andmultiplying, by the fourth processing element, the fourth row with the second column so as to compute an eighth dot product,wherein the fifth and sixth dot products are computed in the first clock cycle, and the seventh and eighth dot products are computed in the second clock cycle.
  • 11. The method of claim 9, wherein the first and second memory are part of a common memory.
  • 12. The method of claim 9, wherein each of the first and second processing elements includes a plurality of two-input multipliers, and an adder tree configured to sum respective outputs of the plurality of two-input multipliers.
  • 13. The method of claim 12, wherein each of the first and second processing elements includes a storage element configured to store an output of the adder tree.
  • 14. The method of claim 13, wherein the adder tree of each of the first and second processing elements is further configured to receive an output of the storage element.
  • 15. The method of claim 9, wherein the first and second buffer are double buffered.
  • 16. The method of claim 9, further comprising: storing in a first storage element of the first processing element a value based on the first row of the first array of values from the first memory; andstoring in a second storage element of the first processing element distinct from the first storage element a value based on the second row of the first array of values from the first memory.
US Referenced Citations (31)
Number Name Date Kind
8924455 Barman et al. Dec 2014 B1
10025755 Saber et al. Jul 2018 B2
10339201 Ling et al. Jul 2019 B1
10387122 Olsen Aug 2019 B1
10698974 Phelps et al. Jun 2020 B2
10713214 Shalev et al. Jul 2020 B1
10838910 Zhang et al. Nov 2020 B2
10915297 Halutz et al. Feb 2021 B1
10929746 Litvak et al. Feb 2021 B2
11328037 Yinger et al. May 2022 B2
11599181 Nair et al. Mar 2023 B1
20180173676 Tsai et al. Jun 2018 A1
20190026078 Bannon Jan 2019 A1
20190171448 Chen Jun 2019 A1
20190228285 Zhang et al. Jul 2019 A1
20200012012 Smith Jan 2020 A1
20200026745 Pillai et al. Jan 2020 A1
20200034148 Sumbul et al. Jan 2020 A1
20200233803 Vengallur et al. Jul 2020 A1
20200341772 Chilappagari et al. Oct 2020 A1
20210073171 Master et al. Mar 2021 A1
20210103550 Appu Apr 2021 A1
20210357734 Mahale et al. Nov 2021 A1
20210406030 Chilappagari et al. Dec 2021 A1
20220035890 Liu Feb 2022 A1
20220147804 Guan May 2022 A1
20220309124 Mei Sep 2022 A1
20220374495 Huang et al. Nov 2022 A1
20220405571 Darvish Rouhani Dec 2022 A1
20230061711 Botimer et al. Mar 2023 A1
20230153616 Ain-Kedem et al. May 2023 A1
Non-Patent Literature Citations (2)
Entry
Notice of Allowance mailed Feb. 5, 2024, for U.S. Appl. No. 18/523,627, filed Nov. 29, 2023, 9 pgs.
Notice of Allowance mailed Feb. 15, 2024, for U.S. Appl. No. 18/523,632, filed Nov. 29, 2023, 14 pgs.