ITERATION ENGINE FOR THE COMPUTATION OF LARGE KERNELS IN CONVOLUTIONAL ACCELERATORS
A convolutional accelerator includes a feature line buffer, a kernel buffer, a multiply-accumulate cluster, and iteration control circuitry. The convolutional accelerator, in operation, convolves a kernel with a streaming feature data tensor. The convolving includes decomposing the kernel into a plurality of sub-kernels and iteratively convolving the sub-kernels with respective sub-tensors of the streamed feature data tensor. The iteration control circuitry, in operation, defines respective windows of the streamed feature data tensors, the windows corresponding to the sub-tensors.
Latest STMICROELECTRONICS S.r.l. Patents:
- CHARGE BALANCE SEMICONDUCTOR DEVICE, IN PARTICULAR FOR HIGH EFFICIENCY RF APPLICATIONS, AND MANUFACTURING PROCESS THEREOF
- Dimming interface using combination of analog and digital dimming
- Lead frame for a package for a semiconductor device, semiconductor device and process for manufacturing a semiconductor device
- Waveform generator
- Microelectromechanical sensor device with improved stability to stress
The present disclosure generally relates to convolutional accelerators, such as convolutional accelerators used in a learning/inference machine (e.g., an artificial neural network (ANN), such as a convolutional neural network (CNN)).
Description of the Related ArtVarious computer vision, speech recognition, and signal processing applications may benefit from the use of learning/inference machines, which may quickly perform hundreds, thousands, or even millions of concurrent operations. Learning/inference machines, as discussed in this disclosure, may fall under the technological titles of machine learning, artificial intelligence, neural networks, probabilistic inference engines, accelerators, and the like. Conventional learning/inference machines can deliver hundreds of teraflops (e.g., one million millions (1012) floating-point operations per second) of computing power.
Such learning/inference machines may include or otherwise utilize CNNs, such as deep convolutional neural networks (DCNN). A DCNN is a computer-based tool that processes large quantities of data and adaptively “learns” by conflating proximally related features within the data, making broad predictions about the data, and refining the predictions based on reliable conclusions and new conflations. The DCNN is arranged in a plurality of “layers,” and different types of predictions are made at each layer. Hardware accelerators including convolutional accelerators are often employed to accelerate the processing of large amounts of data by a DCNN.
BRIEF SUMMARYIn an embodiment, a convolutional accelerator comprises a feature line buffer, a kernel buffer, a multiply-accumulate cluster coupled to the feature line buffer and the kernel buffer, and iteration control circuitry. The iteration control circuitry, in operation, defines a plurality of sub-tensors of a streamed feature data tensor. The convolutional accelerator, in operation, decomposes a kernel into a plurality of sub-kernels and iteratively convolves the sub-kernels with respective sub-tensors of the defined plurality of sub-tensors of the streamed feature data tensor.
In an embodiment, a system comprises a stream engine and a convolutional accelerator coupled to the stream engine. The stream engine, in operation, streams feature and kernel data. The convolutional accelerator includes a feature line buffer, a kernel buffer, a multiply-accumulate cluster coupled to the feature line buffer and the kernel buffer, and iteration control circuitry. The iteration control circuitry, in operation, defines a plurality of sub-tensors of a streamed feature data tensor. The convolutional accelerator, in operation, decomposes a kernel into a plurality of sub-kernels and iteratively convolves the sub-kernels with respective sub-tensors of the defined plurality of sub-tensors of the streamed feature data tensor.
In an embodiment, a method comprises streaming feature data and kernel data to a convolutional accelerator, and convolving a kernel of the kernel data with a streamed feature data tensor of the feature data. The convolving includes decomposing the kernel into a plurality of sub-kernels, defining a plurality of sub-tensors of the streamed feature data tensor, and iteratively convolving the sub-kernels with respective sub-tensors of the plurality of sub-tensors of the streamed feature data tensor.
In an embodiment, a non-transitory computer-readable medium's contents configure a hardware accelerator to perform a method. The method comprises streaming feature data and kernel data to a convolutional accelerator of the hardware accelerator, and convolving a kernel of the kernel data with a streamed feature data tensor of the feature data. The convolving includes decomposing the kernel into a plurality of sub-kernels, defining a plurality of sub-tensors of the streamed feature data tensor, and iteratively convolving the sub-kernels with respective sub-tensors of the plurality of sub-tensors of the streamed feature data tensor.
One or more embodiments are described hereinafter with reference to the accompanying drawings.
The following description, along with the accompanying drawings, sets forth certain specific details in order to provide a thorough understanding of various disclosed embodiments. However, one skilled in the relevant art will recognize that the disclosed embodiments may be practiced in various combinations, without one or more of these specific details, or with other methods, components, devices, materials, etc. In other instances, well-known structures or components that are associated with the environment of the present disclosure, including but not limited to interfaces, power supplies, physical component layout, convolutional accelerators, Multiply-ACcumulate (MAC) circuitry, etc., in a hardware accelerator environment, have not been shown or described in order to avoid unnecessarily obscuring descriptions of the embodiments. Additionally, the various embodiments may be methods, systems, devices, computer program products, etc.
Throughout the specification, claims, and drawings, the following terms take the meaning associated herein, unless the context indicates otherwise. The term “herein” refers to the specification, claims, and drawings associated with the current application. The phrases “in one embodiment,” “in another embodiment,” “in various embodiments,” “in some embodiments,” “in other embodiments,” and other variations thereof refer to one or more features, structures, functions, limitations, or characteristics of the present disclosure, and are not limited to the same or different embodiments unless the context indicates otherwise. As used herein, the term “or” is an inclusive “or” operator, and is equivalent to the phrases “A or B, or both” or “A or B or C, or any combination thereof,” and lists with additional elements are similarly treated. The term “based on” is not exclusive and allows for being based on additional features, functions, aspects, or limitations not described, unless the context indicates otherwise. In addition, throughout the specification, the meaning of “a,” “an,” and “the” include singular and plural references.
CNNs are particularly suitable for recognition tasks, such as recognition of numbers or objects in images, and may provide highly accurate results.
CNNs typically have a layered structure. The first layer is an input layer and the last layer is an output layer. The intermediate layers may be referred to as hidden layers. The most used layers are convolutional layers, fully connected or dense layers, and pooling layers (max pooling, average pooling, etc). Data exchanged between layers are called features or activations. Each layer also has a set of learnable parameters typically referred to as weights or kernels.
The parameters of a convolutional layer include a set of learnable filters referred to as kernels. Each kernel has three dimensions, height, width and depth. The height and width are typically limited in range (e.g., [1, 11]). The depth typically extends to the full depth of an input feature data. Each kernel slides across the width and the height of the input features and a dot product is computed. At the end of the process a result is obtained as a set of two-dimensional feature maps. In a convolutional layer, many kernels are applied to an input feature map, each of which produces a different feature map as a result. The depth of the output feature tensors is also referred to the number of output channels.
Convolutional layers also may have other parameters, which may be defined for the convolutional layer, rather than learned parameters. Such parameters may be referred to as hyper-parameters. For example, a convolutional layer may have hyper-parameters including stride and padding hyper-parameters.
The stride hyper-parameter indicates a step-size used to slide kernels across an input feature map.
The padding hyper-parameter indicate a number of zeros to be added along the height, the width or the height and width of the input feature map. The padding parameters may be used to control a size of an output feature map generated by the convolution.
The feature data of a convolutional layer may have hundreds or even thousands of channels, with the number of channels corresponding to the depth of the feature data and of the kernel data. For this reason, feature and kernel data are often loaded into memory in batches.
As illustrated, the batches have a height of 5, a width of 5, and a depth of 4. Batches are typically written into memory sequentially, with writing of a first batch being completed before beginning the writing of a second batch. The arrows in
As can be seen, the computations performed by a CNN, or by other neural networks, often include repetitive computations over large amounts of data. For this reason, computing systems having hardware accelerators may be employed to increase the efficiency of performing operations associated with the CNN.
The system 100 includes one or more memories 104, such as one or more volatile and/or non-volatile memories which may store, for example, all or part of instructions and data related to control of the system 100, applications and operations performed by the system 100, etc. One or more of the memories 104 may include a memory array, which, in operation, may be shared by one or more processes executed by the system 100.
The system 100 may include one or more sensors 150 (e.g., image sensors, audio sensors, accelerometers, pressure sensors, temperature sensors, etc.), one or more interfaces 155 (e.g., wireless communication interfaces, wired communication interfaces, etc.), and other circuits 160, which may include antennas, power supplies, one or more built-in self-test (BIST) circuits, etc., and a main bus system 170. The main bus system 170 may include one or more data, address, power and/or control buses coupled to the various components of the system 100.
The system 100 also includes one or more hardware accelerators 110 which, in operation, accelerate the performance of one or more operations associated with implementing a CNN. The hardware accelerator 110 as illustrated includes one or more convolutional accelerators 112 to facilitate efficient performance of convolutions associated with convolutional layers of a CNN.
The kernel dimensions may vary between CNNs, and between convolutions of a single CNN. For example, in
Handling kernel height and width sizes larger than a defined kernel size of a hardware accelerator is instead typically addressed using software-implemented kernel decomposition, for example, implemented using software stored in a memory and executed on a host processor (e.g., memory 104 and processor 102 of
As illustrated, the convolutional accelerator 112 of the hardware accelerator 110 of the system 100 includes an iteration engine or circuit 114 to iteratively compute a convolution using a kernel of a size larger than a defined size supported by the convolutional accelerator 112 as a combination of convolutions using smaller kernels. The hardware accelerator 110 as illustrated also includes a stream engine 132 and a stream switch 133. The stream engine 132, in operation, transmits data streams. For example, the stream engine 132 may stream data, such as feature data or kernel data stored in memory 104, to a convolutional accelerator 112 via the stream switch 133.
The iteration engine 114 facilitates executing convolutions on kernels of varying sizes without needing to access external memory and reprogram the architecture for each sub-kernel of a decomposed kernel, or perform kernel decomposition processing using the host processor. Instead, streaming data is retransmitted or reused in an iterative manner as windows of feature data corresponding to the sub-kernels are extracted by the iteration engine, generating sub-tensors of feature data of a streamed feature data tensor. As discussed in more detail below, the iteration engine 114 shifts the windows vertically and horizontally during the iteration process.
The iteration process executed by the iteration engine 114 may be controlled using configuration parameters including:
-
- an iteration period, ITER_PERIOD, which defines a length of an iteration applied during the iteration process, and may be determined based on a number of batches to be processed during the convolution (e.g., may be set equal to the number of batches);
- a horizontal offset, ITER_OFFSET_H, which defines a horizontal window offset applied during the iteration process, and may be determined based on the offset between adjacent sub-kernels in the horizontal direction;
- a vertical offset, ITER_OFFSET_V, which defines a vertical window offset applied during the iteration process, and may be determined based on the offset between adjacent sub-kernels in the vertical direction;
- a number of horizontal operations, ITER_NR_H, which defines a number of horizontal operations performed during an iteration of the iteration process, and may be set based on the how many sub-kernels the kernel is divided into in the horizontal direction; and
- a number of vertical operations, ITER_NR_V, which defines a number of vertical operations performed during an iteration of the iteration process, and may be set based on the how many sub-kernels the kernel is divided into in the vertical direction. Values of the configuration parameters may be stored in configuration registers (see configuration registers 130 of
FIG. 12 , configuration registers 148 ofFIG. 16 ).
Embodiments of the system 100 of
Embodiments of the convolutional accelerator 112 of
Because the split is only along the vertical direction, the parameters ITER_OFFSET_H and ITER_NR_H are set to zero. The ITER_OFFSET_V parameter is set to 2 because the offset between sub-kernels in the vertical direction is 2, and the ITER_NR_V is set to two because 2 sub-kernels in the vertical direction are employed in the decomposition of the kernel K.
During the iterative processing of a kernel K, the same feature data is retransmitted or reused multiple times during the processing of the sub-kernels. For example, the feature data may be retransmitted multiple times by a stream engine, for example, by stream engine 132 of
Similarly, as the kernel K is slid along the feature data map, the sub-kernel KS2 is not convolved with the data in the first two rows of the feature data map, thus the feature data in these two rows is not needed during processing of the sub-kernel KS2, and may be ignored or cropped. To facilitate the cropping, additional control parameters identifying a first line and a last line of the feature map to convolve with the sub-kernel KS2 may be determined.
As noted above, during the iterative processing of a kernel K, the same feature data is retransmitted or reused multiple times during the processing of the sub-kernels. As the kernel K is slid along the feature data map, the sub-kernel KS1 is not applied to the data in the last two columns of the feature data map, thus the feature data in these two columns is not needed during processing of the sub-kernel KS1, and may be ignored or cropped. To facilitate the cropping, additional control parameters identifying a first column and a last column of the feature map to convolve with the sub-kernel KS1 may be determined. Similarly, as the kernel K is slid along the feature data map, the sub-kernel KS2 is not applied to the data in the first two columns of the feature data map, thus the feature data in these two columns is not needed during processing of the sub-kernel KS2, and may be ignored or cropped. To facilitate the cropping, additional control parameters identifying a first column and a last column of the feature map to convolve with the sub-kernel KS2 may be determined.
Other decomposition configurations may be employed. For example, a 9×9 kernel may be decomposed into a set of nine 3×3 sub-kernels. For a sub-kernel in the center of the kernel, the first three lines of feature data, the last three lines of feature data, the first three columns of feature data, and the last three columns of feature data may be cropped or ignored.
The iteration engine 114 as illustrated comprises a set of counters and comparators. A batch counter 134 and a batch comparator 136, in operation, track the number of batches processed and compare the number of batches processed to the iteration period parameter ITER_PERIOD. This information is used to control the sub-kernel to process in a current iteration. A horizontal operations counter 138 and a horizontal operations comparator 140 track the application of the current sub-kernel to feature data in the horizontal direction and compare a count of a number of horizontal operations to the number of horizontal operations parameter ITER_NR_H. This information is used to control convolving of the current sub-kernel with a window (sub-tensor) of feature data associated with the current sub-kernel. A vertical operations counter 142 and a vertical operations comparator 144 track the application of the current sub-kernel to feature data in the vertical direction and compare a count of a number of vertical operations to the number of vertical operations parameter ITER_NR_V. This information is used to control convolving of the current sub-kernel with a window (sub-tensor) of feature data associated with the current sub-kernel.
The iteration engine 114 as illustrated also comprises feature data window control circuitry 146, which in operation, generates a first column pointer, a first line pointer, a last column pointer, and a last line pointer, based on a position of the current sub-kernel in the kernel being decomposed, the feature data, the horizontal offset parameter, ITER_OFFSET_H, the vertical offset parameter, ITER_OFFSET_V, the number of horizontal iterations parameter, ITER_NR_H, the number of vertical iterations parameter, ITER_NR_V, the width of the feature data of a batch and the height of the feature data of the batch. The pointers are used to determine or define a window of feature data to which a current sub-kernel is applied. Each window of feature data corresponds to a sub-tensor of a streamed feature data tensor. The parameters, as illustrated, are stored in a set of configuration registers 148 of the iteration engine 114. In some embodiments, the parameters may be stored in another configuration register (e.g., configuration registers 130 of
Embodiments of the iteration engine 114 of
At 1704, the method 1700 determines or retrieves the kernel decomposition parameters to be employed during the kernel decomposition process. For example, the parameters ITER_PERIOD, ITER_OFFSET_SET_H, ITER_OFFSET_V, ITER_NR_H, ITER_NR_V may be determined or retrieved. These parameters may be determined, for example, as discussed above with reference to
At 1706, the method 1700 convolves a current sub-kernel with a sub-tensor of a feature data tensor associated with the current sub-kernel (e.g., a first sub-kernel is convolved with a first sub-tensor of a feature data tensor). As discussed above with reference to
At 1708, the method 1700 determines whether there are more batches to process using a current sub-kernel. When it is determined at 1708 that there are more batches to process using the current sub-kernel (Yes in
At 1712, the method 1700 determines whether there are more sub-kernels to process in the kernel decomposition processing. When it is determined at 1712 that there are more sub-kernels to process (Yes in
At 1716, the method 1700 combines the results of convolutions of the sub-kernels with sub-tensors of the feature data tensor, generating a result corresponding to application of the kernel to the feature data tensor. The method 1700 proceeds from 1716 to 1718, where the method 1700 may terminate or perform other processing (e.g., provide the results to a calling program, returning to 1704 to process another set of batches of feature data, etc.).
At 1804, the method 1800 determines first and last line pointers and first and last column pointers defining a window of the streaming feature data map to which the current sub-kernel is to be applied. This may be done, for example, based on the height H and width W of the batch of the streaming feature data map, the position of the sub-kernel in the kernel to which decomposition processing is being applied, and the parameters ITER_OFFSET_H, ITER_OFFSET_V, ITER_NR_H and ITER_NR_V. In some embodiments, other factors may be considered as well, such as the stride to be employed and whether padding is applied to the kernel to be decomposed.
The first line pointer associated with the sub-kernel may be determined based on the vertical position or vertical index i of the sub-kernel in the kernel and the ITER_OFFSET_V parameter. For example, with reference to
First Line Pointer=i*ITER_OFFSET_V
0=0*2.
Similarly, for sub-kernel KS3 and sub-kernel KS4 of
First Line Pointer=i *ITER_OFFSET_V
2=1*2.
The last line pointer associated with the sub-kernel may be determined based on the vertical position index i of the sub-kernel in the kernel, the ITER_NR_V parameter, the ITER_OFFSET_V parameter, and the height H of the batch of the streaming feature data map. As noted above, with reference to
Last Line Pointer=H−(ITER_NR_V−i−1)*ITER_OFFSET_V−1
10=13−(2−0−1)*2−1
Similarly, for sub-kernel KS3 and sub-kernel KS4 of
Last Line Pointer=H−(ITER_NR_V−i−1)*ITER_OFFSET_V−1
12=13−(2−1−1)*2−1
The first column pointer associated with the sub-kernel may be determined based on the horizontal position or horizontal index j of the sub-kernel in the kernel and the ITER_OFFSET_H parameter. For example, with reference to
First Column Pointer=j*ITER_OFFSET_H
0=0*2.
Similarly, for sub-kernel KS2 and sub-kernel KS4 of
First Column Pointer=j*ITER_OFFSET_H
2=1*2.
The last column pointer associated with the sub-kernel may be determined based on the horizontal position index j of the sub-kernel in the kernel, the ITER_NR_H parameter, the ITER_OFFSET_H parameter, and the width W of the batch of the streaming feature data map. As noted above, with reference to
Last Column Pointer=W−(ITER_NR_H−j−1)*ITER_OFFSET_H−1
11=14−(2−0−1)*2−1
Similarly, for sub-kernel KS2 and sub-kernel KS4 of
Last Column Pointer=W−(ITER_NR_H−j−1)*ITER_OFFSET_H−1
13=14−(2−1−1)*2−1
13–−0−1
The method 1800 proceeds from 1804 to 1806. At 1806, the method 1800 initializes a current line associated with the sub-kernel based on the first line pointer determined at 1804, and initializes a current column associated with the sub-kernel based on the first column pointer determined at 1804. The method 1800 proceeds from 1806 to 1808.
At 1808, the method 1800 convolves the sub-kernel with feature data of a sub-tensor of a feature data tensor corresponding to aligning the sub-kernel with the current line and current column of the feature data tensor. The method 1800 proceeds from 1808 to 1810.
At 1810, the method 1800 determines whether the current column is the last column associated with the sub-kernel based on the last column pointer determined at 1804. When it is not determined at 1810 (No in
At 1814, the method 1800 determines whether the current line is the last line associated with the sub-kernel based on the last line pointer determined at 1804. When it is not determined at 1814 (No in
At 1818, the method 1800 returns a result of convolving the sub-kernel with the defined window of the feature data map, which corresponds to convolving the sub-kernel with a sub-tensor of a feature data tensor. The method 1800 proceeds from 1718 to 1820, where the method 1800 may terminate or perform other processing (e.g., returning to 1806 to process another sub-kernel).
Embodiments of the foregoing processes and methods may contain additional acts not shown in
In an embodiment, a convolutional accelerator comprises a feature line buffer, a kernel buffer, a multiply-accumulate cluster coupled to the feature line buffer and the kernel buffer, and iteration control circuitry. The iteration control circuitry, in operation, defines a plurality of sub-tensors of a streamed feature data tensor. The convolutional accelerator, in operation, decomposes a kernel into a plurality of sub-kernels and iteratively convolves the sub-kernels with respective sub-tensors of the defined plurality of sub-tensors of the streamed feature data tensor. In an embodiment, the iteration control circuitry, in operation, generates sets of pointers to define windows of the streamed feature data tensor, the windows corresponding to respective sub-tensors of the plurality of sub-tensors. In an embodiment, a set of pointers defining a respective window comprises a first line pointer, a last line pointer, a first column pointer, and a last column pointer. In an embodiment, the iteration control circuitry, in operation: generates the first line pointer based on a vertical position of the sub-kernel in the kernel, and a vertical iteration offset parameter defined for the kernel decomposition; generates the last line pointer based on the vertical position of the sub-kernel in the kernel, a number of vertical iterations parameter defined for the kernel decomposition, the vertical iteration offset parameter, and a height of the streamed feature data tensor; generates the first column pointer based on the horizontal position of the sub-kernel in the kernel, and a horizontal iteration offset parameter defined for the kernel decomposition; and generates the last column pointer based on the horizontal position of the sub-kernel in the kernel, a number of horizontal iterations parameter defined for the kernel decomposition, the horizontal iteration offset parameter, and a width of the streamed feature data tensor. In an embodiment,
-
- the first line pointer is determined according to:
first line pointer=i*ITER_OFFSET_V;
-
- the last line pointer is determined according to:
last line pointer=H−(ITER_NR_V−i−−1)*ITER_OFFSET_V−1;
-
- the first column pointer is determined according to:
first column pointer=j*ITER_OFFSET_H; and
-
- the last column pointer is determined according to:
last column pointer=W−(ITER_NR_H−j−−1)*ITER_OFFSET_H−1,
where i is a vertical position index of the sub-kernel, ITER_OFFSET_V is the vertical offset parameter defined for the kernel decomposition, ITER_NR_V is the number of vertical iterations parameter defined for the kernel decomposition, H is the height of the streamed feature data tensor; j is a horizontal position index of the sub-kernel, ITER_OFFSET_H is the horizontal offset parameter defined for the kernel decomposition, ITER_NR_H is the number of horizontal iterations parameter defined for the kernel decomposition, and W is the width of the streamed feature data tensor.
In an embodiment, the streamed feature data tensor is organized into a number of batches, each batch having a same height, a same width and a same depth, and an iteration for a sub-kernel has an iteration length equal to the number of batches. In an embodiment, the streamed feature data tensor is repeatedly streamed to the convolutional accelerator during the iterative convolving of the sub-kernels with the respective sub-tensors. In an embodiment, the convolutional accelerator, in operation, defines decomposition control parameters including: an iteration period, ITER_PERIOD, defining a length of an iteration of the convolving of a sub-kernel with a respective sub-tensor; a horizontal offset, ITER_OFFSET_H, defining an offset between adjacent sub-kernels in the horizontal direction; a vertical offset, ITER_OFFSET_V, defining an offset between adjacent sub-kernels in the vertical direction; a number of horizontal operations, ITER_NR_H, defining a number of horizontal operations performed during an iteration associated with a sub-kernel; and a number of vertical operations, ITER_NR_V, defining a number of vertical operations performed during an iteration associated with a sub-kernel. In an embodiment, the convolving a sub-kernel with a sub-tensor is based on: a stride parameter; a padding parameter; or a stride parameter and a padding parameter. In an embodiment, the convolutional accelerator comprises a set of configuration registers, which, in operation, store the decomposition control parameters.
In an embodiment, a system comprises a stream engine and a convolutional accelerator coupled to the stream engine. The stream engine, in operation, streams feature and kernel data. The convolutional accelerator includes a feature line buffer, a kernel buffer, a multiply-accumulate cluster coupled to the feature line buffer and the kernel buffer, and iteration control circuitry. The iteration control circuitry, in operation, defines a plurality of sub-tensors of a streamed feature data tensor. The convolutional accelerator, in operation, decomposes a kernel into a plurality of sub-kernels and iteratively convolves the sub-kernels with respective sub-tensors of the defined plurality of sub-tensors of the streamed feature data tensor. In an embodiment, the iteration control circuitry, in operation, generates sets of pointers to define windows of the streamed feature data tensor, the windows corresponding to respective sub-tensors of the plurality of sub-tensors. In an embodiment, the streamed feature data tensor is organized into a number of batches, each batch having a same height, a same width and a same depth, and an iteration for a sub-kernel has an iteration length equal to the number of batches. In an embodiment, the stream engine, in operation, repeatedly streams the streamed feature data tensor to the convolutional accelerator during the iterations. In an embodiment, the system, in operation, defines decomposition control parameters including: an iteration period, ITER_PERIOD, defining a length of iterations applied to sub-kernels of the kernel; a horizontal offset, ITER_OFFSET_H, defining an offset between adjacent sub-kernels in the horizontal direction; a vertical offset, ITER_OFFSET_V, defining an offset between adjacent sub-kernels in the vertical direction; a number of horizontal operations, ITER_NR_H, defining a number of horizontal operations performed during an iteration associated with a sub-kernel; and a number of vertical operations, ITER_NR_V, defining a number of vertical operations performed during an iteration associated with a sub-kernels. In an embodiment, the stream engine, in operation, streams kernel data to the convolutional accelerator organized based on the sub-kernels of the kernel.
In an embodiment, a method comprises: streaming feature data and kernel data to a convolutional accelerator; and convolving a kernel of the kernel data with a streamed feature data tensor of the feature data. The convolving includes: decomposing the kernel into a plurality of sub-kernels; defining a plurality of sub-tensors of the streamed feature data tensor; and iteratively convolving the sub-kernels with respective sub-tensors of the plurality of sub-tensors of the streamed feature data tensor. In an embodiment, the method comprises generating sets of pointers to define windows of the streamed feature data tensor, the windows corresponding to respective sub-tensors of the plurality of sub-tensors, wherein a set of pointers defining a respective window comprises a first line pointer, a last line pointer, a first column pointer, and a last column pointer. In an embodiment, the method comprises: organizing the streamed feature data tensor into a number of batches of feature data, each batch having a same height, a same width and a same depth, an iteration for a sub-kernel having an iteration length equal to the number of batches. In an embodiment, the method comprises repeatedly streaming the streamed feature data tensor during the iterations. In an embodiment, the method comprises defining decomposition control parameters including: an iteration period, ITER_PERIOD, defining a length of iterations applied to sub-kernels of the kernel; a horizontal offset, ITER_OFFSET_H, defining an offset between adjacent sub-kernels in the horizontal direction; a vertical offset, ITER_OFFSET_V, defining an offset between adjacent sub-kernels in the vertical direction; a number of horizontal operations, ITER_NR_H, defining a number of horizontal operations performed during an iteration associated with a sub-kernel; and a number of vertical operations, ITER_NR_V, defining a number of vertical operations performed during an iteration associated with a sub-kernels.
In an embodiment, a non-transitory computer-readable medium's contents configure a hardware accelerator to perform a method. The method comprises: streaming feature data and kernel data to a convolutional accelerator of the hardware accelerator; and convolving a kernel of the kernel data with a streamed feature data tensor of the feature data. The convolving includes: decomposing the kernel into a plurality of sub-kernels; defining a plurality of sub-tensors of the streamed feature data tensor; and iteratively convolving the sub-kernels with respective sub-tensors of the plurality of sub-tensors of the streamed feature data tensor. In an embodiment, the method comprises generating sets of pointers to define respective windows of the streamed feature data tensor, wherein a set of pointers defining a respective window comprises a first line pointer, a last line pointer, a first column pointer, and a last column pointer. In an embodiment, the method comprises: organizing the feature data into a number of batches of feature data, each batch having a same height, a same width and a same depth. In an embodiment, the contents comprise instructions executed by the hardware accelerator.
Some embodiments may take the form of or comprise computer program products. For example, according to one embodiment there is provided a computer readable medium comprising a computer program adapted to perform one or more of the methods or functions described above. The medium may be a physical storage medium, such as for example a Read Only Memory (ROM) chip, or a disk such as a Digital Versatile Disk (DVD-ROM), Compact Disk (CD-ROM), a hard disk, a memory, a network, or a portable media article to be read by an appropriate drive or via an appropriate connection, including as encoded in one or more barcodes or other related codes stored on one or more such computer-readable mediums and being readable by an appropriate reader device.
Furthermore, in some embodiments, some or all of the methods and/or functionality may be implemented or provided in other manners, such as at least partially in firmware and/or hardware, including, but not limited to, one or more application-specific integrated circuits (ASICs), digital signal processors, discrete circuitry, logic gates, standard integrated circuits, controllers (e.g., by executing appropriate instructions, and including microcontrollers and/or embedded controllers), field-programmable gate arrays (FPGAs), complex programmable logic devices (CPLDs), etc., as well as devices that employ RFID technology, and various combinations thereof.
The various embodiments described above can be combined to provide further embodiments. These and other changes can be made to the embodiments in light of the above-detailed description. In general, in the following claims, the terms used should not be construed to limit the claims to the specific embodiments disclosed in the specification and the claims, but should be construed to include all possible embodiments along with the full scope of equivalents to which such claims are entitled. Accordingly, the claims are not limited by the disclosure. CLAIMS
Claims
1. A convolutional accelerator, comprising:
- a feature line buffer;
- a kernel buffer;
- a multiply-accumulate cluster coupled to the feature line buffer and the kernel buffer; and
- iteration control circuitry, which, in operation, defines a plurality of sub-tensors of a streamed feature data tensor, wherein the convolutional accelerator, in operation, decomposes a kernel into a plurality of sub-kernels and iteratively convolves the sub-kernels with respective sub-tensors of the defined plurality of sub-tensors of the streamed feature data tensor.
2. The convolutional accelerator of claim 1, wherein the iteration control circuitry, in operation, generates sets of pointers to define windows of the streamed feature data tensor, the windows corresponding to respective sub-tensors of the plurality of sub-tensors.
3. The convolutional accelerator of claim 2, wherein a set of pointers defining a respective window comprises a first line pointer, a last line pointer, a first column pointer, and a last column pointer.
4. The convolutional accelerator of claim 3, wherein the iteration control circuitry, in operation:
- generates the first line pointer based on a vertical position of the sub-kernel in the kernel, and a vertical iteration offset parameter defined for the kernel decomposition;
- generates the last line pointer based on the vertical position of the sub-kernel in the kernel, a number of vertical iterations parameter defined for the kernel decomposition, the vertical iteration offset parameter, and a height of the streamed feature data tensor;
- generates the first column pointer based on the horizontal position of the sub-kernel in the kernel, and a horizontal iteration offset parameter defined for the kernel decomposition; and
- generates the last column pointer based on the horizontal position of the sub-kernel in the kernel, a number of horizontal iterations parameter defined for the kernel decomposition, the horizontal iteration offset parameter, and a width of the streamed feature data tensor.
5. The convolutional accelerator of claim 4, wherein: where i is a vertical position index of the sub-kernel, ITER_OFFSET_V is the vertical offset parameter defined for the kernel decomposition, ITER_NR_V is the number of vertical iterations parameter defined for the kernel decomposition, H is the height of the streamed feature data tensor; j is a horizontal position index of the sub-kernel, ITER_OFFSET_H is the horizontal offset parameter defined for the kernel decomposition, ITER_NR_H is the number of horizontal iterations parameter defined for the kernel decomposition, and W is the width of the streamed feature data tensor.
- the first line pointer is determined according to: first line pointer=i*ITER_OFFSET_V;
- the last line pointer is determined according to: last line pointer=H−(ITER_NR_V−i−−1)*ITER_OFFSET_V−1;
- the first column pointer is determined according to: first column pointer=j*ITER_OFFSET_H; and
- the last column pointer is determined according to: last column pointer=W−(ITER_NR_H−j−−1)*ITER_OFFSET_H−1,
6. The convolutional accelerator of claim 1, wherein the streamed feature data tensor is organized into a number of batches, each batch having a same height, a same width and a same depth, and an iteration for a sub-kernel has an iteration length equal to the number of batches.
7. The convolutional accelerator of claim 6, wherein the streamed feature data tensor is repeatedly streamed to the convolutional accelerator during the iterative convolving of the sub-kernels with the respective sub-tensors.
8. The convolutional accelerator of claim 1, wherein the convolutional accelerator, in operation, defines decomposition control parameters including:
- an iteration period, ITER_PERIOD, defining a length of an iteration of the convolving of a sub-kernel with a respective sub-tensor;
- a horizontal offset, ITER_OFFSET_H, defining an offset between adjacent sub-kernels in the horizontal direction;
- a vertical offset, ITER_OFFSET_V, defining an offset between adjacent sub-kernels in the vertical direction;
- a number of horizontal operations, ITER_NR_H, defining a number of horizontal operations performed during an iteration associated with a sub-kernel; and
- a number of vertical operations, ITER_NR_V, defining a number of vertical operations performed during an iteration associated with a sub-kernel.
9. The convolutional accelerator of claim 8 wherein the convolving a sub-kernel with a sub-tensor is based on:
- a stride parameter;
- a padding parameter; or
- a stride parameter and a padding parameter.
10. The convolutional accelerator of claim 8, comprising a set of configuration registers, which, in operation, store the decomposition control parameters.
11. A system, comprising:
- a stream engine, which, in operation, streams feature and kernel data; and
- a convolutional accelerator coupled to the stream engine, the convolutional accelerator including: a feature line buffer; a kernel buffer; a multiply-accumulate cluster coupled to the feature line buffer and the kernel buffer; and iteration control circuitry, which, in operation, defines a plurality of sub-tensors of a streamed feature data tensor, wherein the convolutional accelerator, in operation, decomposes a kernel into a plurality of sub-kernels and iteratively convolves the sub-kernels with respective sub-tensors of the defined plurality of sub-tensors of the streamed feature data tensor.
12. The system of claim 11, wherein the iteration control circuitry, in operation, generates sets of pointers to define windows of the streamed feature data tensor, the windows corresponding to respective sub-tensors of the plurality of sub-tensors.
13. The system of claim 11, wherein the streamed feature data tensor is organized into a number of batches, each batch having a same height, a same width and a same depth, and an iteration for a sub-kernel has an iteration length equal to the number of batches.
14. The system of claim 13, wherein the stream engine, in operation, repeatedly streams the streamed feature data tensor to the convolutional accelerator during the iterations.
15. The system of claim 11, wherein the system, in operation, defines decomposition control parameters including:
- an iteration period, ITER_PERIOD, defining a length of iterations applied to sub-kernels of the kernel;
- a horizontal offset, ITER_OFFSET_H, defining an offset between adjacent sub-kernels in the horizontal direction;
- a vertical offset, ITER_OFFSET_V, defining an offset between adjacent sub-kernels in the vertical direction;
- a number of horizontal operations, ITER_NR_H, defining a number of horizontal operations performed during an iteration associated with a sub-kernel; and
- a number of vertical operations, ITER_NR_V, defining a number of vertical operations performed during an iteration associated with a sub-kernels.
16. The system of claim 11, wherein the stream engine, in operation, streams kernel data to the convolutional accelerator organized based on the sub-kernels of the kernel.
17. A method, comprising:
- streaming feature data and kernel data to a convolutional accelerator; and
- convolving a kernel of the kernel data with a streamed feature data tensor of the feature data, the convolving including: decomposing the kernel into a plurality of sub-kernels; defining a plurality of sub-tensors of the streamed feature data tensor; and iteratively convolving the sub-kernels with respective sub-tensors of the plurality of sub-tensors of the streamed feature data tensor.
18. The method of claim 17, comprising generating sets of pointers to define windows of the streamed feature data tensor, the windows corresponding to respective sub-tensors of the plurality of sub-tensors, wherein a set of pointers defining a respective window comprises a first line pointer, a last line pointer, a first column pointer, and a last column pointer.
19. The method of claim 17, comprising:
- organizing the streamed feature data tensor into a number of batches of feature data, each batch having a same height, a same width and a same depth, an iteration for a sub-kernel having an iteration length equal to the number of batches.
20. The method of claim 17, comprising repeatedly streaming the streamed feature data tensor during the iterations.
21. The method of claim 17, comprising defining decomposition control parameters including:
- an iteration period, ITER_PERIOD, defining a length of iterations applied to sub-kernels of the kernel;
- a horizontal offset, ITER_OFFSET_H, defining an offset between adjacent sub-kernels in the horizontal direction;
- a vertical offset, ITER_OFFSET_V, defining an offset between adjacent sub-kernels in the vertical direction;
- a number of horizontal operations, ITER_NR_H, defining a number of horizontal operations performed during an iteration associated with a sub-kernel; and
- a number of vertical operations, ITER_NR_V, defining a number of vertical operations performed during an iteration associated with a sub-kernels.
22. A non-transitory computer-readable medium having contents which configure a hardware accelerator to perform a method, the method comprising:
- streaming feature data and kernel data to a convolutional accelerator of the hardware accelerator; and
- convolving a kernel of the kernel data with a streamed feature data tensor of the feature data, the convolving including: decomposing the kernel into a plurality of sub-kernels; defining a plurality of sub-tensors of the streamed feature data tensor; and iteratively convolving the sub-kernels with respective sub-tensors of the plurality of sub-tensors of the streamed feature data tensor.
23. The non-transitory computer-readable medium of claim 22, wherein the method comprises generating sets of pointers to define respective windows of the streamed feature data tensor, wherein a set of pointers defining a respective window comprises a first line pointer, a last line pointer, a first column pointer, and a last column pointer.
24. The non-transitory computer-readable medium of claim 22, wherein the method comprises:
- organizing the feature data into a number of batches of feature data, each batch having a same height, a same width and a same depth.
25. The non-transitory computer-readable medium of claim 22, wherein the contents comprise instructions executed by the hardware accelerator.
Type: Application
Filed: Jul 7, 2022
Publication Date: Jan 11, 2024
Applicants: STMICROELECTRONICS S.r.l. (Agrate Brianza), STMicroelectronics International N.V. (Geneva)
Inventors: Antonio DE VITA (Milano), Thomas BOESCH (Rovio), Giuseppe DESOLI (San Fermo Della Battaglia)
Application Number: 17/859,769