The present disclosure relates to the acceleration of lossless compressed data transfers between data memories having different access times and particularly the movement of large matrices between memories of different access timing. Without limitation, this matrix compression accelerator (MCA) may be applied to situations where very large convolutional neural network (CNN) feature maps may be transferred between external data memory (EDM) under control of a digital central processing unit (CPU) or other application control logic (ACL) and local data memory (LDM) within the control of an integrated matrix compute engine (MCE) in which matrix computation operators (MCO) may be applied to tiled matrix data (TMD) contained within the LDM.
A matrix compression accelerator (MCA) data transfer system and method that optimizes data transfers between slower external data memory (EDM) and faster local data memory (LDM) is disclosed. The system/method provides for efficient transfer of data structures associated with convolutional neural networks (CNNs) and other large matrix applications and implements a feature map compression/decompression scheme that works within data alignment and transfer length requirements for efficient data movement and algorithm requirements of data availability for computation to improve speed and minimize memory resources for data transfers from LDM to EDM and from EDM to LDM. The system/method are particularly applicable to scenarios where EDM comprises dynamic random access memory (DRAM) that has a cycle time significantly greater than LDM which may comprise fully registered static random access memory (SRAM).
The system/method operate by providing for a matrix compression accelerator (MCA) data transfer interface between EDM and LDM that implements lossless data compression (LDC) for data transfers between LDM and EDM and lossless data decompression (LDD) for data transfers between EDM and LDM. The LDC function operates using a multi-stage process within LDM including 2D-to-1D data transformation followed by 1D data compression. The LDD function operates using a multi-stage process within LDM including 1D data decompression followed by 1D-to-2D data transformation. The LDC and LDD functions may in some embodiments be implemented using a compression/decompression direct memory access (DMA) controller (CDC) that transfers data between the EDM and the LDM while automatically performing the compression/decompression functions. The LDC/LDD processes increase operation timing within LDM and reduce operation timing within EDM towards the goal of achieving increase compute/transfer timing overlap between a matrix compute engine (MCE) operating on LDM data and data transfers between the LDM and EDM.
For simplicity of presentation, systems and methods are illustrated herein for 128 B (128 byte) data alignment boundaries, 128 B (128 byte) minimum EDM to LDM data transfer lengths and 64 B (64 byte) compute to LDM compute lengths. Note, however, that these values are provided as examples only and the present disclosure teachings apply equally well to other data bus lengths.
For a fuller understanding of the advantages provided by the disclosure, reference should be made to the following detailed description together with the accompanying drawings wherein:
The numerous innovative teachings of the present application will be described with particular reference to the presently disclosed embodiments, wherein these innovative teachings are advantageously applied to the particular problems of a MATRIX COMPRESSION ACCELERATOR SYSTEM AND METHOD. However, it should be understood that this embodiment is only one example of the many advantageous uses of the innovative teachings herein. In general, statements made in the specification of the present application do not necessarily limit any of the various claimed disclosures. Moreover, some statements may apply to some inventive features but not to others.
Within many system embodiments the data bus width utilized by the EMB will be 128 bytes (128 B), but this is not a limitation on the scope of the present disclosure. Additionally, for simplicity of presentation, examples contained herein are illustrated for 128 B data alignment boundaries, 128 B minimum EDM to LDM transfer lengths, and 64 B LDM compute lengths. Note, however, that these values are only for example and the proposed techniques apply equally well to other data bus widths.
The present disclosure typically operates in the context of an integrated matrix multiplication unit (MMU) in which vectors and/or matrices are multiplied together using a wide variety of dot-matrix mathematical primitive functions, some of which are detailed in references incorporated with this patent application. Thus, the phrase “processing data” and the like when used herein or within the claims scope will refer to these matrix operations that may utilize tiles or groups of data stored within local data memory (LDM) as the arguments to these varied mathematical matrix operators.
Matrix rows (or portions thereof) may be referenced herein using the notation MATRIX[row,*] or MATRIX(row,*) to denote all row columns or equivalently in some circumstances a portion (tile or group) of columns within a given row.
The present disclosure may in many embodiments be implemented using finite state machine (FSM) hardware logic. Within this document flowcharts are provided that detail operational steps associated with various aspects of these FSMs. One skilled in the electrical arts will no doubt be capable of translating these operational steps as provided in the flowcharts to a physical hardware logic embodiment. Since the actual implementation may vary based on a variety of application specific hardware details, specific hardware logic details have been omitted herein as they are not necessary for either understanding of the disclosures teachings nor are they needed to implement the disclosure in a variety of preferred and non-preferred embodiments.
While the examples provided herein detail system/method embodiments wherein lossless data compression (LDC) and lossless data decompression (LDD) are utilized to implement the present disclosure, the present disclosure anticipates that lossy data compression (LYC) and/or lossy data decompression (LYD) may be utilized in some disclosed embodiments.
A typical application context overview of the present disclosure is generally depicted in
The MCE (0110) typically incorporates an internal data or control path (IDP) (0115) between the LDM (0114) and a matrix multiplier unit (MMU) (0116) or other hardware accelerator that is responsible for performing high speed arithmetic operations or other functions on data contained within the LDM (0114). Control of the overall MCE (0110) arithmetic accelerator is provided by matrix compute/transfer control logic (MCT) (0117) that is typically constructed using registered logic that implements one or more finite state machines (FSMs) (0118) configured to control the overall function of the system and sequentially execute operations associated with data transfers between the EDM (0130) and the LDM (0114). Note that the MCT (0117) functionality may be integrated (Integrated Matrix Control Logic MCL (0150)) within the one or more data transfer processors (DTP) (0112) that are embodied within the overall matrix compression accelerator (MCA) (0111) functionality. In this combined configuration, the one or more data transfer processors (DTP) (0112) provide overall control of data transfers between the EDM (0130) and the LDM (0114).
As indicated, the MCE (0110) and/or ACL (0120) may incorporate a tangible non-transitory computer readable medium (0119, 0129) that contains machine instructions that are executed by the internal logic of the MCE (0110) and ACL (0120) respectively.
The present disclosure may be implemented in a variety of application contexts wherein an integrated circuit (IC) system-on-a-chip (SOC) may incorporate a tightly or loosely coupled MCA that interfaces to host ACL/CPU hardware, DRAM memory storage, and a variety of peripheral interfaces.
A system data flow diagram is generally depicted in
The MCA (0210) implements lossless data compression (LDC) transfers (0240) as follows. The MCA (0210) reads 2D uncompressed data blocks (2DU) (0241) from the LDM (0230) and performs a 2D-to-1D transformation (0211) to generate 1D uncompressed data blocks (1DU) (0242) that are written back to the LDM (0230). The 1DU data stored in the LDM (0230) is then read (0243) by the MCA (0210) from the LDM (0230) and compressed (0212) to generate a 1D compressed superblock (CSB) (0244) that is stored in the LDM (0230). This CSB (0244) stored in the LDM (0230) may then be written (0246) to the EDM (0220) with a minimal number of EDM bus write cycles.
The MCA (0210) implements lossless data decompression (LDD) transfers (0250) by reversing the lossless data compression (LDC) transfers (0240) as follows. The MCA (0210) reads 1D compressed superblock (CSB) data (0251) stored in the EDM (0220) with a minimal number of EDM bus read cycles and writes this data to the LDM (0230). The MCA (0210) then reads the CSB data (0252) from the LDM (0230) and decompresses (0213) the data to generate 1D decompressed data blocks (1DD) (0253) that are stored in the LDM (0230). The MCA (0210) then reads the 1DD (0254) data from the LDM (0230) and performs a 1D-to-2D transformation (0214) to generate 2D decompressed data blocks (2DD) (0255) that are written to the LDM (0230) as function arguments for operation by a matrix multiplier unit (MMU) or other matrix compute engine (MCE) function.
An overview of a lossless data compression (LDC) technique utilized in the present disclosure is generally depicted in
An overview of a lossless data decompression (LDD) technique utilized in the present disclosure is generally depicted in
Here it can be seen that data is transferred from external data memory (EDM) (0410) to local data memory (LDM) (0420) via a direct memory access (DMA) controller interface (0430). The process starts with identifying fixed-size 1D compressed superblocks (CSB) (0411) that are to be transferred from EDM (0410) to LDM (0420) via DMA (0430). The fixed-size CSB (0411) may include compressed data, uncompressed data, and/or unused space. The fixed-size nature of the CSB (0411) data is generally tailored to the bus width of the EDM (0410) to optimize this process.
After a CSB (0411) is transferred from EDM (0410) to LDM (0420) to create a local CSB copy (0421), the CSB (0421) is decompressed (0422) to form a 1D decompressed data block (1DD) (0423) within the LDM (0420). This 1DD (0423) is then operated on by a 1D-to-2D transformation (0424) within the LDM (0420) that generates 2D decompressed blocks (2DD) (0425) within the LDM (0420) representing feature maps of a CNN (or other portions of a matrix stored in LDM (0420)). These 2DD (0425) are properly positioned within the LDM (0420) to allow a matrix compute engine (MCE) or other matrix multiplier arithmetic unit (MMU) to operate on the data to produce the desired matrix computation product result. This matrix computation product result may then be operated on by the LDC process depicted in
The present disclosure will now be discussed in terms of an application context as generally depicted in
Convolutional neural networks (CNNs) are a useful technology for classification that can be used in (and are frequently the best performing method for) all sorts of applications relating to vision, speech, health/fitness, controls, and other applications. As generally depicted in
Some steps that can be taken to improve the speed of CNNs on a computing device are: (a) providing a large amount of matrix based compute capability for key layers along with (b) efficient data movement to feed data computations. Unfortunately various constraints make efficient data movement difficult because of memory alignment and transfer length restrictions for optimal efficiency as well as algorithm requirements for data availability and alignment. Furthermore, efficient data movement is difficult as feature maps are frequently very large and thus require large volumes of data transfers between slower off-chip external data memory (EDM) and faster on-chip local data memory (LDM). This inefficiency is typically associated with (a) loading of input feature maps between EDM and LDM for computation using LDM storage and (b) storing output feature maps between LDM and EDM after OFM computations are complete.
Accordingly, disclosed embodiments provide systems/methods for efficient data movement that satisfy the memory alignment, transfer length, and algorithm requirements dictated by a variety of algorithm contexts including that of processing CNN data and other algorithms that may run on the MCE. A typical example depicting the data movement concepts in a CNN context is provided in
A variation of this situation is depicted in
Another variation of this situation is depicted in
References incorporated within this patent application address many of the data movement inefficiencies detailed in
The output feature map (OFM) matrix product and filter coefficient matrix multiplier (FCM) are stored in foreground/background ping/pong fashion in LDM such that when OFM-fore is being filled with the computation product of FCM-fore*IFM, the prior matrix multiplication product OFM-back is being stored in EDM and the next tile of FCM data is being read from EDM and stored in FCM-back. Once the calculation OFM-fore=FCM-fore*IFM is completed, memory pointers to OFM-fore/OFM-back and FCM-fore/FCM-back are swapped in ping-pong fashion to allow the compute/data transfer operations to overlap during the next MMU machine cycle. In this manner, there is no wasted time waiting for storage or retrieval to/from the EDM memory after a MMU compute cycle is completed.
Once the MMU product is generated, the OFM product produced will have seams that need to be removed or alternatively zeros may be inserted around the boundaries of the OFM matrix data. The insertion of zeros, if necessary, eliminates any pre-processing required during the next computation cycle if the resulting data is used in a future computation. Depending on which condition occurs, the OFM data is modified/augmented as necessary before being compressed back to the EDM using a 1D-to-1D ping/pong transfer of the OFM from LDM to EDM. Note that there exists a small drawback of inserting zeros in that this increases the amount of data that needs to be moved from LDM to EDM (this layer) and EDM to LDM (next layer). However, this approach is potentially more efficient than having to do zero insertion if there is no efficient method for that within the MMU architecture or supervisory ACL/CPU.
As generally depicted in the flowchart of
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein is within the scope of this disclosure.
The output feature map (OFM) matrix product and filter coefficient matrix multiplier (FCM) are stored in foreground/background ping/pong fashion in LDM such that when OFM-fore is being filled with the computation product of FCM-fore*IFM, the prior matrix multiplication product OFM-back is being stored in EDM and the next tile of FCM data is being read from EDM and stored in FCM-back. Once the calculation OFM-fore=FCM-fore*IFM is completed, memory pointers to OFM-fore/OFM-back and FCM-fore/FCM-back are swapped in ping-pong fashion to allow the compute/data transfer operations to overlap during the next MMU machine cycle. In this manner, there is no wasted time waiting for storage or retrieval to/from the EDM memory after a MMU compute cycle is completed.
Once the MMU product is generated, the OFM product produced will have seams that need to be removed or alternatively zeros may be inserted around the boundaries of the OFM matrix data. The insertion of zeros, if necessary, eliminates any pre-processing required during the next computation cycle if the resulting data is used in a future computation. Depending on which condition occurs, the OFM data is modified/augmented as necessary before being written back to the EDM using a 1D-to-1D ping/pong transfer of the OFM from LDM to EDM. Note that there exists a small drawback of inserting zeros in that this increases the amount of data that needs to be moved from LDM to EDM (this layer) and EDM to LDM (next layer). However, this approach is potentially more efficient than having to do zero insertion if there is no efficient method for that within the MMU architecture or supervisory ACL/CPU. Note also that in some circumstances the 2D-2D transfer of the IFM from EDM to LDM may be inefficient due to boundary crossings in the EDM during read accesses.
As generally depicted in the flowchart of
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
IFM Data Movement With No Pad Insertion (1300)-(1400)
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
OFM Data Movement With No Pad Insertion (1500)-(1600)
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
A matrix compression accelerator (MCA) data movement pattern for large feature map tiles with no pad insertion and partial storage in local memory using 128 B alignment for efficient EDM to LDM data movement is generally depicted in
While the present disclosure may incorporate a number of lossless data compression (LDC) implementations, one embodiment of an LDC method is detailed in the flowcharts depicted in
This LDC method is implemented using a bifurcated compression data stream comprising compressed superblocks (CSB) and a compression mode vector (CMV). The CSB is generally configured to have a fixed width that is compatible with the EDM bus width and the CMV is configured as a bit stream that identifies the compression type/method used for various subfields of the CSB. The CMV is generally stored within LDM and not written to the EDM and thus it is possible for the CSB written to the EDM to have a guaranteed upper bound on length equal to that of the original 2D uncompressed data stream originally retrieved from LDM and written to the EDM in compressed form.
Details of this two-step LDC methodology are provided in
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
While the present disclosure may incorporate a number of lossless data decompression (LDD) implementations, one embodiment of an LDD method is detailed in the flowcharts depicted in
This LDD method is implemented using a bifurcated decompression data stream comprising compressed superblocks (CSB) and a compression mode vector (CMV). The CSB is generally configured to have a fixed width that is compatible with the EDM bus width and the CMV is configured as a bit stream that identifies the compression type/method used for various subfields of the CSB. The CMV is generally stored within LDM and not read from the EDM and thus it is possible for the CSB read from the EDM to have a guaranteed upper bound on length equal to that of the original 2D uncompressed data stream originally retrieved from LDM and written in compressed form to the EDM.
Details of this two-step LDD methodology are provided in
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
In accordance with some embodiments, zero tag compression may be utilized when implementing LDC/LDD methodologies. Zero tag compression relies on the observation that CNN feature maps typically contain a significant number of zeros due to the common practice of applying ReLU nonlinearities at the end of CNN style 2D convolution. ReLU refers to one of several commonly used methods to limit the output values of a matrix computation to an acceptable limit. Typically, two range limiting methodologies are commonly used, SAT (saturation limiting) and ReLU. ReLU is generally implemented as a special case of saturation (SAT) that changes the lower limit from the smallest representable number to zero. In both ReLU and SAT modes, numbers too large to represent in the destination format are converted to the maximum representable number in the data destination format.
This non-uniform distribution of feature map data values can be exploited to compress feature maps with a simple tagging scheme. When working with fixed point data, 0 s for 16 b data appears as two consecutive 0 s of 8 b data and 0 s for 32 b data appears as four consecutive 0 s of 8 b data. As such, at a small sacrifice of optimality (specifically 1 b per 16 b 0 and 3 b per 32 b 0) it is possible to treat all data precisions as 8 b data such that the compression algorithm can always work on 8 b data (and does not need to switch modes).
Selection of the optimal 1D compressed superblock (CSB) size may be computed as follows. If (ceil((number of bytes in the 1D compressed superblock)/128))<(number of 1D uncompressed blocks) then compression is beneficial. The 1D compressed superblock size is never larger than the size of the 1D uncompressed blocks as the compression information (compression method per original 1D uncompressed block and final 1D compressed superblock length) is separately locally stored. This simplifies LDM allocation as an upper bound is always known. This also simplifies EDM to LDM movement of the compressed data via a DMA as the transfer length can be specified at the start.
Note that the 1D uncompressed blocks and 1D compressed superblock can use the same local memory buffer. Alternatively, a local data buffer is not needed for a complete 1D uncompressed blocks if compression can internally aggregate 128 B blocks of compressed data and write those to their destination. Additionally, the 1D compressed superblock and 1D decompressed blocks can use the same local memory buffer. Alternatively, a local data buffer is not necessarily needed for a complete 1D decompressed blocks if decompression can write 128 B decompressed blocks on the fly during decompression to their destination.
Various embodiments in accordance with this disclosure include additional compression/decompression methods that may be introduced into this framework and optimized for other data types within the CNN. Additional compression/decompression methods may also work in conjunction with 0-tag compression for this data type. Zero padding or padding with a specific fill value may be added to the 1D-to-2D transformation during decompression and may be useful for padding small feature maps during transfers between EDM and LDM. Further, LDC/LDD functionality may be integrated within hardware DMA controllers to achieve high performance operation and increased overlap of compute/data transfer operations in the context of MCE operation.
A compression framework and method with block alignment and lengths for efficient data movement has been disclosed. Within this compression framework 2D-to-1D transformation of uncompressed blocks before compression is performed to satisfy algorithm requirements for computation. A 0-tag method for compression with local memory storage of compression parameters and individual block compression and no compression decisions is implemented. This ensures the 1D compressed superblock size is not larger than the 1D uncompressed blocks size and allows compression to be agnostic to the fixed point precision. This also allows the subsequent DMA in the decompression direction from EDM to LDM to know the read size ahead of time. 1D uncompressed block memory can be reused for the 1D compressed superblock memory to reduce local memory requirements. The DMA can be integrated with compression to eliminate the local memory requirements. This compression framework may be extended to other data types and compression methods.
A decompression framework and method with block alignment and lengths for efficient data movement has been disclosed. The DMA can be integrated with the decompression to eliminate the local memory requirements. The DMA in the compression direction from EDM to LDM conveniently knows the read size ahead of time. A 0-tag method for decompression using local memory storage of compression parameters and individual block compression with no compression decisions is implemented and ensures the 1D compressed superblock size is not larger than the size of the 1D decompressed blocks. This allows decompression to be agnostic to the fixed point precision. 1D decompressed block memory can be reused for the 1D compressed superblock memory to reduce LDM requirements. After decompression, a 1D-to-2D transformation of the decompressed blocks may be performed. This decompression framework may be extended to other data types and decompression methods.
The present disclosure is anticipated in some application contexts to include an integrated compression/decompression direct memory access (DMA) controller (CDC) that transfers data between the EDM and the LDM while automatically performing the compression/decompression functions. In many embodiments, the compression/decompression method detailed herein were designed to work efficiently with DMAs using the 128 B boundary constraints and block size multiples.
In one embodiment, using compression/decompression in conjunction with a DMA includes separating compression/decompression and DMA operations that include:
Another embodiment for using integrated compression/decompression and DMA operations include:
With respect to the second option of integrated compression/decompression and DMA implementation, on the compression side, the 1D uncompressed blocks and 1D compressed superblock memory is not needed if the compression and DMA operation uses a small amount of LDM to buffer before writing to EDM. On the decompression side, the 1D compressed superblock and 1D decompressed blocks memory is not needed if the DMA and decompression operation uses a small amount of LDM to buffer before writing to LDM.
Overview
The present disclosure anticipates that in many of the disclosed embodiments an automated compression/decompression direct memory access (DMA) controller (CDC) may be implemented to allow rapid compression/decompression of data between the LDM to the EDM. The CDC operates such that data may be transferred from a source LDM address to a target EDM address such that the data is compressed during the transfer operation and conversely allows data to be transferred from a source EDM address to a target LDM address such that the data is decompressed during the transfer operation. Within each of these operations, a compression mode vector (CMV) stored in LDM determines the type (if any) of compression assigned to individual data blocks within compressed superblocks (CSB) which constitute the compressed LDM data stored in the EDM.
The CDC is typically implemented using a finite state machine (FSM) controlling hardware logic suitably configured to perform data transfers from LDM-to-LDM, from LDM-to-EDM, and from EDM-to-LDM. One skilled in the art will recognize that the function parameters depicted in
Dispersed Compression DMA System (4100)
A dispersed compression DMA system block diagram of such a CDC is generally depicted in
The source LDM tile (4121) is described in terms of source/destination transfer parameters generally depicted in
Dispersed Compression DMA Method (4200)
A corresponding dispersed compression DMA method associated with the system description provided in
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
Integrated Compression DMA System (4300)
An integrated compression DMA system block diagram of such a CDC is generally depicted in
The source LDM tile (4321) is described in terms of source/destination transfer parameters generally depicted in
Integrated Compression DMA Method (4400)
A corresponding integrated compression DMA method associated with the system description provided in
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure. Dispersed Decompression DMA System (4500)
A dispersed decompression DMA system block diagram of such a CDC is generally depicted in
The source EDM CSB (4531) is described in terms of source/destination transfer parameters generally depicted in
Dispersed Decompression DMA Method (4600)
A corresponding dispersed decompression DMA method associated with the system description provided in
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
Integrated Decompression DMA System (4700)
An integrated decompression DMA system block diagram of such a CDC is generally depicted in
The source EDM CSB (4731) is described in terms of source/destination transfer parameters generally depicted in
Integrated Compression DMA Method (4800)
A corresponding integrated decompression DMA method associated with the system description provided in
This general method may be modified depending on a number of factors, with rearrangement and/or addition/deletion of steps being within the scope of this disclosure. Integration of this and other embodiment methods in conjunction with a variety of embodiment systems described herein within the scope of this disclosure.
Certain disclosed embodiments may be broadly generalized as a matrix compression accelerator system including:
This general system summary may be augmented by the various elements described herein to produce a wide variety of embodiments consistent with this overall disclosure.
Certain disclosed embodiments may be broadly generalized as a matrix compression accelerator method operating on a matrix compression accelerator system that includes:
This general system summary may be augmented by the various elements described herein to produce a wide variety of embodiments consistent with this overall disclosure.
Certain disclosed embodiments may be broadly generalized as a matrix decompression accelerator system that includes:
This general system summary may be augmented by the various elements described herein to produce a wide variety of embodiments consistent with this overall disclosure.
Certain disclosed embodiments may be broadly generalized as a matrix decompression accelerator method operating on a matrix decompression accelerator system that includes:
This general system summary may be augmented by the various elements described herein to produce a wide variety of embodiments consistent with this overall disclosure.
The various embodiments described herein do not represent the entire scope of possible usages, but are provided merely by way of example.
System and method embodiments may include but are not limited to:
One skilled in the art will recognize that other embodiments are possible based on combinations of elements taught within this disclosure.
In various alternate embodiments, the present disclosure may be implemented as a computer program product for use with a computerized computing system. Those skilled in the art will readily appreciate that programs defining the functions defined by the present disclosure can be written in any appropriate programming language and delivered to a computer in many forms, including but not limited to: (a) information permanently stored on non-writeable storage media (e.g., read-only memory devices such as ROMs or CD-ROM disks); (b) information alterably stored on writeable storage media (e.g., floppy disks and hard drives); and/or (c) information conveyed to a computer through communication media, such as a local area network, a telephone network, or a public network such as the Internet. When carrying computer readable instructions that implement the present disclosure methods, such computer readable media represent alternate embodiments of the present disclosure.
As generally illustrated herein, embodiments can incorporate a variety of computer readable media that include computer usable medium having computer readable code means embodied therein. One skilled in the art will recognize that the software associated with the various processes described herein can be embodied in a wide variety of computer accessible media from which the software is loaded and activated. The computer usable medium encompasses media that is transitory or non-transitory.
A matrix compression/decompression accelerator (MCA) system/method that coordinates lossless data compression (LDC) and lossless data decompression (LDD) transfers between an external data memory (EDM) and a local data memory (LDM) using matrix tiling and/or grouping has been disclosed. The system implements LDC using a 2D-to-1D transformation of 2D uncompressed data blocks (2DU) within LDM to generate 1D uncompressed data blocks (1DU). This transformation is followed by compression of the 1DU to generate a 1D compressed superblock (CSB) in LDM. This LDM CSB may then be written to EDM with a reduced number of EDM bus cycles. The system implements LDD using a decompression of CSB data retrieved from EDM to generate a 1D decompressed data block (1DD) in LDM. A 1D-to-2D transformation is then applied to the LDM 1DD to generate a 2D decompressed data block (2DD) in LDM. This 2DD may then be operated on by a matrix compute engine (MCE) using a variety of function operators. The system may incorporate a compression/decompression direct memory access (DMA) controller (CDC) that transfers data between the EDM and the LDM while automatically performing the compression/decompression functions.
Although certain embodiments of the present disclosure has been illustrated in the accompanying drawings and described in the foregoing Detailed Description, it will be understood that the disclosure is not limited to the embodiments disclosed, but is capable of numerous rearrangements, modifications, and substitutions without departing from the spirit of the disclosure as set forth and defined by the following claims.
This patent application claims benefit under 35 U.S.C. § 119 and incorporates by reference U.S. Provisional Patent Application for A METHOD FOR USING A MATRIX MULTIPLICATION ACCELERATOR (MMA) TO IMPLEMENT FUNDAMENTAL COMPUTATIONAL PRIMITIVES by inventors Arthur John Redfern, Timothy David Anderson, Kai (nmn) Chirca, Chenchi Eric Luo, and Zhenhua (nmn) Yu, filed electronically with the USPTO on Mar. 1, 2017, with serial number 62/465,620. This patent application claims benefit under 35 U.S.C. § 119 and incorporates by reference U.S. Provisional Patent Application for A FIXED POINT MATRIX MULTIPLICATION ACCELERATOR (MMA) by inventors Arthur John Redfern, Donald Edward Steiss, Timothy David Anderson, and Kai (nmn) Chirca, filed electronically with the USPTO on Feb. 28, 2017, with serial number 62/464,954. This patent application claims benefit under 35 U.S.C. § 119 and incorporates by reference U.S. Provisional Patent Application for METHODS FOR EFFICIENT CONVOLUTIONAL NEURAL NETWORK (CNN) DATA MOVEMENT by inventors Arthur John Redfern and Asheesh (nmn) Bhardwaj, filed electronically with the USPTO on Feb. 28, 2017, with serial number 62/464,964. This patent application claims benefit under 35 U.S.C. § 119 and incorporates by reference U.S. Provisional Patent Application for FRAMEWORK AND METHOD FOR CNN FEATURE MAP COMPRESSION AND DECOMPRESSION by inventors Arthur John Redfern and Dan (nmn) Wang, filed electronically with the USPTO on Feb. 24, 2017, with serial number 62/463,426.
Number | Name | Date | Kind |
---|---|---|---|
4897717 | Hamilton | Jan 1990 | A |
5099447 | Myszewski | Mar 1992 | A |
5745793 | Atsatt et al. | Apr 1998 | A |
5870568 | Culkey et al. | Feb 1999 | A |
5982375 | Nelson et al. | Nov 1999 | A |
8301749 | Finklestein et al. | Oct 2012 | B1 |
9606803 | Anderson et al. | Mar 2017 | B2 |
9645974 | Patil et al. | May 2017 | B1 |
10114613 | Bekas et al. | Oct 2018 | B2 |
20040136316 | Kwak et al. | Jul 2004 | A1 |
20090292758 | Brokenshire et al. | Nov 2009 | A1 |
20090300091 | Brokenshire et al. | Dec 2009 | A1 |
20110153707 | Ginzburg et al. | Jun 2011 | A1 |
20120011348 | Eichenberger et al. | Jan 2012 | A1 |
20120072917 | Boldyrev et al. | Mar 2012 | A1 |
20120140814 | Sole Rojals | Jun 2012 | A1 |
20120251013 | Porikli | Oct 2012 | A1 |
20130262548 | Ge et al. | Oct 2013 | A1 |
20140365548 | Mortensen | Dec 2014 | A1 |
20160373158 | Ardalan | Dec 2016 | A1 |
20170139710 | Zbiciak | May 2017 | A1 |
20170153890 | Anderson et al. | Jun 2017 | A1 |
20170153959 | Zbiciak | Jun 2017 | A1 |
20170168898 | Zbiciak et al. | Jun 2017 | A1 |
20170249150 | Zbiciak et al. | Aug 2017 | A1 |
20170308381 | Zbiciak | Oct 2017 | A1 |
20190266218 | Scott et al. | Aug 2019 | A1 |
Entry |
---|
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration; PCT/US 2018/020462; dated Aug. 9, 2018, 6 pages. |
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration; PCT/US 2018/020283; dated Aug. 23, 2018, 8 pages. |
Extended European Search Report; App. Pat. No. 18760733.8-1231/3590048 PCT/US2018020462; dated Feb. 4, 2020; 8 pages. |
Utku Aydoinat, et al. “An Open CL(TM) Deep Learning Accelerator on Arria 10”, Arxiv.org, Cornell University Library, 201 Olin Library, Cornell University Ithaca, NY 14853, Jan. 13, 2017, KP080741254. |
Hussain Tassadaq, et al.“PPMC: A Program Pattern Based Memory Controller”, Mar. 19, 2012, International Conference on Financial Cryptography and Data Security; [Lecture Notes in Computer Science; Lect. Noptes Computer], Springer, Berlin, Heidelberg, pp. 89-101, KP047379471, ISBN: 978-3-642-17318-9. |
Chen Zhang et al. “Optimizing FPGA-based Accelerator Design for Deep Convolutional Neural Networks”, Proceedings of the 2015 ACM/SIGDA International Symposium of Field-Programmable Gate Arrays, FPGA, 15, Feb. 22, 2015, pp. 161-170, XP055265150, New, NY, USA, DOI: 10.1145/2684746.2689060, ISBN:978-45033315-3. |
Number | Date | Country | |
---|---|---|---|
20180248562 A1 | Aug 2018 | US |
Number | Date | Country | |
---|---|---|---|
62465620 | Mar 2017 | US | |
62464954 | Feb 2017 | US | |
62464964 | Feb 2017 | US | |
62463426 | Feb 2017 | US |