CONVOLUTIONAL NEURAL NETWORKS ON HARDWARE ACCELERATORS
A hardware acceleration component is provided for implementing a convolutional neural network. The hardware acceleration component includes an array of N rows and M columns of functional units, an array of N input data buffers configured to store input data, and an array of M weights data buffers configured to store weights data. Each of the N input data buffers is coupled to a corresponding one of the N rows of functional units. Each of the M weights data buffers is coupled to a corresponding one of the M columns of functional units. Each functional unit in a row is configured to receive a same set of input data. Each functional unit in a column is configured to receive a same set of weights data from the weights data buffer coupled to the row. Each of the functional units is configured to perform a convolution of the received input data and the received weights data, and the M columns of functional units are configured to provide M planes of output data.
The computing industry seeks to improve the speed and efficiency of software-driven computing devices. Software-driven computing devices employ one or more central processing units (CPUs) that process machine-readable instructions in a conventional temporal manner. Hardware acceleration components (such as field-programmable gate arrays (FPGAs)) have been used to supplement the processing performed by software-driven computing devices.
SUMMARYAccording to a first aspect, a hardware acceleration component is provided for implementing a convolutional neural network. The hardware acceleration component is configured to receive input data and weights data, and is configured to generate M planes of output data. The hardware acceleration component includes an array of N rows and M columns of functional units, an array of N input data buffers configured to store the input data, and an array of M weights data buffers configured to store the weights data. Each of the N input data buffers is coupled to a corresponding one of the N rows of functional units. Each of the M weights data buffers is coupled to a corresponding one of the M columns of functional units. Each functional unit in a row of functional units is configured to receive a same set of input data from the input data buffer coupled to the row. Each functional unit in a column of functional units is configured to receive a same set of weights data from the weights data buffer coupled to the row. Each of the functional units is configured to perform a convolution of the received input data and the received weights data, and the M columns of functional units are configured to provide the M planes of output data.
According to a second aspect, a hardware acceleration component is provided for implementing a multi-layer convolutional neural network. The hardware acceleration component is configured to receive input data and weights data, and includes a reconfigurable array of rows and columns of functional units, an array of first input data buffers configured to store the input data, wherein each of the first input data buffers is coupled to a corresponding one of the rows of functional units, an array of weights data buffers configured to store the weights data, wherein each of the weights data buffers is coupled to a corresponding one of the columns of functional units, an array of output data buffers, wherein each of the output data buffers is coupled to a corresponding one of the columns of functional units, and an array of second input data buffers coupled to the output data buffers, wherein each of the second input data buffers is coupled to a corresponding one of the rows of functional units. Each functional unit in a row of functional units is configured to receive a same set of input data from the first input data buffer or the second input data buffer coupled to the row. Each functional unit in a column of functional units is configured to receive a same set of weights data from the weights data buffer coupled to the row. Each of the functional units is configured to perform a convolution of the received input data and the received weights data.
According to a third aspect, a method is provided for implementing a multi-layer convolutional neural network. The method includes proving a reconfigurable hardware acceleration component including an array of rows and columns of functional units, each of the functional units configured to perform a convolution operation, segmenting input data into a plurality of slices of input data, providing each of the slices of input data to each of the functional units in a corresponding row of functional units, receiving a plurality of weights data kernels, each weights data kernel including weights data, providing each of the weights data kernels to each of the functional units in a corresponding column of functional units, wherein the columns of functional units provide corresponding planes of output data for a first convolutional layer to the output data buffers, and feeding back the output data for the first convolutional layer as input data to a second convolutional layer.
The above-summarized functionality can be manifested in various types of systems, devices, components, methods, computer readable storage media, data structures, graphical user interface presentations, articles of manufacture, and so on.
This Summary is provided to introduce a selection of concepts in a simplified form; these concepts are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
The same numbers are used throughout the disclosure and figures to reference like components and features. Series 100 numbers refer to features originally found in
This disclosure describes an example data processing system that includes a hardware acceleration plane and a software plane. Example hardware acceleration components in the hardware acceleration plane are described. An example hardware acceleration component includes an array of functional units configured to implement a convolutional neural network.
As a preliminary matter, some of the figures describe concepts in the context of one or more structural components, variously referred to as functionality, modules, features, elements, etc. The various components shown in the figures can be implemented in any manner by any physical and tangible mechanisms, for instance, by software running on computer equipment, hardware (e.g., chip-implemented logic functionality), etc., and/or any combination thereof.
In one case, the illustrated separation of various components in the figures into distinct units may reflect the use of corresponding distinct physical and tangible components in an actual implementation. Alternatively, or in addition, any single component illustrated in the figures may be implemented by more than one actual physical component. Alternatively, or in addition, the depiction of any two or more separate components in the figures may reflect different functions performed by a single actual physical component.
Other figures describe the concepts in flowchart form. In this form, certain operations are described as constituting distinct blocks performed in a certain order. Such implementations are illustrative and non-limiting. Certain blocks described herein can be grouped together and performed in a single operation, certain blocks can be broken apart into multiple component blocks, and certain blocks can be performed in an order that differs from that which is illustrated herein (including a parallel manner of performing the blocks). The blocks shown in the flowcharts can be implemented in any manner by any physical and tangible mechanisms, for instance, by software running on computer equipment, hardware (e.g., chip-implemented logic functionality), etc., and/or any combination thereof.
As to terminology, the phrase “configured to” encompasses any way that any kind of physical and tangible functionality can be constructed to perform an identified operation. The functionality can be configured to perform an operation using, for instance, software running on computer equipment, hardware (e.g., chip-implemented logic functionality), etc., and/or any combination thereof.
The term “logic” encompasses any physical and tangible functionality for performing a task. For instance, each operation illustrated in the flowcharts corresponds to a logic component for performing that operation. An operation can be performed using, for instance, software running on computer equipment, hardware (e.g., chip-implemented logic functionality), etc., and/or any combination thereof. When implemented by computing equipment, a logic component represents an electrical component that is a physical part of the computing system, however implemented.
Any of the storage resources described herein, or any combination of the storage resources, may be regarded as a computer readable medium. In many cases, a computer readable medium represents some form of physical and tangible entity. The term computer readable medium also encompasses propagated signals, e.g., transmitted or received via physical conduit and/or air or other wireless medium, etc. However, the specific terms “computer readable storage medium” and “computer readable medium device” expressly exclude propagated signals per se, while including all other forms of computer readable media.
The following explanation may identify one or more features as “optional.” This type of statement is not to be interpreted as an exhaustive indication of features that may be considered optional. That is, other features can be considered as optional, although not explicitly identified in the text. Further, any description of a single entity is not intended to preclude the use of more than one such entity. Similarly, a description of multiple entities is not intended to preclude the use of a single entity. Further, although the description may explain certain features as alternative ways of carrying out identified functions or implementing identified mechanisms, the features also can be combined together in any combination. Finally, the terms “exemplary” or “illustrative” refer to an implementation among potentially many implementations.
For instance, a software-driven host component may correspond to a server computer that executes machine-readable instructions using one or more central processing units (CPUs). Each CPU, in turn, may execute the instructions on one or more hardware threads. Each hardware acceleration component, on the other hand, may correspond to hardware logic for implementing functions, such as a field-programmable gate array (FPGA) device, a massively parallel processor array (MPPA) device, a graphics processing unit (GPU), an application-specific integrated circuit (ASIC), a multiprocessor System-on-Chip (MPSoC), and so on.
The term “hardware” acceleration component is also intended to broadly encompass different ways of leveraging a hardware device to perform a function, including, for instance, at least: a) a case in which at least some tasks are implemented in hard ASIC logic or the like; b) a case in which at least some tasks are implemented in soft (configurable) FPGA logic or the like; c) a case in which at least some tasks run as software on FPGA software processor overlays or the like; d) a case in which at least some tasks run on MPPAs of soft processors or the like; e) a case in which at least some tasks run as software on hard ASIC processors or the like, and so on, or any combination thereof. Likewise, data processing system 102 can accommodate different manifestations of software-driven devices in software plane 104.
To simplify repeated reference to hardware acceleration components, the following explanation will refer to these devices as simply “acceleration components.” Further, the following explanation will present a primary example in which the acceleration components correspond to FPGA devices, although, as noted, data processing system 102 may be constructed using other types of acceleration components. Further, hardware acceleration plane 106 may be constructed using a heterogeneous collection of acceleration components, including different types of FPGA devices having different respective processing capabilities and architectures, a mixture of FPGA devices and other devices, and so on.
A host component generally performs operations using a temporal execution paradigm, e.g., by using each of its CPU hardware threads to execute machine-readable instructions, one after the other. In contrast, an acceleration component may perform operations using a spatial paradigm, e.g., by using a large number of parallel logic elements to perform computational tasks. Thus, an acceleration component can perform some operations in less time compared to a software-driven host component. In the context of data processing system 102, the “acceleration” qualifier associated with the term “acceleration component” reflects its potential for accelerating the functions that are performed by host components.
In one example, data processing system 102 corresponds to a data center environment that includes a plurality of computer servers. The computer servers correspond to the host components in software plane 104 shown in
In one implementation, each host component in data processing system 102 is coupled to at least one acceleration component through a local link. That fundamental unit of processing equipment is referred to herein as a “server unit component” because that equipment may be grouped together and maintained as a single serviceable unit within data processing system 102 (although not necessarily so). The host component in the server unit component is referred to as the “local” host component to distinguish it from other host components that are associated with other server unit components. Likewise, the acceleration component(s) of the server unit component is referred to as the “local” acceleration component(s) to distinguish them from other acceleration components that are associated with other server unit components.
For example,
Local host component 108 may further indirectly communicate with any other remote acceleration component in hardware acceleration plane 106. For example, local host component 108 has access to a remote acceleration component 116 via local acceleration component 110. More specifically, local acceleration component 110 communicates with remote acceleration component 116 via a link 118.
In one implementation, a common network 120 is used to couple host components in software plane 104 to other host components, and to couple acceleration components in hardware acceleration plane 106 to other acceleration components. That is, two host components may use the same network 120 to communicate with each other as do two acceleration components. As another feature, the interaction among host components in software plane 104 is independent of the interaction among acceleration components in hardware acceleration plane 106.
This means, for instance, that two or more acceleration components may communicate with each other in a transparent manner from the perspective of host components in software plane 104, outside the direction of the host components, and without the host components being “aware” of the particular interaction that is taking place in hardware acceleration plane 106. A host component may nevertheless initiate interaction that takes place in hardware acceleration plane 106 by issuing a request for a service that is hosted by hardware acceleration plane 106.
According to one non-limiting implementation, data processing system 102 uses the Ethernet protocol to transmit IP packets over common network 120. In one implementation, each local host component in a server unit component is given a single physical IP address. The local acceleration component in the same server unit component may adopt the same IP address. The server unit component can determine whether an incoming packet is destined for the local host component as opposed to the local acceleration component in different ways.
For example, packets that are destined for the local acceleration component can be formulated as user datagram protocol (UDP) packets specifying a specific port. Host-defined packets, on the other hand, are not formulated in this way. In another case, packets belonging to hardware acceleration plane 106 can be distinguished from packets belonging to software plane 104 based on the value of a status flag in each of the packets (e.g., in the header or body of a packet).
In view of the above characteristic, data processing system 102 may be conceptualized as forming two logical networks that share the same physical communication links. The packets associated with the two logical networks may be distinguished from each other by their respective traffic classes in the manner described above. But in other implementations (e.g., as described below with respect to
Finally, management functionality 122 serves to manage the operations of data processing system 102. As will be set forth in greater detail below, management functionality 122 can be physically implemented using different control architectures. For example, in one control architecture, management functionality 122 may include multiple local management components that are coupled to one or more global management components. Each local management component and global management component may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device.
In an example, management functionality 122 can include a number of sub-components that perform different respective logical functions (which can be physically implemented in different ways). A location determination component 124, for instance, identifies the current locations of services within data processing system 102, based on current allocation information stored in a data store 126. Location determination component 124 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device.
As used herein, a service refers to any function that is performed by the data processing system 102. For example, a service may correspond to an encryption function. Another service may correspond to a document ranking function. Another service may correspond to a data compression function. Still another service may correspond to an image classification function. Yet another service may correspond to a neural network function, and so on.
In operation, location determination component 124 may receive a request for a service. In response, location determination component 124 returns an address associated with the service, if that address is present in data store 126. The address may identify a particular acceleration component that hosts the requested service.
A service mapping component (SMC) 128 maps services to particular data processing system 102 components. SMC 128 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device. SMC 128 may operate in at least two modes depending on the type of triggering event SMC 128 receives which invokes operation of SMC 128. In a first mode, SMC 128 processes requests for services made by instances of tenant functionality. An instance of tenant functionality may correspond to a software program running on a particular local host component, or, more specifically, a program executing on a virtual machine that, in turn, is associated with the particular local host component. That software program may request a service in the course of its execution.
SMC 128 handles the request by determining an appropriate component (or components) in data processing system 102 to provide the service. Possible components for consideration include: a local acceleration component (associated with the local host component from which the request originated); a remote acceleration component; and/or the local host component itself (whereupon the local host component will implement the service in software). SMC 128 makes its determinations based on one or more mapping considerations, such as whether the requested service pertains to a line-rate service or other load balancing and power management considerations.
In another manner of operation, SMC 128 generally operates in a background and global mode, allocating services to data processing system 102 components based on global conditions in data processing system 102 (rather than, or in addition to, handling individual requests from instances of tenant functionality, as in the first mode). For example, SMC 128 may invoke its allocation function in response to a change in demand that affects one or more services. In this mode, SMC 128 again makes its determinations based on one or more mapping considerations, such as the historical demand associated with the services, etc.
SMC 128 may interact with location determination component 124 in performing its functions. For instance, SMC 128 may consult data store 126 when it seeks to determine the address of an already allocated service provided by an acceleration component. SMC 128 also can update data store 126 when it maps a service to one or more acceleration components, e.g., by storing the addresses of those acceleration components in relation to the service.
Although not shown in
As a matter of convenience,
In many cases, a requested service is implemented on a single acceleration component (although there may be plural redundant such acceleration components to choose from among). But in the particular example of
In some implementations, the graph structure also identifies at least one head component. The head component corresponds to a point of contact by which entities in data processing system 102 may interact with the multi-component service in hardware acceleration plane 106. The head component also may serve as an initial processing stage in a processing pipeline defined by the graph structure. In the particular case of
In operations (2) and (3), the requesting local host component 204 accesses acceleration component 208 via its local acceleration component 206. Acceleration component 208 then performs its part of the multi-component service to generate an intermediate output result. In operation (4), acceleration component 208 then invokes another acceleration component 210, which performs another respective part of the multi-component service, to generate a final result. In operations (5), (6), and (7), hardware acceleration plane 106 successively forwards the final result back to the requesting local host component 204, through the same chain of components set forth above but in the opposite direction. Note that the data flow operations described above, including the flow operations that define the return path, are cited by way of example, not limitation. Other multi-component services may use other graph structures that specify any other flow paths. For example, acceleration component 210 can forward the final result directly to local acceleration component 206.
First, note that the operations that take place in hardware acceleration plane 106 are performed in an independent manner of operations performed in software plane 104. In other words, the host components in software plane 104 do not manage the operations in hardware acceleration plane 106. However, the host components may invoke the operations in hardware acceleration plane 106 by issuing requests for services that are hosted by hardware acceleration plane 106.
Second, note that hardware acceleration plane 106 performs its transactions in a manner that is transparent to a requesting host component. For example, local host component 204 may be “unaware” of how its request is being processed in hardware acceleration plane, including the fact that the service corresponds to a multi-component service.
Third, note that in this implementation the communication in software plane 104 (e.g., corresponding to operation (1)) takes place using the same common network 120 as communication in hardware acceleration plane 106 (e.g., corresponding to operations (3)-(6)). Operations (2) and (7) may take place over a local link, corresponding to localH-to-locals coupling 114 shown in
The multi-component service shown in
For example,
Moreover, a multi-component service does not necessarily need to employ a single head component, or any head component. For example, a multi-component service can employ a cluster of acceleration components which all perform the same function. Data processing system 102 can be configured to invoke this kind of multi-component service by contacting any arbitrary member in the cluster. That acceleration component may be referred to as a head component because it is the first component to be accessed, but it otherwise has no special status. In yet other cases, a host component may initially distribute plural requests to plural members of a collection of acceleration components.
Finally, local acceleration component 418 is coupled to TOR switch 410. Hence, in this particular implementation, local acceleration component 418 represents the sole path through which local host component 412 interacts with other components in data center 402 (including other host components and other acceleration components). Among other effects, the architecture of
Local host component 412 may communicate with local acceleration component 418 through local link 420 or via NIC 422. Different entities may leverage these two paths in different respective circumstances. For example, assume that a program running on local host component 412 requests a service. In one implementation, assume that local host component 412 provides a local instantiation of location determination component 124 and data store 126. Or a global management component may provide location determination component 124 and its data store 126. In either case, local host component 412 may consult data store 126 to determine the address of the service. Local host component 412 may then access the service via NIC 422 and TOR switch 410, using the identified address.
In another implementation, assume that local acceleration component 418 provides a local instantiation of location determination component 124 and data store 126. Local host component 412 may access local acceleration component 418 via local link 420. Local acceleration component 418 can then consult data store 126 to determine the address of the service, upon which it accesses the service via TOR switch 410. Still other ways of accessing the service are possible.
The routing infrastructure shown in
Data center 402 shown in
Generally note that although
For example, server unit component 702 may include a single host component coupled to two local acceleration components. The two acceleration components can perform different respective tasks. For example, one acceleration component can be used to process outgoing traffic to its local TOR switch, while the other acceleration component can be used to process incoming traffic from the TOR switch. In addition, server unit component 702 can load any services on any of the local acceleration components (708, . . . , 710).
Also note that in the examples set forth above, a server unit component may refer to a physical grouping of components, e.g., by forming a single serviceable unit within a rack of a data center. In other cases, a server unit component may include one or more host components and one or more acceleration components that are not necessarily housed together in a single physical unit. In that case, a local acceleration component may be considered logically, rather than physically, associated with its respective local host component.
Alternatively, or in addition, a local host component and one or more remote acceleration components can be implemented on a single physical component, such as a single MPSoC-FPGA die. The network switch may also be incorporated into that single component.
For example, first network 804 may correspond to the type of data center switching infrastructure shown in
In other cases, local hard CPUs, and/or soft CPUs, and/or acceleration logic provided by a single processing component (e.g., as implemented on a single die) may be coupled via diverse networks to other elements on other processing components (e.g., as implemented on other dies, boards, racks, etc.). An individual service may itself utilize one or more recursively local interconnection networks.
Further note that the above description was framed in the context of host components which issue service requests that are satisfied by acceleration components. But alternatively, or in addition, any acceleration component also can make a request for a service which can be satisfied by any other component, e.g., another acceleration component and/or even a host component. SMC 128 can address such a request in a similar manner to that described above. Indeed, certain features described herein can be implemented on a hardware acceleration plane by itself, without a software plane.
More generally stated, certain features can be implemented by any first component which requests a service, which may be satisfied by the first component, and/or by one or more local components relative to the first component, and/or by one or more remote components relative to the first component. To facilitate explanation, however, the description below will continue to be framed mainly in the context in which the entity making the request corresponds to a local host component.
Finally, other implementations can adopt different strategies for coupling the host components to the hardware components, e.g., other than the localH-to-locals coupling 114 shown in
In block 908, the associated local acceleration component may locally perform the service, assuming that the address that has been identified pertains to functionality that is locally implemented by the local acceleration component. Alternatively, or in addition, in block 910, the local acceleration component routes the request to a remote acceleration component. As noted above, the local acceleration component is configured to perform routing to the remote acceleration component without involvement of the local host component. Further, multiple host components communicate in data processing system 102 with each other over a same physical network as do multiple acceleration components.
Data processing system 102 has a number of useful characteristics. First, data processing system 102 uses a common network 120 (except for the example of
As described above, location determination component 124 identifies the current location of services within data processing system 102, based on current allocation information stored in data store 126. In operation, location determination component 124 receives a request for a service. In response, it returns the address of the service, if present within data store 126. The address may identify a particular acceleration component that implements the service.
Data store 126 may maintain any type of information which maps services to addresses. In the small excerpt shown in
In some implementations, data store 126 may optionally also store status information which characterizes each current service-to-component allocation in any manner. Generally, the status information for a service-to-component allocation specifies the way that the allocated service, as implemented on its assigned component (or components), is to be treated within data processing system 102, such as by specifying its level of persistence, specifying its access rights (e.g., “ownership rights”), etc. In one non-limiting implementation, for instance, a service-to-component allocation can be designated as either reserved or non-reserved.
When performing a configuration operation, SMC 128 can take into account the reserved/non-reserved status information associated with an allocation in determining whether it is appropriate to change that allocation, e.g., to satisfy a current request for a service, a change in demand for one or more services, etc. For example, data store 126 indicates that the acceleration components having address a1, a6, and a8 are currently configured to perform service w, but that only the assignments to acceleration components a1 and a8 are considered reserved. Thus, SMC 128 will view the allocation to acceleration component a6 as a more appropriate candidate for reassignment (reconfiguration), compared to the other two acceleration components.
In addition, or alternatively, data store 126 can provide information which indicates whether a service-to-component allocation is to be shared by all instances of tenant functionality, or dedicated to one or more particular instances of tenant functionality (or some other indicated consumer(s) of the service). In the former (fully shared) case, all instances of tenant functionality vie for the same resources provided by an acceleration component. In the latter (dedicated) case, only those clients that are associated with a service allocation are permitted to use the allocated acceleration component.
SMC 128 also may interact with a data store 1002 that provides availability information. The availability information identifies a pool of acceleration components that have free capacity to implement one or more services. For example, in one manner of use, SMC 128 may determine that it is appropriate to assign one or more acceleration components as providers of a function. To do so, SMC 128 draws on data store 1002 to find acceleration components that have free capacity to implement the function. SMC 128 will then assign the function to one or more of these free acceleration components. Doing so will change the availability-related status of the chosen acceleration components.
SMC 128 also manages and maintains the availability information in data store 1002. In doing so, SMC 128 can use different rules to determine whether an acceleration component is available or unavailable. In one approach, SMC 128 may consider an acceleration component that is currently being used as unavailable, while an acceleration component that is not currently being used as available. In other cases, the acceleration component may have different configurable domains (e.g., tiles), some of which are being currently used and others which are not being currently used.
Here, SMC 128 can specify the availability of an acceleration component by expressing the fraction of its processing resources that are currently not being used. For example,
In other cases, SMC 128 can take into consideration pending requests for an acceleration component in registering whether it is available or not available. For example, SMC 128 may indicate that an acceleration component is not available because it is scheduled to deliver a service to one or more instances of tenant functionality, even though it may not be engaged in providing that service at the current time.
In other cases, SMC 128 can also register the type of each acceleration component that is available. For example, data processing system 102 may correspond to a heterogeneous environment that supports acceleration components having different physical characteristics. The availability information in this case can indicate not only the identities of processing resources that are available, but also the types of those resources.
In other cases, SMC 128 can also take into consideration the status of a service-to-component allocation when registering an acceleration component as available or unavailable. For example, assume that a particular acceleration component is currently configured to perform a certain service, and furthermore, assume that the allocation has been designated as reserved rather than non-reserved. SMC 128 may designate that acceleration component as unavailable (or some fraction thereof as being unavailable) in view of its reserved status alone, irrespective of whether the service is currently being actively used to perform a function at the present time. In practice, the reserved status of an acceleration component therefore serves as a lock which prevents SMC 128 from reconfiguring the acceleration component, at least in certain circumstances.
Now referring to the core mapping operation of SMC 128 itself, SMC 128 allocates or maps services to acceleration components in response to triggering events. More specifically, SMC 128 operates in different modes depending on the type of triggering event that has been received. In a request-driven mode, SMC 128 handles requests for services by tenant functionality. Here, each triggering event corresponds to a request for an instance of tenant functionality that resides at least in part on a particular local host component. In response to each request by a local host component, SMC 128 determines an appropriate component to implement the service. For example, SMC 128 may choose from among: a local acceleration component (associated with the local host component that made the request), a remote acceleration component, or the local host component itself (whereupon the local host component will implement the service in software), or some combination thereof.
In a second background mode, SMC 128 operates by globally allocating services to acceleration components within data processing system 102 to meet overall anticipated demand in data processing system 102 and/or to satisfy other system-wide objectives and other factors (rather than narrowly focusing on individual requests by host components). Here, each triggering event that is received corresponds to some condition in the data processing system 102 as a whole that warrants allocation (or reallocation) of a service, such as a change in demand for the service.
Note, however, that the above-described modes are not mutually exclusive domains of analysis. For example, in the request-driven mode, SMC 128 may attempt to achieve at least two objectives. As a first primary objective, SMC 128 will attempt to find an acceleration component (or components) that will satisfy an outstanding request for a service, while also meeting one or more performance goals relevant to data processing system 102 as a whole. As a second objective, SMC 128 may optionally also consider the long term implications of its allocation of the service with respect to future uses of that service by other instances of tenant functionality. In other words, the second objective pertains to a background consideration that happens to be triggered by a request by a particular instance of tenant functionality.
For example, consider the following simplified case. An instance of tenant functionality may make a request for a service, where that instance of tenant functionality is associated with a local host component. SMC 128 may respond to the request by configuring a local acceleration component to perform the service. In making this decision, SMC 128 may first of all attempt to find an allocation which satisfies the request by the instance of tenant functionality. But SMC 128 may also make its allocation based on a determination that many other host components have requested the same service, and that these host components are mostly located in the same rack as the instance of tenant functionality which has generated the current request for the service. In other words, this supplemental finding further supports the decision to place the service on an in-rack acceleration component.
In another situation, assume that SMC 128 makes the additional determination that the same instance of tenant functionality has repeatedly made a request for the same service in a short period of time. In this situation, SMC 128 may make the same allocation decision as described above, but this time SMC 128 may designate it as being reserved. SMC 128 may also optionally designate the service as being dedicated to just the requesting tenant functionality. By doing so, SMC 128 may enable data processing system 102 to more effectively satisfy future requests for this service by the instance of tenant functionality. In other words, the reserved status may reduce the chance that SMC 128 will later move the service from the local acceleration component, where it is being heavily used by the local host component.
In addition, an instance of tenant functionality (or a local host component) may specifically request that it be granted a reserved and dedicated use of a local acceleration component. Status determination logic 1004 can use different environment-specific rules in determining whether to honor this request. For instance, status determination logic 1004 may decide to honor the request, providing that no other triggering event is received which warrants overriding the request. Status determination logic 1004 may override the request, for instance, when it seeks to fulfill another request that is determined, based on any environment-specific reasons, as having greater urgency than the tenant functionality's request.
In some implementations, note that an instance of tenant functionality (or a local host component or some other consumer of a service) may independently control the use of its local resources. For example, a local host component may pass utilization information to management functionality 122 which indicates that its local acceleration component is not available or not fully available, irrespective of whether the local acceleration component is actually busy at the moment. In doing so, the local host component may prevent SMC 128 from “stealing” its local resources. Different implementations can use different environment-specific rules to determine whether an entity is permitted to restrict access to its local resources in the above-described manner, and if so, in what circumstances.
In another example, assume that SMC 128 determines that there has been a general increase in demand for a particular service. In response, SMC 128 may find a prescribed number of free acceleration components, corresponding to a “pool” of acceleration components, and then designate that pool of acceleration components as reserved (but fully shared) resources for use in providing the particular service. Later, SMC 128 may detect a general decrease in demand for the particular service. In response, SMC 128 can decrease the pool of reserved acceleration components, e.g., by changing the status of one or more acceleration components that were previously registered as “reserved” to “non-reserved.”
Note that the particular dimensions of status described above (reserved vs. non-reserved, dedicated vs. fully shared) are cited by way of illustration, not limitation. Other implementations can adopt any other status-related dimensions, or may accommodate only a single status designation (and therefore omit use of status determination logic 1004 functionality).
As a second component of analysis, SMC 128 may use size determination logic 1006 to determine a number of acceleration components that are appropriate to provide a service. SMC 128 can make such a determination based on a consideration of the processing demands associated with the service, together with the resources that are available to meet those processing demands.
As a third component of analysis, SMC 128 can use type determination logic 1008 to determine the type(s) of acceleration components that are appropriate to provide a service. For example, consider the case in which the data processing system 102 has a heterogeneous collection of acceleration components having different respective capabilities. The type determination logic 1008 can determine one or more of a particular kind of acceleration components that are appropriate to provide the service.
As a fourth component of analysis, SMC 128 can use placement determination logic 1010 to determine the specific acceleration component (or components) that are appropriate to address a particular triggering event. This determination, in turn, can have one more aspects. For instance, as part of its analysis, placement determination logic 1010 can determine whether it is appropriate to configure an acceleration component to perform a service, where that component is not currently configured to perform the service.
The above facets of analysis are cited by way of illustration, not limitation. In other implementations, SMC 128 can provide additional phases of analyses.
Generally, SMC 128 performs its various allocation determinations based on one or more mapping considerations. For example, one mapping consideration may pertain to historical demand information provided in a data store 1002. Note, however, that SMC 128 need not perform multi-factor analysis in all cases. In some cases, for instance, a host component may make a request for a service that is associated with a single fixed location, e.g., corresponding to the local acceleration component or a remote acceleration component. In those cases, SMC 128 may simply defer to location determination component 124 to map the service request to the address of the service, rather than assessing the costs and benefits of executing the service in different ways. In other cases, data store 126 may associate plural addresses with a single service, each address associated with an acceleration component that can perform the service. SMC 128 can use any mapping consideration(s) in allocating a request for a service to a particular address, such as a load balancing consideration.
As a result of its operation, SMC 128 can update data store 126 with information that maps services to addresses at which those services can be found (assuming that this information has been changed by SMC 128). SMC 128 also can store status information that pertains to new service-to-component allocations.
To configure one or more acceleration components to perform a function (if not already so configured), SMC 128 can invoke a configuration component 1014. Configuration component may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device. In one implementation, configuration component 1014 configures acceleration components by sending a configuration stream to the acceleration components. A configuration stream specifies the logic to be “programmed” into a recipient acceleration component. Configuration component 1014 may use different strategies to configure an acceleration component, several of which are set forth below.
A failure monitoring component 1016 determines whether a previously configured acceleration component has failed. Failure monitoring component 1016 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device. SMC 128 may respond to failure notification by substituting a spare acceleration component for a failed acceleration component.
In operation (1), local host component 1102 may send its request for the service to SMC 128. In operation (2), among other analyses, SMC 128 may determine at least one appropriate component to implement the service. In this case, assume that SMC 128 determines that a remote acceleration component 1104 is the most appropriate component to implement the service. SMC 128 can obtain the address of that acceleration component 1104 from location determination component 124. In operation (3), SMC 128 may communicate its answer to local host component 1102, e.g., in the form of the address associated with the service. In operation (4), local host component 1102 may invoke remote acceleration component 1104 via its local acceleration component 1106. Other ways of handling a request by tenant functionality are possible. For example, local acceleration component 1106 can query SMC 128, rather than, or in addition to, local host component 102.
Path 1108 represents an example in which a representative acceleration component 1110 (and/or its associated local host component) communicates utilization information to SMC 128. The utilization information may identify whether acceleration component 1110 is available or unavailable for use, in whole or in part. The utilization information may also optionally specify the type of processing resources that acceleration component 1110 possesses which are available for use. As noted above, the utilization information can also be chosen to purposively prevent SMC 128 from later utilizing the resources of acceleration component 1110, e.g., by indicating in whole or in part that the resources are not available.
Although not shown, any acceleration component can also make directed requests for specific resources to SMC 128. For example, host component 1102 may specifically ask to use its local acceleration component 1106 as a reserved and dedicated resource. As noted above, SMC 128 can use different environment-specific rules in determining whether to honor such a request.
Further, although not shown, other components besides the host components can make requests. For example, a hardware acceleration component may run an instance of tenant functionality that issues a request for a service that can be satisfied by itself, another hardware acceleration component (or components), a host component (or components), etc., or any combination thereof.
Further assume that a local acceleration component 1208 is coupled to local host component 1202, e.g., via a PCIe local link or the like. At the current time, local acceleration component 1208 hosts A1 logic 1210 for performing acceleration service A1, and A2 logic 1212 for performing acceleration service A2.
According to one management decision, SMC 128 assigns T1 to A1 logic 1210, and assigns T2 to A2 logic 1212. However, this decision by SMC 128 is not a fixed rule. SMC 128 may make its decision based on multiple factors, some of which may reflect conflicting considerations. As such, based on other factors (not described at this juncture), SMC 128 may choose to assign jobs to acceleration logic in a different manner from that illustrated in
In the scenario of
In response to the above scenario, SMC 128 may choose to assign T1 to A1 logic 1310 of acceleration component 1308. SMC 128 may then assign T2 to A2 logic 1312 of a remote acceleration component 1314, which is already configured to perform that service. Again, the illustrated assignment is set forth here in the spirit of illustration, not limitation. SMC 128 may choose a different allocation based on another combination of input considerations. In one implementation, local host component 1302 and remote acceleration component 1314 can optionally compress the information that they send to each other, e.g., to reduce consumption of bandwidth.
Note that host component 1302 accesses A2 logic 1312 via local acceleration component 1308. But in another case (not illustrated), host component 1302 may access A2 logic 1312 via the local host component (not illustrated) that is associated with acceleration component 1314.
Generally, SMC 128 can perform configuration in a full or partial manner to satisfy any request by an instance of tenant functionality. SMC 128 performs full configuration by reconfiguring all of the application logic provided by an acceleration component. SMC 128 can perform partial configuration by reconfiguring part (e.g., one or more tiles) of the application logic provided by an acceleration component, leaving other parts (e.g., one or more tiles) intact and operational during reconfiguration. The same is true with respect to the operation of SMC 128 in its background mode of operation, described below. Further note that additional factors may play a role in determining whether A3 logic 1412 is a valid candidate for reconfiguration, such as whether or not the service is considered reserved, whether or not there are pending requests for this service, etc.
Finally, the above examples were described in the context of instances of tenant functionality that run on host components. But as already noted above, the instances of tenant functionality may more generally correspond to service requestors, and those service requestors can run on any component(s), including acceleration components. Thus, for example, a requestor that runs on an acceleration component can generate a request for a service to be executed by one or more other acceleration components and/or by itself and/or by one or more host components. SMC 128 can handle the requestor's request in any of the ways described above.
In the particular example of
SMC 128 also can operate in the background mode to allocate one or more acceleration components, which implement a particular service, to at least one instance of tenant functionality, without necessarily requiring the tenant functionality to make a request for this particular service each time. For example, assume that an instance of tenant functionality regularly uses a compression function, corresponding to “service z” in
Data processing system 102 also includes one or more global management components (1810, . . . , 1812). Each of global management components (1810, . . . , 1812) may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device. Each global management component (1810, . . . , 1812) may provide redundant logic and information in the manner described above with respect to
The architecture of
Further, local management component 1804 can send utilization information to a global management component on any basis, such as periodic basis and/or an event-driven basis (e.g., in response to a change in utilization). The global management component can use the utilization information to update its master record of availability information in data store 1002.
For instance, a server unit component 1902 provides a local management component 1904, along with a local host component 1906 and a local acceleration component 1908. Likewise, a server unit component 1910 provides a local management component 1912, along with a local host component 1914 and a local acceleration component 1916. Each instance of a local management component stores redundant logic and information with respect to other instances of the same component.
Known distributed system tools can be used to ensure that all distributed versions of this component contain the same logic and information, such as the ZOOKEEPER tool provided by Apache Software Foundation of Forest Hill, Md. (As an aside, note that the same technology can be used to maintain the redundant logic and information in the other examples described in this subsection.) Management functionality 122 collectively presents all of the local management components in data processing system 102, as set forth above. That is, there is no central global management component(s) in this example implementation.
For example, a server unit component 2002 provides a low-level local management component 2004, along with a local host component 2006 and a local acceleration component 2008. Likewise, a server unit component 2010 provides a low-level local management component 2012, along with a local host component 2014 and an acceleration component 2016.
A next management tier of the structure includes at least a mid-level management component 2018 and a mid-level management component 2020. Each of mid-level management component 2018 and mid-level management component 2020 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device. A top level of the structure includes a single global management component 2022 (or multiple redundant such global management components). The illustrated control architecture thus forms a structure having three levels, but the architecture can have any number of levels.
In operation, the low-level management components (2004, 2012, . . . ) handle certain low-level management decisions that directly affect the resources associated with individual server unit components. The mid-level management components (2018, 2020) can make decisions which affect a relevant section of data processing system 102, such as an individual rack or a group of racks. The top-level management component (2022) can make global decisions which broadly apply to the entire data processing system 102.
For example, in one approach, global management component 2102 can send the configuration stream to a local management component 2106 associated with a particular server unit component 2108. Local management component 2106 can then coordinate the configuration of a local acceleration component 2110 based on the received configuration stream. Alternatively, local host component 2112 can perform the above-described operation, instead of, or in addition to, local management component 2106.
When triggered, a local model loading component 2310 can swap out the configuration associated with current model 2306 with the configuration associated with another model in local memory 2308. Model loading component 2310 may be implemented by acceleration component 2302 itself, a local host component, a local management component, etc., or some combination thereof. In one implementation, the configuration operation shown in
Finally,
From a high-level standpoint, acceleration component 2502 may be implemented as a hierarchy having different layers of functionality. At a lowest level, acceleration component 2502 provides an “outer shell” which provides basic interface-related components that generally remain the same across most application scenarios. A core component 2504, which lies inside the outer shell, may include an “inner shell” and application logic 2506. The inner shell corresponds to all the resources in core component 2504 other than application logic 2506, and represents a second level of resources that remain the same within a certain set of application scenarios. Application logic 2506 itself represents a highest level of resources which are most readily subject to change. Note however that any component of acceleration component 2502 can technically be reconfigured.
In operation, application logic 2506 interacts with the outer shell resources and inner shell resources in a manner analogous to the way a software-implemented application interacts with its underlying operating system resources. From an application development standpoint, the use of common outer shell resources and inner shell resources frees a developer from having to recreate these common components for each application that he or she creates. This strategy also reduces the risk that a developer may alter core inner or outer shell functions in a manner that causes problems within data processing system 102 as a whole.
Referring to the outer shell, acceleration component 2502 includes a bridge 2508 for coupling acceleration component 2502 to a network interface controller (via a NIC interface 2510) and a local top-of-rack switch (via a TOR interface 2512).
Bridge 2508 supports two modes. In a first node, bridge 2508 provides a data path that allows traffic from the NIC or TOR to flow into acceleration component 2502, and traffic from acceleration component 2502 to flow out to the NIC or TOR. Acceleration component 2502 can perform any processing on the traffic that it “intercepts,” such as compression, encryption, etc. In a second mode, bridge 2508 supports a data path that allows traffic to flow between the NIC and the TOR without being further processed by acceleration component 2502. Internally, bridge 2508 may be composed of various FIFOs (2514, 2516) which buffer received packets, and various selectors and arbitration logic which route packets to their desired destinations. A bypass control component 2518 controls whether bridge 2508 operates in the first mode or the second mode.
A memory controller 2520 governs interaction between acceleration component 2502 and local memory 2522 (such as DRAM memory). Memory controller 2520 may perform error correction as part of its services.
A host interface 2524 provides functionality that enables acceleration component 2502 to interact with a local host component (not shown in
Finally, the shell also may include various other features 2526, such as clock signal generators, status LEDs, error correction functionality, and so on.
In one implementation, the inner shell may include a router 2528 for routing messages between various internal components of acceleration component 2502, and between acceleration component 2502 and external entities (via a transport component 2530). Transport component 2530 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device. Each such endpoint is associated with a respective port. For example, router 2528 is coupled to memory controller 2520, host interface 2524, application logic 2506, and transport component 2530.
Transport component 2530 formulates packets for transmission to remote entities (such as remote acceleration components), and receives packets from remote acceleration components (such as remote acceleration components).
A 3-port switch 2532, when activated, takes over the function of bridge 2508 by routing packets between the NIC and TOR, and between the NIC or TOR and a local port associated with acceleration component 2502.
Finally, an optional diagnostic recorder 2534 stores transaction information regarding operations performed by router 2528, transport component 2530, and 3-port switch 2532 in a circular buffer. For example, the transaction information may include data about a packet's origin and destination IP addresses, host-specific data, timestamps, etc. A technician may study a log of the transaction information in an attempt to diagnose causes of failure or sub-optimal performance in acceleration component 2502.
In some implementations, data processing system 102 of
In operations (4) and (5), application logic 2712 retrieves the data from input buffer 2710, processes it to generate an output result, and places the output result in an output buffer 2714. In operation (6), acceleration component 2704 copies the contents of output buffer 2714 into an output buffer in the host logic's memory. In operation (7), the acceleration component notifies host logic 2706 that the data are ready for host logic 2706 to retrieve. In operation (8), the host logic thread wakes up and consumes the data in output buffer 2716. Host logic 2706 may then discard the contents of output buffer 2716, which allows acceleration component 2704 to reuse output buffer 2716 in the next transaction.
In one non-limiting implementation, router 2528 supports a number of virtual channels (such as eight) for transmitting different classes of traffic over a same physical link. That is, router 2528 may support multiple traffic classes for those scenarios in which multiple services are implemented by application logic 2506, and those services need to communicate on separate classes of traffic.
Router 2528 may govern access to the router's resources (e.g., its available buffer space) using a credit-based flow technique. In that technique, the input units (2802-2808) provide upstream entities with credits, which correspond to the exact number of flits available in their buffers. The credits grant the upstream entities the right to transmit their data to the input units (2802-2808). More specifically, in one implementation, router 2528 supports “elastic” input buffers that can be shared among multiple virtual channels. The output units (2810-2816) are responsible for tracking available credits in their downstream receivers, and provide grants to any input units (2802-2808) that are requesting to send a flit to a given output port.
A packet processing component 2904 processes messages arriving from router 2528 which are destined for a remote endpoint (e.g., another acceleration component). Packet processing component 2904 does so by buffering and packetizing the messages. Packet processing component 2904 also processes packets that are received from some remote endpoint and are destined for router 2528. Packet processing component 2904 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device.
For messages arriving from router 2528, packet processing component 2904 matches each message request to a Send Connection Table entry in the Send Connection Table, e.g., using header information and virtual channel (VC) information associated with the message as a lookup item, as provided by router 2528. Packet processing component 2904 uses the information retrieved from the Send Connection Table entry (such as a sequence number, address information, etc.) to construct packets that it sends out to the remote entity.
More specifically, in one non-limiting approach, packet processing component 2904 encapsulates packets in UDP/IP Ethernet frames, and sends them to a remote acceleration component. In one implementation the packets may include an Ethernet header, followed by an IPv4 header, followed by a UDP header, followed by transport header (specifically associated with transport component 2530), followed by a payload.
For packets arriving from the network (e.g., as received on a local port of S-port switch 2532), packet processing component 2904 matches each packet to a Receive Connectable Table entry provided in the packet header. If there is a match, the packet processing component retrieves a virtual channel field of the entry, and uses that information to forward the received message to router 2528 (in accordance with the credit-flow technique used by router 2528).
A failure handling component 2906 buffers all sent packets until it receives an acknowledgement (ACK) from the receiving node (e.g., the remote acceleration component). If an ACK for a connection does not arrive within a specified time-out period, failure handling component 2906 can retransmit the packet. Failure handling component 2906 will repeat such retransmission for a prescribed number times (e.g., 128 times). If the packet remains unacknowledged after all such attempts, failure handling component 2906 can discard it and free its buffer. Failure handling component 2906 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device.
3-port switch 2532 connects to NIC interface 2510 (corresponding to a host interface), TOR interface 2512, and a local interface associated with local acceleration component 2502 itself 3-port switch 2532 may be conceptualized as including receiving interfaces (3002, 3004, 3006) for respectively receiving packets from the host component, TOR switch, and for receiving packets at the local acceleration component. 3-port switch 2532 also includes transmitting interfaces (3008, 3010, 3012) for respectively providing packets to the TOR switch, and host component, and receiving packets transmitted by the local acceleration component.
Packet classifiers (3014, 3016) determine the class of packets received from the host component or the TOR switch, e.g., based on status information specified by the packets. In one implementation, each packet is either classified as belonging to a lossless flow (e.g., remote direct memory access (RDMA) traffic) or a lossy flow (e.g., transmission control protocol/Internet Protocol (TCP/IP) traffic). Traffic that belongs to a lossless flow is intolerant to packet loss, while traffic that belongs to a lossy flow can tolerate some packet loss.
Packet buffers (3018, 3020) store the incoming packets in different respective buffers, depending on the class of traffic to which they pertain. If there is no space available in the buffer, the packet will be dropped. In one implementation, 3-port switch 2532 does not provide packet buffering for packets provided by the local acceleration component (via the local port) because application logic 2506 can regulate the flow of packets through the use of “back pressuring.” Arbitration logic 3022 selects among the available packets and transmits the selected packets.
As described above, traffic that is destined for the local acceleration component is encapsulated in UDP/IP packets on a fixed port number. 3-port switch 2532 inspects incoming packets (e.g., as received from the TOR) to determine if they are UDP packets on the correct port number. If so, 3-port switch 2532 outputs the packet on local RX port interface 3006. In one implementation, all traffic arriving on local TX port interface 3012 is sent out of the TOR TX port interface 3008, but it could also be sent to host TX port interface 3010. Further note that
PFC processing logic 3024 allows 3-port switch 2532 to insert Priority Flow Control frames into either the flow of traffic transmitted to the TOR or host component. That is, for lossless traffic classes, if a packet buffer fills up, PFC processing logic 3024 sends a PFC message to the link partner, requesting that traffic on that class be paused. If a PFC control frame is received for a lossless traffic class on either host RX port interface 3002 or TOR RX port interface 3004, 3-port switch 2532 will cease sending packets on the port that received the control message.
In one case, host component 3102 may perform any of the operations associated with local tenant functionality when processing devices 3104 carry out associated instructions stored in any storage resource or combination of storage resources. Host component 3102 also includes one or more drive mechanisms 3108 for interacting with any storage resource, such as a hard disk drive mechanism, an optical disk drive mechanism, and so on.
Host component 3102 also includes an input/output module 3110 for receiving various inputs (via input devices 3112), and for providing various outputs (via output devices 3114). One particular output mechanism may include a presentation device 3116 and an associated graphical user interface (GUI) 3118. Host component 3102 also can include one or more network interfaces 3120 for exchanging data with other devices via one or more communication conduits 3122. One or more communication buses 3124 communicatively couple the above-described components together.
Communication conduit(s) 3122 can be implemented in any manner, e.g., by a local area network, a wide area network (e.g., the Internet), point-to-point connections, etc., or any combination thereof. Communication conduit(s) 3122 can include any combination of hardwired links, wireless links, routers, gateway functionality, name servers, etc., governed by any protocol or combination of protocols.
MCMC 3202 also receives failure reports from failure monitoring component 1016, introduced above in the context of
A function parsing component 3220 may parse a function into multiple parts to create the multi-component service. Function parsing component 3220 may then forward instructions to MCMC 3202 which describe the manner in which the function has been parsed. MCMC 3202 uses these instructions to configure the acceleration components (3206, 3208, . . . , 3210) in the multi-component service. Function parsing component 3220 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device.
More generally, in some cases, a multi-component service may be based on a graph structure which defines a fixed interconnection among its acceleration components. That type of multi-component service will use the same set of acceleration components whenever it is called, and pass information among those components in the fixed manner defined by its graph structure. In yet other cases, a multi-component service may dynamically vary its graph structure at runtime based on one or more factors. In doing so, the multi-component service may use different acceleration components for different invocations, and/or may employ different flows among acceleration components for different invocations.
For example, consider a multi-component service that performs image recognition. The multi-component service may invoke a first collection of acceleration components for processing a first type of input data. The multi-component service may invoke a second collection of acceleration components for processing a second type of input data. Alternatively, or in addition, the multi-component service may dynamically invoke different acceleration components and/or flows based on real-time performance conditions, such as experienced congestion of an acceleration component and/or a link.
A function analysis component 3506 can investigate the function itself that is to be partitioned into multiple parts. Function analysis component 3506 can perform this operation in different ways depending on the nature of the function. Consider a function that involves repeating the same basic operation a relatively large number of times. Function analysis component 3506 can determine a total number of times that the operation is performed and the computational load associated with each iteration of the operation. Function analysis component 3506 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device.
Function analysis component 3506 also can identify natural transitions within the flow of a function. For example, a function may be characterized by multiple stages, and those stages may map to respective parts of a multi-component service, with transitions in between the parts. In addition, or alternatively, a function may invoke a collection of subroutines, and those subroutines may map to respective parts of a multi-component service, with transitions to and from the subroutines.
More generally, a function may include programmatic calls of any type, e.g., where one code module calls on another code module. Function parsing component 3220 can consider those calls as natural points at which to divide a function, effectively replacing internal programmatic calls with calls from one acceleration component to the next. Further, when the function has multiple parts or stages, functionality analysis component 3506 also can determine the amount of processing work associated with each part.
A partition generation component 3508 uses the results of ARAC 3502 and function analysis component 3506 to generate an allocation of the function into multiple parts to be allocated to respective allocation components. For example, consider the case in which function analysis component 3506 has determined that a function involves repeating a particular task a certain number of times (such as by performing ten million iterations of the Monte Carlo simulation algorithm). Partition generation component 3508 can divvy the entire number of tasks into appropriately sized chunks for allocation to individual acceleration components that are available. More specifically, partition generating component 3508 can choose a number of acceleration components that is sufficient to perform the total number of tasks, and then allocate appropriate portions to each such acceleration component depending on the particular available capacity of each acceleration component. Partition generation component 3508 also can leverage the natural transition information identified by function analysis component 3506 in selecting specific partition points, e.g., such that an internal programmatic cell is repurposed as a call from once acceleration component to another. Partition generation component 3508 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device.
In other cases, function parsing component 3220 can identify a finite number of possibly ways of partitioning a function into multiple parts, and can identify the resultant characteristics of each option that impact its overall desirability (e.g., in terms of speed of computation, cost, power consumption, thermal profile, and/or any other factors). Function parsing component 3220 can then choose the most favorable partitioning option. For example, function parsing component 3220 can assign a score to each option that reflects a weighted combination of its characteristic features, and then choose the option with the most favorable score. The weights may be chosen based on environment-specific considerations. In other cases, function parsing component 3220 can apply known search algorithms (such as best-first) to find a suitable solution within a space of options.
In another scenario, assume that the function has multiple stages that function parsing component 3220 maps to different acceleration components. But assume that one stage is more labor intensive than the others. To avoid a bottleneck in processing associated with this stage, function parsing component 3220 can allocate two or more acceleration components that operate in parallel for this stage.
Function parsing component 3220 can be applied in different use contexts. In one use context, function parsing component 3220 provides a tool with which a developer may interact to manually explore different partition options.
In another use context, function parsing component 3220 operates in at least a partially automated manner. For instance, assume that data processing system 102 provides at least one multi-component service. Further assume that, at any given time, the multi-component service employs a collection of acceleration components that is structured on the basis of a current partitioning strategy. Upon a triggering event, data processing system 102 can dynamically invoke function parsing component 3220 to determine whether a the current partitioning strategy continues to be appropriate in view of prevailing conditions in data processing system 102. For example, function parsing component 3220 can perform this operation on a periodic basis and/or on an event-driven basis in the course of the operation of data processing system 102. If the strategy is no longer appropriate, function parsing component 3220 dynamically updates the allocation of parts associated with the multi-component service, and then deploys the resultant new multi-component service.
A previously-chosen partitioning strategy may no longer be appropriate for one or more reasons. For example, data processing system 102 may contain a different set of available resources than originally encountered, which may warrant a repartitioning of the multi-component service. In addition, or alternatively, data processing system 102 may encounter real-time performance constraints that may differ upon each invocation of the multi-component service.
In addition, or alternatively, the nature of the task to be performed itself may change based on various factors. For example, as noted above, the multi-component service may have different processing requirements depending on the nature of the input information that is fed to it, and/or the nature of the customer's requirements, and so on.
To cite a particular scenario, assume that the multi-component service corresponds to an iterative algorithm that invokes a different number of repetitive tasks depending on the nature of the input data that are fed to it and/or based on a confidence metric specified by a consumer. To address this scenario, function parsing component 3220 can dynamically reparation the algorithm based on the real-time data processing needs that function parsing component 3220 encounters when processing a data set. For example, consider the type of collection 3302 shown in
In one case, function parsing component 3220 corresponds to a program that runs on one or more software-driven computing devices, e.g., one of the host components shown in
For instance, the acceleration component may determine that it has failed to produce its output result within a specified amount of time, for whatever reason(s). In response, the acceleration component can automatically generate duplicate versions of itself, which thereupon operate in parallel to alleviate the congestion. For example, once again with reference to
In the present implementation, a host component 3602 may invoke the service by sending a request to a first acceleration component of the multi-component service, corresponding to a head component 3604. More specifically,
The request itself may include various items of information, such as one or more hit vectors which describe the locations of the query terms within the document under consideration, etc. The request also may specify a collection of software-generated features. These software-generated features are computed in software (and not hardware) for any environment-specific reason (e.g., because such computations do not map well to hardware resources).
Head component 3604 performs two roles. First, head component 3604 calculates numeric scores, referred to herein as “feature values” to be used as input information for downstream acceleration components. For example, one such feature value may identify the number of times a query word occurs in the document under consideration. Another feature value may be the number of times query words appear in consecutive order, and so on. Head component 3604 also may perform a queue management role, to be described in greater detail below.
The next two acceleration components (3606, 3608) perform more complex computations, referred to herein as “free form expressions” (FFE), compared to the computations performed by head component 3604. For example, as described in more detail below, FFE acceleration components 3606 and 3608 may perform mathematical computations using feature values determined by head component 3604. Although two FFE acceleration components 3606 and 3608 are shown in
The last three acceleration components (3612, 3614, 3616) generate a final ranking score using all of the feature values computed thus far as input information to the scoring calculation, and using any environment-specific score calculation equation or algorithm. The above-described series of acceleration components then routes the final score back to head component 3604, and thereafter to host component 3602.
Generally, the numbered arrows in
More specifically, queue manager component 3802 may maintain multiple queues in local memory 3804. Each queue is associated with a different respective model. For example, queue 1 is associated with model 1, queue 2 is associated with model 2, queue 3 is associated with model 3, and so on.
Queue manager component 3802 includes a request processing component 3806 and a model loading component 3808. Model loading component 3808 may be implemented with one or computer processors with memory store instructions, or dedicated logic gate arrays implemented, for example, in an FPGA, ASIC, or other similar device. In operation, request processing component 3806 adds each incoming request to an appropriate queue, e.g., by adding the above-noted French query to a French queue. Request processing component 3806 also selects among the queues to process based on any policy, such as by selecting among queues on a round-robin basis, queue-fullness basis, priority basis, etc., or any combination thereof. Such a policy may generally seek to fairly arbitrate among queues and requests, while also reducing the frequency at which new queues are selected (and consequently, the frequency at which new models are loaded). Upon switching to a new queue (e.g., having z unprocessed requests therein), model loading component 3808 loads the model associated with that queue into acceleration components 3810, and then submits the requests in the queue to acceleration components 3810 for processing based on the loaded new model.
Referring again to
DNNs may include a number of different processing “layers,” including linear layers (also referred to herein as “fully-connected layers”) and convolutional layers. Outputs of convolutional layers may be processed with “pooling” operations which subsample the convolved output, and non-linearization steps, such as sigmoid or than applied to the output.
In an implementation, SMC 128 partitions a DNN into multiple segments, mapping a first segment of DNN layers (e.g., one or more convolutional layers) to one or more acceleration components, and a second segment of DNN layers (e.g., fully connected layers) to one or more host components.
As used herein, a “convolutional neural network” or (CNN) refers to a neural network that includes one or more convolutional layers, and also may include pooling and/or non-linearization operations applied after some or all of the convolutional layers.
In an implementation, volume 4204 includes image data in D=3 planes (e.g., r, g, b), with each plane including an J×J array of image data (e.g., pixel data). Persons of ordinary skill in the art will understand that more or fewer than three planes may be used, that each plane need not include a square array, and that data other than image data may be used. A 3D input volume 4214 of dimensions L×L×D is convolved with H weight kernels (e.g., weight kernel 4216) of dimension L×L×D and stride S. Each weight kernel (e.g., weight kernel 4216) is shifted in a sliding-window-like fashion (with a shift offset defined by stride S) across the input volume (e.g., volume 4204). During each shift, each weight in to the 3D weight kernel is multiplied and added with corresponding pair-wise input elements from the overlapping region of input volume 4214.
For example,
As illustrated in
First set of kernel weights 4304 then slides S=2 horizontal data values of first volume 4302. As illustrated in
This process continues, with first set of kernel weights 4304 sliding S=2 horizontal values of first volume 4302 each iteration until the first row of data values (x0, x1, x3, x3) of first plane 4308x is complete. First set of kernel weights 4304 then slides down S=2 rows and back to the leftmost column of first volume 4302 to calculate the second row of data values (x4, x5, x6, x7) of first plane 4308x. This process continues until all four rows of data values of first plane 4308x are complete.
As illustrated in
This process continue until all data values of second plane 4308y of second volume 4308 are complete, and also continues for each of the H weight volumes to generate the H planes in of second volume 4308. Referring again to
As described above, DNNs often are organized into alternating convolutional and max-pooling neural network layers followed by a number of fully-connected layers. Although DNNs may be fully implemented in software on CPUs, one or more DNN layers may be implemented in one or more acceleration components of data processing system 102 of
Input buffer array 4404 includes input data buffers IPD0, IPD1, . . . , IPDN-1 for receiving N slices Slice0, Slice1, . . . , SlicesN-1, respectively, of D-dimensional input data. For simplicity, the remaining discussion will assume that D=3. In an implementation, input data are segmented into horizontal slices of input data, such as graphically illustrated in
Plane 4502 is a 17×17 array of input data (data values are depicted as symbols, whereas actual input data values would typically be numerical values). Input plane 4502 is segmented into N=8 slices Slice0, Slice1, . . . , Slice7, with each slice including a 3×3×17 array of input data (for the 3D volume). In an implementation, each slice overlaps the previous slice to account for slide S (e.g., S=2 in this example). Referring again to
Kernel weights buffer array 4406 includes M weights data buffers IBW0, IBW1, . . . , IBWM-1. In an implementation, kernel weights data Weights0, Weights1, . . . , WeightsM-1 are loaded from off-chip memory (e.g., DRAM) into weights data buffers IBW0, IBW1, . . . , IBWM-1, respectively. In another implementation, kernel weights data Weights0, Weights1, . . . , WeightsM-1 are stored in weights data buffers IBW0, IBW1, . . . , IBWM-1, respectively at run-time. Each of kernel weights data Weights0, Weights1, . . . , WeightsM-1 corresponds to a separate plane in the output volume, and has dimensions L×L×D and stride S.
Functional unit array 4408 includes and N×M array of functional units FU0,0, FU0,1, . . . , FUN-1,M-1. For example, a first column includes functional units FU0,0, FU1,0, FU2,0, . . . , FUN-1,0, a second column includes functional units FU0,1, FU1,1, FU2,1, . . . , FUN-1,1, and so on. Functional units in a column are coupled in series from top to bottom.
Input data in input data buffers IPD0, IPD1, . . . , IPDN-1 are fed to each functional unit in the corresponding row of functional unit array 4408. That is, input data in input data buffer IPD0 are fed to each of functional units FU0,0, FU0,1, . . . , FU0,M-1, input data in input data buffer IPD1 are fed to each of functional units FU1,0, FU1,1, . . . , F1,M-1, and so on.
Kernel weights in weights data buffers IBW0, IBW1, . . . , IBWM-1 are fed to each functional unit in the corresponding column. That is, kernel weights in weights data buffer IBW0 are fed to each of functional units FU0,0, FU1,0, FU2,0, . . . , FUN-1,0, kernel weights in weights data buffer IBW1 are fed to each of functional units FU0,1, FU1,1, FU2,1, . . . , FUN-1,1, and so on.
Functional units FU0,0, FU0,1, . . . , FUN-1,M-1 perform convolution operations using input values from input data buffers IPD0, IPD1, . . . , IPDN-1 and kernel weights from weights data buffers IBW0, IBW1, . . . , IBWM-1. Functional units in the same column perform N parallel convolution operations on slices Slice0, Slice1, . . . , SliceN-1 of input data for a single plane of the output volume. That is, functional units FU0,0, FU1,0, FU2,0, . . . , FUN-1,0 perform convolution operations on all N slices Slice0, Slice1, . . . , SliceN-1 of input data for a first plane of the output volume, functional units FU0,1, FU1,1, FU2,1, . . . , FUN-1,1 perform convolution operations on all N slices Slice0, Slice1, . . . , SliceN-1 of input data for a second plane of the output volume, and so on.
Functional units in the same row perform M parallel convolution operations on a single slice (Slice0, Slice1, . . . , SliceN-1) of input data for all M planes of the output volume. That is, functional units FU0,0, FU0,1, FU0,2, . . . , FU0,M-1 perform M convolution operations on slice Slice0 of input data for all M planes of the output volume, functional units FU1,0, FU1,1, FU1,2, . . . , F1,M-1 perform M convolution operations on slice Slice1 of input data for all M planes of the output volume, and so on.
Each functional unit, such as functional unit 4602, accumulates the input value and weight multiplications through L×L×D (the kernel volume size) cycles. The termination signal fires after completing the last multiplication as accumulation register 4608 has the correct convoluted value at that time. The next convolution will continue with initializing the accumulated value to 0, as the accumulated value moves to shift register 4610.
Referring again to
As described above, functional unit array 4408 includes and N×M array of functional units FU0,0, FU0,1, . . . , FUN-1,M-1. In an implementation in which acceleration component 4402 is physically implemented as an FPGA device, the dimensions N and M can be software-reconfigurable at run time. For example, in a first instantiation with N=8 and M=128, functional unit array 4408 can be configured as an 8×128 array of functional units. In a second instantiation with N=64 and M=16, functional unit array 4408 can be configured as a 64×16 array of functional units, and so on.
In the implementation of acceleration component 4402, input data are fed to rows of functional units in functional unit array 4408, and weights data are fed to columns of functional units in functional unit array 4408. Persons of ordinary skill in the art will understand that input data alternatively may be fed to columns of functional units in functional unit array 4408, and weights data may be fed to rows of functional units in functional unit array 4408.
In instances in which an output volume includes more planes than the available number of columns of functional units, the convolutional layer may be implemented on multiple acceleration components. For example, if an output volume includes 256 planes, a first acceleration component may be configured with a functional unit array having 128 columns that are fed with kernel weights data Weights0, Weights1, . . . , Weights127, and a second acceleration component may be configured with a functional unit array having 128 columns that are fed with kernel weights data Weights128, Weights129, . . . , Weights255. In such an implementation, kernel weights data are stored in weights data buffers IBW0, IBW1, . . . , IBWM-1, of each acceleration component at run-time, avoiding the need to load kernel weights data from external DRAM.
Alternatively, the convolutional layer may be implemented on a single acceleration component, and the functional unit array may be run multiple iterations, loading new kernel weights for each iteration. Thus, if an output volume includes 256 planes, an acceleration component may be configured with a functional unit array having 128 columns that are fed in a first iteration with kernel weights data Weights0, Weights1, . . . , Weights127, and are fed in a second iteration with kernel weights data Weights128, Weights129, . . . , Weights255.
Acceleration component 4702 implements multiple convolutional layers, with the outputs of one convolutional layer fed back from output buffer array 4410 to input double-buffer array 4404 to provide inputs to the next successive convolutional layer. Without wanting to be bound by any particular theory, it is believed that this CNN implementation may reduce redundant data transfers to and from off-chip DRAM when computing intermediate output feature layers as well as across layers.
At step 4806, controller component 4706 retrieves from off-chip DRAM a first set of kernel weights for the first convolutional layer, and loads the first set of weights data in weights data buffers IBW0, IBW1, . . . , IBWM-1. At step 4808, N slices Slice0, Slice1, . . . , SliceN-1 of input data and M sets of kernel weights data Weights0, Weights1, . . . , WeightsM-1 are loaded into functional unit array 4408.
At step 4810, functional unit array 4408 performs the convolution operations and outputs the convolution results to output data buffers OB0, OB1, . . . , OBM-1. At step 4812, the convolution results are shifted from output buffers OB0, OB1, . . . , OBM-1 to FIFO array and ring arbiter 4708.
At step 4814, controller 4706 determines if any additional convolutional layers are to be processed. If no, process 4802 ends. If yes, at step 4816 FIFO array and ring arbiter 4708 feed the output results back to the next (e.g., second) set of input buffers IPD0, IPD1, . . . , IPDN-1. At step 4806 controller component 4706 retrieves from DRAM a next set of kernel weights for the next (e.g., 2nd) convolutional layer, which uses the outputs of previous (e.g., 1st) convolutional layer as inputs.
Referring again to
To avoid the need to transfer convolution output data to CPUs for performing operations such as bias offset, non-linear function and pooling operations, acceleration component 4902 includes bias array 4906, non-linear function array 4908, pooling array 4910, and pooling controller component 4912 for performing these operations on acceleration component 4902.
In particular, convolution outputs in output data buffers OB0, OB1, . . . , OBM-1 are inputs to bias array 4906, which includes bias components are configured to add corresponding bias values +b0, +b1, +b2, . . . , +bM-1 to the convolution results stored in output data buffers OB0, OB1, . . . , OBM-1, respectively. In an implementation, controller component 4904 may load bias values +b0, +b1, +b2, . . . , +bM-1 one time from DRAM for all convolutional layers, or may load new sets of bias values +b0, +b1, +b2, . . . , +bM-1 for each convolutional layer.
Non-linear function array 4908 includes non-linear function components FN0, FN1, FN2, . . . , FNM-1 configured to apply non-linear functions (e.g., sigmoid, tan h, etc,) to the outputs of bias components +b0, +b1, +b2, . . . , +bM-1.
Pooling array 4910 includes pooling components MP0, MP1, MP2, . . . , MPM-1 which perform pooling operations on the outputs of non-linear function components FN0, FN1, FN2, . . . , FNM-1. In particular, pooling controller 4912 selects rectangular blocks from output data buffers OB0, OB1, . . . , OBM-1, and subsamples each block to produce a single output from that block. There are several ways to do this pooling, such as taking the average or the maximum, or a learned linear combination of the neurons in the block.
Without wanting to be bound by any particular theory, it is believed that this CNN operation may reduce redundant data transfers to and from DRAM when computing intermediate output feature layers. In particular, as described above, because the outputs of one convolutional layer are fed back as inputs to the next convolutional layer, the output data of intermediate convolutional layers need not be transferred from acceleration component 4702 to DRAM, and inputs to intermediate convolutional layers need not be transferred from DRAM to acceleration component 4702. In this regard, without wanting to be bound by any particular theory, it is believed that acceleration component 4702 may reduce the memory bandwidth requirements needed to implement CNNs.
In each of acceleration components 4402, 4702 and 4902 described above, input data and weights data are loaded from off-chip DRAM into input data buffers IPD0, IPD1, . . . , IPDN-1 and weights data buffers IBW0, IBW1, . . . , IBWM-1. In an implementation, data interleaving is performed in software when data are forwarded from a host component to an acceleration component (e.g., via a PCIe interface).
Data interleaving is an operation that schedules data words into slots on the DRAM word that map directly into the corresponding input buffers (data and weights) of the acceleration component. In an implementation, a FIFO with data word width conversion capabilities is used at the hardware level during the DRAM fetch operation. The FIFO converts the DRAM data width into the correct width of the input buffer array.
For example, if the DRAM word width is 1024-bits, each input data word is 16-bits, and there are 8-input data buffers (IPD0, IPD1, . . . , IPD7 and weights data buffers IBW0, IBW1, . . . , IBW7), each DRAM word can store 64-data words (1024/16). The 64-data words will be scheduled in each DRAM word so that when the hardware FIFO converts the DRAM word from 1024-bits to 128-bits, each data word can be directly fed into its corresponding input buffer. This allows data to be forwarded without the need for a crossbar to direct data, and also allows parallel storage of values in each input data buffer (IPD0, IPD1, . . . , IPD7 and weights data buffers IBW0, IBW1, . . . , IBW7).
As described above, DNNs may include a number of different processing layers, including convolutional layers and linear layers. In an implementation, SMC 128 (
Memory 5114 has a first memory bandwidth and memory 5116 has a second memory bandwidth, and the second bandwidth typically is lower than the first memory bandwidth. For example, the first memory bandwidth may be about 100 GB/sec, and the second memory bandwidth may be about 20 GB/sec, although other memory bandwidth values may be used.
In an implementation, server unit component 5102 is configured to implement a DNN, such as DNN 5002 of
In an implementation, linear layers (5010, 5012) are implemented on host component 5104, and convolutional layers (5004, 5006, 5008) are implemented on acceleration component 5106. In an implementation, convolutional layers (5004, 5006, 5008) are implemented on acceleration component 5106 using the feedback techniques described above in connection with
As described above, memory 5114 typically has a higher memory bandwidth than memory 5116. Thus, in an implementation, SMC 128 partitions a DNN (e.g., DNN 5002) into two segments, mapping a first number of layers of the DNN that have higher memory bandwidth requirements (e.g., linear layers (5010, 5012)) to a host component (e.g., host component 5104) and mapping a second number of layers of the DNN that have lower memory bandwidth requirements (e.g., convolutional layers (5004, 5006, 5008)) on an acceleration component (e.g., acceleration component 5106).
Without wanting to be bound by any particular theory, it is believed that partitioning a DNN into higher memory bandwidth layers (e.g., linear layers) and lower memory bandwidth layers (e.g., convolutional layers), and allocating higher memory bandwidth layers to a host component and lower memory bandwidth layers to an acceleration component using the CNN acceleration techniques described above, may more efficiently implement the DNN compared to implementing the DNN fully on a host component, or fully on an acceleration component.
In addition, without wanting to be bound by any particular theory, it is believed that splitting CNNs and DNNs across host-FPGA may reduce CPU cache misses, and may speed up the execution of non-linear layers. Also the CPU generally has larger caches, making it more suitable for linear layers, which have a very large number of weights (on the order of tens to hundreds of megabytes).
ILLUSTRATIVE ASPECTS OF THE TECHNOLOGYThe following summary provides a non-exhaustive list of illustrative aspects of the technology set forth herein.
According to a first aspect, a hardware acceleration component is provided for implementing a convolutional neural network. The hardware acceleration component is configured to receive input data and weights data, and is configured to generate M planes of output data. The hardware acceleration component includes an array of N rows and M columns of functional units, an array of N input data buffers configured to store the input data, and an array of M weights data buffers configured to store the weights data. Each of the N input data buffers is coupled to a corresponding one of the N rows of functional units. Each of the M weights data buffers is coupled to a corresponding one of the M columns of functional units. Each functional unit in a row of functional units is configured to receive a same set of input data from the input data buffer coupled to the row. Each functional unit in a column of functional units is configured to receive a same set of weights data from the weights data buffer coupled to the row. Each of the functional units is configured to perform a convolution of the received input data and the received weights data, and the M columns of functional units are configured to provide the M planes of output data.
According to a second aspect, the input data include a three-dimensional volume of data.
According to a third aspect, the input data include image data.
According to a fourth aspect, the input data are segmented into N slices, each of the N slices including a three-dimensional volume of data, and each of the N slices stored in a corresponding one of the N input data buffers.
According to a fifth aspect, the weights data include a three dimensional volume of kernel weights.
According to a sixth aspect, each of the functional units includes a multiplier component, an adder component, an accumulation register and a shift register.
According to a seventh aspect, the hardware acceleration component includes one or more of a field-programmable gate array device, a massively parallel processor array device, a graphics processing unit, and an application-specific integrated circuit.
According to an eighth aspect, the hardware acceleration component is coupled to a data center server component.
According to a ninth aspect, a hardware acceleration component is provided for implementing a multi-layer convolutional neural network. The hardware acceleration component is configured to receive input data and weights data, and includes a reconfigurable array of rows and columns of functional units, an array of first input data buffers configured to store the input data, wherein each of the first input data buffers is coupled to a corresponding one of the rows of functional units, an array of weights data buffers configured to store the weights data, wherein each of the weights data buffers is coupled to a corresponding one of the columns of functional units, an array of output data buffers, wherein each of the output data buffers is coupled to a corresponding one of the columns of functional units, and an array of second input data buffers coupled to the output data buffers, wherein each of the second input data buffers is coupled to a corresponding one of the rows of functional units. Each functional unit in a row of functional units is configured to receive a same set of input data from the first input data buffer or the second input data buffer coupled to the row. Each functional unit in a column of functional units is configured to receive a same set of weights data from the weights data buffer coupled to the row. Each of the functional units is configured to perform a convolution of the received input data and the received weights data.
According to a tenth aspect, the columns of functional units provide corresponding planes of output data for a first convolutional layer to the output data buffers.
According to an eleventh aspect, the output data for the first convolutional layer is fed back the array of second input data buffers as input data to a second convolutional layer.
According to a twelfth aspect, the hardware acceleration component further includes an array of bias components coupled to the array of output data buffers, wherein each of the bias components is configured to add a corresponding bias value to the output data in a corresponding one of the output data buffers, an array of non-linear function components coupled to the array of bias components, wherein each of the non-linear function components is configured to apply a corresponding non-linear function to the data in a corresponding one of the bias components, and an array of pooling components coupled to the array of output data buffers and the array of non-linear function components, wherein each of the pooling components is configured to subsample data in the non-linear function components.
According to a thirteenth aspect, the input data include a three-dimensional volume of data.
According to a fourteenth aspect, the input data include image data.
According to a fifteenth aspect, the input data are segmented into slices, each of the slices including a three-dimensional volume of data, and each of the slices stored in a corresponding one of the first set of input data buffers.
According to a sixteenth aspect, the weights data include a three dimensional volume of kernel weights.
According to a seventeenth aspect, the hardware acceleration component includes one or more of a field-programmable gate array device, a massively parallel processor array device, a graphics processing unit, and an application-specific integrated circuit.
According to an eighteenth aspect, the hardware acceleration component is coupled to a data center server component.
According to a nineteenth aspect, a method is provided for implementing a multi-layer convolutional neural network. The method includes providing a reconfigurable hardware acceleration component including an array of rows and columns of functional units, each of the functional units configured to perform a convolution operation, segmenting input data into a plurality of slices of input data, providing each of the slices of input data to each of the functional units in a corresponding row of functional units, receiving a plurality of weights data kernels, each weights data kernel including weights data, providing each of the weights data kernels to each of the functional units in a corresponding column of functional units, wherein the columns of functional units provide corresponding planes of output data for a first convolutional layer to the output data buffers, and feeding back the output data for the first convolutional layer as input data to a second convolutional layer.
According to a twentieth aspect, the method includes coupling the hardware acceleration component to a data center server component.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
Claims
1. A hardware acceleration component for implementing a convolutional neural network, the hardware acceleration component configured to receive input data and weights data, and configured to generate M planes of output data, the hardware acceleration component comprising:
- an array of N rows and M columns of functional units;
- an array of N input data buffers configured to store the input data, wherein each of the N input data buffers is coupled to a corresponding one of the N rows of functional units; and
- an array of M weights data buffers configured to store the weights data, wherein each of the M weights data buffers is coupled to a corresponding one of the M columns of functional units;
- wherein: each functional unit in a row of functional units configured to receive a same set of input data from the input data buffer coupled to the row; each functional unit in a column of functional units configured to receive a same set of weights data from the weights data buffer coupled to the row; each of the functional units is configured to perform a convolution of the received input data and the received weights data; and the M columns of functional units are configured to provide the M planes of output data.
2. The hardware acceleration component of claim 1, wherein the input data comprise a three-dimensional volume of data.
3. The hardware acceleration component of claim 1, wherein the input data comprise image data.
4. The hardware acceleration component of claim 1, wherein the input data are segmented into N slices, each of the N slices comprising a three-dimensional volume of data, and each of the N slices stored in a corresponding one of the N input data buffers.
5. The hardware acceleration component of claim 1, wherein the weights data comprise a three dimensional volume of kernel weights.
6. The hardware acceleration component of claim 1, wherein each of the functional units comprises a multiplier component, an adder component, an accumulation register and a shift register.
7. The hardware acceleration component of claim 1, wherein the hardware acceleration component comprises one or more of a field-programmable gate array device, a massively parallel processor array device, a graphics processing unit, and an application-specific integrated circuit.
8. The hardware acceleration component of claim 1, comprising a hardware acceleration component coupled to a data center server component.
9. A hardware acceleration component for implementing a multi-layer convolutional neural network, the hardware acceleration component configured to receive input data and weights data, the hardware acceleration component comprising:
- a reconfigurable array of rows and columns of functional units;
- an array of first input data buffers configured to store the input data, wherein each of the first input data buffers is coupled to a corresponding one of the rows of functional units;
- an array of weights data buffers configured to store the weights data, wherein each of the weights data buffers is coupled to a corresponding one of the columns of functional units;
- an array of output data buffers, wherein each of the output data buffers is coupled to a corresponding one of the columns of functional units; and
- an array of second input data buffers coupled to the output data buffers, wherein each of the second input data buffers is coupled to a corresponding one of the rows of functional units;
- wherein: each functional unit in a row of functional units is configured to receive a same set of input data from the first input data buffer or the second input data buffer coupled to the row; each functional unit in a column of functional units is configured to receive a same set of weights data from the weights data buffer coupled to the row; and each of the functional units is configured to perform a convolution of the received input data and the received weights data.
10. The hardware acceleration component of claim 9, wherein the columns of functional units provide corresponding planes of output data for a first convolutional layer to the output data buffers.
11. The hardware acceleration component of claim 10, wherein the output data for the first convolutional layer is fed back the array of second input data buffers as input data to a second convolutional layer.
12. The hardware acceleration component of claim 9, further comprising:
- an array of bias components coupled to the array of output data buffers, wherein each of the bias components is configured to add a corresponding bias value to the output data in a corresponding one of the output data buffers;
- an array of non-linear function components coupled to the array of bias components, wherein each of the non-linear function components is configured to apply a corresponding non-linear function to the data in a corresponding one of the bias components; and
- an array of pooling components coupled to the array of output data buffers and the array of non-linear function components, wherein each of the pooling components is configured to subsample data in the non-linear function components.
13. The hardware acceleration component of claim 9, wherein the input data comprise a three-dimensional volume of data.
14. The hardware acceleration component of claim 9, wherein the input data comprise image data.
15. The hardware acceleration component of claim 9, wherein the input data are segmented into slices, each of the slices comprising a three-dimensional volume of data, and each of the slices stored in a corresponding one of the first set of input data buffers.
16. The hardware acceleration component of claim 9, wherein the weights data comprise a three dimensional volume of kernel weights.
17. The hardware acceleration component of claim 9, wherein the hardware acceleration component comprises one or more of a field-programmable gate array device, a massively parallel processor array device, a graphics processing unit, and an application-specific integrated circuit.
18. The hardware acceleration component of claim 9, comprising a hardware accelerator component coupled to a data center server component.
19. A method for implementing a multi-layer convolutional neural network, the method comprising:
- providing a hardware acceleration component comprising an array of rows and columns of functional units, each of the functional units configured to perform a convolution operation;
- segmenting input data into a plurality of slices of input data;
- providing each of the slices of input data to each of the functional units in a corresponding row of functional units;
- receiving a plurality of weights data kernels, each weights data kernel comprising weights data;
- providing each of the weights data kernels to each of the functional units in a corresponding column of functional units, wherein the columns of functional units provide corresponding planes of output data for a first convolutional layer to the output data buffers; and
- feeding back the output data for the first convolutional layer as input data to a second convolutional layer.
20. The method of claim 20, further comprising coupling the hardware acceleration component to a data center server component.
Type: Application
Filed: Jun 29, 2015
Publication Date: Dec 29, 2016
Inventors: Eric Chung (Woodinville, WA), Karin Strauss (Seattle, WA), Kalin Ovtcharov (Toronto), Joo-Young Kim (Kirkland, WA), Olatunji Ruwase (Bothell, WA)
Application Number: 14/754,367