US8255592B2 - Managing data movement in a cell broadband engine processor - Google Patents

Managing data movement in a cell broadband engine processor Download PDF

Info

Publication number
US8255592B2
US8255592B2 US12/238,073 US23807308A US8255592B2 US 8255592 B2 US8255592 B2 US 8255592B2 US 23807308 A US23807308 A US 23807308A US 8255592 B2 US8255592 B2 US 8255592B2
Authority
US
United States
Prior art keywords
data
spe
command
managing
buffer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US12/238,073
Other versions
US20090089559A1 (en
Inventor
Zheng Wang
Liang Chen
Wenjun Wang
Kuan Feng
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHEN, LIANG, KUAN, FENG, WANG, WENJUN, WANG, ZHENG
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHEN, LIANG, Feng, Kuan, WANG, WENJUN, WANG, ZHENG
Publication of US20090089559A1 publication Critical patent/US20090089559A1/en
Priority to US13/557,014 priority Critical patent/US8635384B2/en
Application granted granted Critical
Publication of US8255592B2 publication Critical patent/US8255592B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs

Definitions

  • the present invention relates to a cell broadband engine processor, and particularly to a method of managing data movement in the cell broadband engine processor and a cell broadband engine processor using the same.
  • Cell broadband engine (CellBE for short hereinafter) processor is a kind of microprocessor utilizing parallel processing.
  • basic configuration of a CellBE processor comprises a Power Processing Element (PPE), eight Synergistic Processing Elements (SPEs), a Memory Flow Control (MFC), an Internal Interrupt Control (IIC), and a Main Memory.
  • Computing components of the CellBE processor are PPE and SPEs.
  • Componential parts of the CellBE processor are connected via high-speed bus of “Elements Interconnection Bus” (EIB). Any two of the eight SPEs may exchange data through a high-speed bus of 25.6 GB therebetween, while only a bus of 25.6 GB totally is between SPEs and the main memory. Bus transfers between SPEs and bus transfers between respective SPEs and the main memory may be in parallel.
  • CellBE processor is applicable to various applications from handhold devices to main computers.
  • CellBE processor presents a step change in computer architecture by eight SPEs which may process in parallel, thereby improving computer performance of computer greatly.
  • each of SPEs in the CellBE processor is provided with a specific local storage and may only access its local storage (LS) directly.
  • LS local storage
  • Introduction of LS can reduce the memory latency.
  • size of LS is 256 KB, and such size of storage space brings trouble for developers for its limitation for programs' binary size.
  • SPEs lack cache, which will decrease computing performance of CellBE processor for processing data massive application, such as high performance computing, digital media, and financial applications.
  • Another problem in the related art is persistent data management. Due to the limited size of LS, most persistent data must be put into main memory managed by PPE. There are several shortcomings for communication with the main memory. Firstly, the processing in PPE is probably switched out by OS, and communication overhead between PPE and SPE will increase. Secondly, data in the main memory may be swapped out into hard disk swap partition, and latency will be increased. Thirdly, irregular data movement is easily to cause a cache inconsistent problem, such as cache false sharing.
  • the present invention provides an effective persistent data management method to enhance the performance and utilization of software management cache.
  • a method of managing data movement in a cell broadband engine processor comprising: determining one or more idle synergistic processing elements (SPEs) among multiple SPEs in the cell broadband engine processor as a managing SPE, and informing a computing SPE among said multiple SPEs of a starting effective address of a LS of said managing SPE and an effective address for a command queue; and said managing SPE managing movement of data associated with computing of said computing SPE based on the command queue from the computing SPE.
  • SPEs idle synergistic processing elements
  • a cell broadband engine processor comprising a power processing element (PPE), multiple synergistic processing elements (SPEs), a memory flow control (MFC) and a local storage (LS) associated with each SPE, an internal interrupt control (IIC), and a main memory, characterized in that when said cell broadband engine processor runs an application, said power processing element is used to create a computing SPE from said multiple SPEs and to create a managing SPE among idle SPEs from said multiple SPEs, and informs the computing SPE among the multiple SPEs that executes the application of a starting effective address of the LS associated with said managing SPE and an effective address for a command queue, and the LS in said managing SPE includes a part for storing said command queue and a buffer part for buffering data, and is used to manage movement of data related to computing of said computing SPE based on the command queue from the computing SPE.
  • PPE power processing element
  • SPEs synergistic processing elements
  • MFC memory flow control
  • LS local storage
  • FIG. 1 shows a flowchart of loading data in a method of managing data movement in a CellBE processor according to the invention
  • FIG. 2 shows a flowchart of storing data in the method of managing data movement in the CellBE processor according to the invention.
  • FIG. 3 shows architecture of a managing SPE and a computing SPE in the CellBE processor according to the invention.
  • One aspect of the invention is to provide a method of managing data movement in a cell broadband engine processor, comprising: determining one or more idle synergistic processing elements (SPEs) among multiple SPEs in the cell broadband engine processor as a managing SPE, and informing a computing SPE among said multiple SPEs of a starting effective address of a LS of said managing SPE and an effective address for a command queue; and said managing SPE managing movement of data associated with computing of said computing SPE based on the command queue from the computing SPE.
  • SPEs idle synergistic processing elements
  • FIG. 1 shows a flowchart of loading data in a method of managing data movement in a CellBE processor according to the invention.
  • a computing SPE for performing this application is created in a PPE which will be described as FIG. 3 later, and an idle SPE among multiple SPEs is created as a managing SPE for the computing SPE.
  • the managing SPE is used to manage movement of data of the computing SPE (step S 102 ).
  • each SPE has one Runtime, and the managing SPE has a part for storing command queue and a buffer for buffering data.
  • the computing SPE sends a data loading command to the command queue in the managing SPE during executing the application or in advance. This command instructs the managing SPE loading into the computing SPE the data needed by the computing SPE in time (step S 103 ).
  • the computing SPE can issue this command through DMA, mailbox or other SPE-SPE communication method.
  • the data loading command is a quaternion (SRC, DEST, SIZE, READYBIT_EA) as described below in which the sequence of respective elements may be various.
  • SRC is an effective address of data which need to be loaded, and generally is an effective address of the data in the main memory or an address of LS in the managing SPE during the loading stage
  • DEST is an effective address of data which need to be stored, and generally is an effective address in the computing SPE during the loading stage.
  • SIZE is size of the data which need to be moved or loaded.
  • READYBIT_EA is an effective address of a ready bit, that is, runtime (Runtime) in the computing SPE will set the data into valid when the data has been transferred from the managing SPE to the computing SPE.
  • the managing SPE confirms reception of the data loading command and prepares to execute the data loading command (step S 104 ).
  • the managing SPE After the managing SPE confirms existence of the data loading command in the command queue, firstly, it determines whether there is data to be loaded in buffer of its local storage LS according to the loading command described by the quaternion (YES of step S 105 ). If the data to be loaded has been buffered in the buffer, the managing SPE issues DMA (direct memory access) and send the data that need to be loaded from the buffer of the managing SPE to destination effective address DEST in the computing SPE (step S 106 ). Then the data loading command is removed from the command queue (step S 107 ) and loading process ends (step S 108 ).
  • DMA direct memory access
  • step S 109 If the managing SPE determines that no data to be loaded is in the buffer of its local storage LS according to the loading command described by the quaternion (NO of step S 105 ), it needs to judge whether there is no space in its buffer to buffer the data which need to be loaded (step S 109 ). If judgment result at step S 109 is “NO”, the process goes to step S 113 where the managing SPE issues DMA (direct memory access) based on the loading command described by the quaternion so as to buffer the data which need to be loaded from the main memory to the buffer of the managing SPE. Sequentially, the process goes to step S 106 .
  • DMA direct memory access
  • step S 110 the managing SPE uses the principle of Least Recently Use (LRU) to find out least-recently-used data buffered in the buffer and determines whether input entry of the least-recently-used data is modified.
  • LRU Least Recently Use
  • step S 110 If judgment result at step S 110 is “NO”, the process goes to step S 112 where the managing SPE issues DMA (direct memory access) based on the loading command described by the quaternion so as to directly buffer and overwrite the data which need to be loaded to the address of the least-recently-used data in the buffer of the managing SPE from the main memory. Then the process goes to step S 106 .
  • DMA direct memory access
  • step S 111 DMA (direct memory access) is issued.
  • the managing SPE issues DMA (direct memory access) based on the loading command described by the quaternion so as to store the modified least-recently-used data from its buffer to original effective address of the main memory. Then the process goes to step S 112 .
  • FIG. 2 shows a flowchart of storing data in the method of managing data movement in the CellBE processor according to the invention.
  • a computing SPE for performing this application is created in a PPE which will be described as FIG. 3 later, and an idle SPE among multiple SPEs is created as a managing SPE for the computing SPE.
  • the managing SPE is used to manage movement of data of the computing SPE (step S 102 ).
  • the managing SPE has a part for storing command queue and a buffer for buffering data.
  • PPE creates the managing SPE
  • the computing SPE has obtained the starting effective address of LS of the managing SPE and the effective address for command queue.
  • the computing SPE sends a data storing command to the command queue in the managing SPE when executing the application and requiring storing the generated data.
  • This command instructs the managing SPE to buffer the data generated by the computing SPE into buffer of the managing SPE and then to the main memory (step S 203 ).
  • the computing SPE can issue this command through DMA, mailbox or other SPE-SPE communication method.
  • the data storing command is also a quaternion (SRC, DEST, SIZE, READYBIT_EA) in which SRC is an effective address of data which need to be stored, and generally is an effective address of the data in the main memory during the storing stage; DEST is an effective address of data which need to be stored, and generally is an effective address in the main memory or the buffer of the managing SPE during the storing stage; SIZE is the size of the data which need to be moved or stored; and READYBIT_EA is an effective address of a ready bit, that is, runtime (Runtime) in the managing SPE will set the data which has been buffered in the buffer into valid.
  • the managing SPE confirms reception of the data storing command and prepares to execute the data storing command (step S 204 ).
  • the managing SPE After the managing SPE confirms existence of the data storing command in the command queue, firstly, it determines whether there is data to be stored in buffer of its local storage LS according to the loading command described by the quaternion (YES at step S 205 ). If the data to be stored has been buffered in the buffer, the managing SPE removes the data storing command from the command queue (step S 207 ) and terminates the storing process (step 3208 ). Or the data to be stored may be overwritten to the address of same data in the buffer directly in the case where the data to be stored has been in the buffer.
  • step S 209 If the managing SPE determines that no data to be stored is in the buffer of its local storage LS according to the storing command described by the quaternion (NO of step S 205 ), it needs to judge whether there is no space in its buffer to buffer the data which need to be stored (step S 209 ). If judgment result at step S 209 is “NO”, the process goes to step S 213 where the managing SPE issues DMA (direct memory access) based on the storing command described by the quaternion so as to buffer the data which need to be stored from the main memory to the buffer of the managing SPE. Then the process goes to step S 207 .
  • DMA direct memory access
  • step S 209 the process goes to step S 210 , where the managing SPE uses the principle of Least Recently Use (LRU) to find out least-recently-used data buffered in the buffer and determines whether input entry of the least-recently-used data was modified.
  • LRU Least Recently Use
  • step S 110 If judgment result at step S 110 is “NO”, for example, the data is marked as “load”, the process goes to step S 212 where the managing SPE issues DMA (direct memory access) based on the storing command described by the quaternion so as to directly buffer and overwrite the data which need to be stored to the address of the least-recently-used data in the buffer of the managing SPE from the computing SPE. Then the process goes to step S 207 .
  • DMA direct memory access
  • step S 211 DMA (direct memory access) is issued.
  • the managing SPE issues DMA (direct memory access) based on the storing command described by the quaternion so as to store the modified least-recently-used data from its buffer to original effective address of the main memory. Then the process goes to step S 212 .
  • a cell broadband engine processor for running the above data movement managing method, comprising a Power Processing Element (PPE), multiple Synergistic Processing Elements (SPEs), a Memory Flow Control (MFC), an Internal Interrupt Control (IIC), and a Main Memory, characterized in that when the cell broadband engine processor runs an application, the power processing element is used to create a computing SPE from the multiple SPEs and to create a managing SPE among idle SPEs from the multiple SPEs, and informs the computing SPE among the multiple SPEs that executes the application of a starting effective address of LS associated with the managing SPE and an effective address for a command queue, and the LS in the managing SPE includes a part for storing the command queue and a buffer part for buffering data, and is used to manage movement of the data related to computing of the computing SPE based on the command queue from the computing SPE.
  • PPE Power Processing Element
  • SPEs Synergistic Processing Elements
  • MFC Memory Flow Control
  • IIC Internal Interrupt
  • FIG. 3 shows a schematic diagram of a managing SPE and a computing SPE of the CellBE processor according to the present invention. To simplicity, several elements without direct relationships with respect to the present invention are omitted. Same elements are indicated by like reference numbers.
  • the cell broadband engine processor mainly comprises a Power Processing Element (PPE) 1 , a computing Synergistic Processing Element (SPE) 2 , a managing Synergistic Processing Element (SPE) 3 and a Main Memory 4 .
  • Each synergistic processing element may include a local storage (LS) 5 and a runtime (Runtime) 6 which is used to manage local storage 5 in the synergistic processing element that it belongs to and date access from other synergistic processing elements.
  • the LS of the managing SPE includes a command queue storing part for storing commands sent from the computing SPE and a data buffer for buffering data.
  • the Runtime may pre-fetch data from the main memory 4 and responds for writing the data buffered in the data buffer into the main memory 4 or LS of the computing SPE 2 according to the data loading command in the command queue.
  • the managing SPE is an agent for PPE-SPE and SPE-SPE data communication.
  • the managing SPE responds for loading data from the main memory and local storage, for storing data into the main memory and local storage, and for writing the modified data back into the main memory and local storage.
  • the runtime runs in the managing SPE in response to data loading and storing request from other SPEs. It issues DMA to loading data from the main memory (or the local storage) and put the data into the data buffer, and the runtime will handle the data movement for other SPEs.
  • the command queue is a communication channel between the computing SPE and the managing SPE.
  • the computing SPE sends its data loading/storing command into the command queue, and the managing SPE retrieves request from the queue.
  • the PPE when the cell broadband engine processor executes an application, the PPE creates a SPE thread for managing SPE, and informs the computing SPE of the starting effective address of LS associated with the managing SPE and the effective address for command queue.
  • the computing SPE issues request or command to the management data movement SPE.
  • the computing SPE can issue this command through DMA, mailbox or other SPE-SPE communication method.
  • the data storing command is a quaternion (SRC, DEST, SIZE, READYBIT_EA) in which SRC is an effective address of data which need to be stored; DEST is an effective address of data which need to be stored; SIZE is the size of the data which need to be moved or stored; and READYBIT_EA is an effective address of a ready bit, and Runtime will set the data into valid when it is prepared.
  • SRC, DEST and READYBIT_EA may be addresses of the main memory or the local storage.
  • the present invention With the present invention, available buffer space when the cell broadband engine processor of the invention executes the application is significantly larger than existing soft-cache solution, and available space for programs will not be decreased.
  • the invention does not conflict with up-and-coming technologies for SPE, and not need extra hardware support. Due to application of the invention, data stored in the managing SPE will not be swapped into hard disk swap by the operation system. Also, memory flow control (MFC) of running program in the computing SPE can be used for PPE-SPE communication because data loading and storing works are performed by the managing SPE. With providing the buffer in the managing SPE, more persistent data may be buffered, reducing cost for communication. Further, because of minimal setup time for local memory, the latency and throughput of the computing SPE to PPE data movement will be better.
  • MFC memory flow control
  • the present invention does not set limitation to amount of SPE for data management, and the embodiments may use all available SPEs or some part of the SPEs. Also, one managing SPE may serve a plurality of SPE. Other buffer management and data pre-fetch techniques are not limited.

Abstract

A cell broadband engine processor includes a memory a power processing element (PPE) coupled with the memory, and a plurality of synergistic processing elements. The PPE creates a SPE as a computing SPE for an application. The PPE determines idles ones of the plurality of SPEs, and creates an idle one of the plurality SPEs as a managing SPE. Each of the plurality of SPEs is associated with a local storage. The managing SPE informs the computing SPE of a starting effective address of the local storage of the managing SPE and an effective address for a command queue. The managing SPE manages movement of data associated with computing of the computing SPE based on one or more commands associated with the application. A computing SPE sends the one or more commands to the managing SPE for insertion into the command queue.

Description

CROSS-REFERENCE TO FOREIGN APPLICATION
This patent claims the benefit of the priority date of a prior foreign application filed under 35 U.S.C. §119, namely counterpart Chinese Patent Application No. 200710153176.0, entitled “Method of Managing Data Movement and Cell Broadband Engine Processor Using the Same,” which was filed on Sep. 28, 2007. The foreign application is incorporated herein by reference in its entirety.
FIELD OF THE INVENTION
The present invention relates to a cell broadband engine processor, and particularly to a method of managing data movement in the cell broadband engine processor and a cell broadband engine processor using the same.
BACKGROUND OF THE INVENTION
Cell broadband engine (CellBE for short hereinafter) processor is a kind of microprocessor utilizing parallel processing. Generally, basic configuration of a CellBE processor comprises a Power Processing Element (PPE), eight Synergistic Processing Elements (SPEs), a Memory Flow Control (MFC), an Internal Interrupt Control (IIC), and a Main Memory. Computing components of the CellBE processor are PPE and SPEs. Componential parts of the CellBE processor are connected via high-speed bus of “Elements Interconnection Bus” (EIB). Any two of the eight SPEs may exchange data through a high-speed bus of 25.6 GB therebetween, while only a bus of 25.6 GB totally is between SPEs and the main memory. Bus transfers between SPEs and bus transfers between respective SPEs and the main memory may be in parallel. CellBE processor is applicable to various applications from handhold devices to main computers.
CellBE processor presents a step change in computer architecture by eight SPEs which may process in parallel, thereby improving computer performance of computer greatly. In order to solve memory wall problem in CellBE processor, each of SPEs in the CellBE processor is provided with a specific local storage and may only access its local storage (LS) directly. Introduction of LS can reduce the memory latency. Usually, however, size of LS is 256 KB, and such size of storage space brings trouble for developers for its limitation for programs' binary size. Besides, such SPEs lack cache, which will decrease computing performance of CellBE processor for processing data massive application, such as high performance computing, digital media, and financial applications.
To solve the above problems, existing CellBE processor incorporates a specific physical cache for SPE. Although the computing performance is improved, architecture of the CellBE processor is more complex, resulting in increase of cost. Another approach is soft-cache. This approach uses part of LS as a soft-cache. Drawback for this solution is in that the technology decreases available space of LS, and once size of a program is becoming large, the soft-cache will not be usable.
Further, another problem in the related art is persistent data management. Due to the limited size of LS, most persistent data must be put into main memory managed by PPE. There are several shortcomings for communication with the main memory. Firstly, the processing in PPE is probably switched out by OS, and communication overhead between PPE and SPE will increase. Secondly, data in the main memory may be swapped out into hard disk swap partition, and latency will be increased. Thirdly, irregular data movement is easily to cause a cache inconsistent problem, such as cache false sharing.
To solve at least one of above problems, the present invention provides an effective persistent data management method to enhance the performance and utilization of software management cache.
SUMMARY OF THE INVENTION
Therefore, according to an aspect of the present invention, a method of managing data movement in a cell broadband engine processor is provided, comprising: determining one or more idle synergistic processing elements (SPEs) among multiple SPEs in the cell broadband engine processor as a managing SPE, and informing a computing SPE among said multiple SPEs of a starting effective address of a LS of said managing SPE and an effective address for a command queue; and said managing SPE managing movement of data associated with computing of said computing SPE based on the command queue from the computing SPE.
According to another aspect of the present invention, a cell broadband engine processor is provided, comprising a power processing element (PPE), multiple synergistic processing elements (SPEs), a memory flow control (MFC) and a local storage (LS) associated with each SPE, an internal interrupt control (IIC), and a main memory, characterized in that when said cell broadband engine processor runs an application, said power processing element is used to create a computing SPE from said multiple SPEs and to create a managing SPE among idle SPEs from said multiple SPEs, and informs the computing SPE among the multiple SPEs that executes the application of a starting effective address of the LS associated with said managing SPE and an effective address for a command queue, and the LS in said managing SPE includes a part for storing said command queue and a buffer part for buffering data, and is used to manage movement of data related to computing of said computing SPE based on the command queue from the computing SPE.
BRIEF DESCRIPTION OF THE DRAWINGS
Hereinafter, embodiments of the invention will be described in detail, by way of example only, with respect to the attached figures in which:
FIG. 1 shows a flowchart of loading data in a method of managing data movement in a CellBE processor according to the invention;
FIG. 2 shows a flowchart of storing data in the method of managing data movement in the CellBE processor according to the invention; and
FIG. 3 shows architecture of a managing SPE and a computing SPE in the CellBE processor according to the invention.
DETAILED DESCRIPTION OF THE INVENTION
One aspect of the invention is to provide a method of managing data movement in a cell broadband engine processor, comprising: determining one or more idle synergistic processing elements (SPEs) among multiple SPEs in the cell broadband engine processor as a managing SPE, and informing a computing SPE among said multiple SPEs of a starting effective address of a LS of said managing SPE and an effective address for a command queue; and said managing SPE managing movement of data associated with computing of said computing SPE based on the command queue from the computing SPE.
FIG. 1 shows a flowchart of loading data in a method of managing data movement in a CellBE processor according to the invention. At first, when the CellBE processor runs an application therein, a computing SPE for performing this application is created in a PPE which will be described as FIG. 3 later, and an idle SPE among multiple SPEs is created as a managing SPE for the computing SPE. The managing SPE is used to manage movement of data of the computing SPE (step S102). As described with respect to FIG. 3 later, each SPE has one Runtime, and the managing SPE has a part for storing command queue and a buffer for buffering data. While PPE creates the managing SPE, a starting effective address of LS of the managing SPE and an effective address of command queue are informed to the computing SPE. The computing SPE sends a data loading command to the command queue in the managing SPE during executing the application or in advance. This command instructs the managing SPE loading into the computing SPE the data needed by the computing SPE in time (step S103). The computing SPE can issue this command through DMA, mailbox or other SPE-SPE communication method. The data loading command is a quaternion (SRC, DEST, SIZE, READYBIT_EA) as described below in which the sequence of respective elements may be various. SRC is an effective address of data which need to be loaded, and generally is an effective address of the data in the main memory or an address of LS in the managing SPE during the loading stage, DEST is an effective address of data which need to be stored, and generally is an effective address in the computing SPE during the loading stage. SIZE is size of the data which need to be moved or loaded. READYBIT_EA is an effective address of a ready bit, that is, runtime (Runtime) in the computing SPE will set the data into valid when the data has been transferred from the managing SPE to the computing SPE. The managing SPE confirms reception of the data loading command and prepares to execute the data loading command (step S104).
After the managing SPE confirms existence of the data loading command in the command queue, firstly, it determines whether there is data to be loaded in buffer of its local storage LS according to the loading command described by the quaternion (YES of step S105). If the data to be loaded has been buffered in the buffer, the managing SPE issues DMA (direct memory access) and send the data that need to be loaded from the buffer of the managing SPE to destination effective address DEST in the computing SPE (step S106). Then the data loading command is removed from the command queue (step S107) and loading process ends (step S108).
If the managing SPE determines that no data to be loaded is in the buffer of its local storage LS according to the loading command described by the quaternion (NO of step S105), it needs to judge whether there is no space in its buffer to buffer the data which need to be loaded (step S109). If judgment result at step S109 is “NO”, the process goes to step S113 where the managing SPE issues DMA (direct memory access) based on the loading command described by the quaternion so as to buffer the data which need to be loaded from the main memory to the buffer of the managing SPE. Sequentially, the process goes to step S106.
On the other hand, if the managing SPE judges that there is no space in its buffer to buffer the data which need to be loaded at step S109, the process goes to step S110, where the managing SPE uses the principle of Least Recently Use (LRU) to find out least-recently-used data buffered in the buffer and determines whether input entry of the least-recently-used data is modified. Generally, the data is marked as “load” if it is not modified, otherwise is marked as “store”. If judgment result at step S110 is “NO”, the process goes to step S112 where the managing SPE issues DMA (direct memory access) based on the loading command described by the quaternion so as to directly buffer and overwrite the data which need to be loaded to the address of the least-recently-used data in the buffer of the managing SPE from the main memory. Then the process goes to step S106.
Besides, if the managing SPE determines that the input entry of the least-recently-used data was modified, e.g. the least-recently-used data was marked as “store”, then the process goes to step S111 where DMA (direct memory access) is issued. The managing SPE issues DMA (direct memory access) based on the loading command described by the quaternion so as to store the modified least-recently-used data from its buffer to original effective address of the main memory. Then the process goes to step S112.
FIG. 2 shows a flowchart of storing data in the method of managing data movement in the CellBE processor according to the invention. Like description with reference to FIG. 1, firstly, when the CellBE processor runs an application therein, a computing SPE for performing this application is created in a PPE which will be described as FIG. 3 later, and an idle SPE among multiple SPEs is created as a managing SPE for the computing SPE. The managing SPE is used to manage movement of data of the computing SPE (step S102). The managing SPE has a part for storing command queue and a buffer for buffering data. While PPE creates the managing SPE, the computing SPE has obtained the starting effective address of LS of the managing SPE and the effective address for command queue. The computing SPE sends a data storing command to the command queue in the managing SPE when executing the application and requiring storing the generated data. This command instructs the managing SPE to buffer the data generated by the computing SPE into buffer of the managing SPE and then to the main memory (step S203). The computing SPE can issue this command through DMA, mailbox or other SPE-SPE communication method. The data storing command is also a quaternion (SRC, DEST, SIZE, READYBIT_EA) in which SRC is an effective address of data which need to be stored, and generally is an effective address of the data in the main memory during the storing stage; DEST is an effective address of data which need to be stored, and generally is an effective address in the main memory or the buffer of the managing SPE during the storing stage; SIZE is the size of the data which need to be moved or stored; and READYBIT_EA is an effective address of a ready bit, that is, runtime (Runtime) in the managing SPE will set the data which has been buffered in the buffer into valid. The managing SPE confirms reception of the data storing command and prepares to execute the data storing command (step S204).
After the managing SPE confirms existence of the data storing command in the command queue, firstly, it determines whether there is data to be stored in buffer of its local storage LS according to the loading command described by the quaternion (YES at step S205). If the data to be stored has been buffered in the buffer, the managing SPE removes the data storing command from the command queue (step S207) and terminates the storing process (step 3208). Or the data to be stored may be overwritten to the address of same data in the buffer directly in the case where the data to be stored has been in the buffer.
If the managing SPE determines that no data to be stored is in the buffer of its local storage LS according to the storing command described by the quaternion (NO of step S205), it needs to judge whether there is no space in its buffer to buffer the data which need to be stored (step S209). If judgment result at step S209 is “NO”, the process goes to step S213 where the managing SPE issues DMA (direct memory access) based on the storing command described by the quaternion so as to buffer the data which need to be stored from the main memory to the buffer of the managing SPE. Then the process goes to step S207.
On the other hand, if the managing SPE judges that there is no space in its buffer to buffer the data which need to be stored at step S209, the process goes to step S210, where the managing SPE uses the principle of Least Recently Use (LRU) to find out least-recently-used data buffered in the buffer and determines whether input entry of the least-recently-used data was modified. If judgment result at step S110 is “NO”, for example, the data is marked as “load”, the process goes to step S212 where the managing SPE issues DMA (direct memory access) based on the storing command described by the quaternion so as to directly buffer and overwrite the data which need to be stored to the address of the least-recently-used data in the buffer of the managing SPE from the computing SPE. Then the process goes to step S207.
Besides, if the managing SPE determines that the input entry of the least-recently-used data was modified, e.g. the least-recently-used data was marked as “store”, then the process goes to step S211 where DMA (direct memory access) is issued. The managing SPE issues DMA (direct memory access) based on the storing command described by the quaternion so as to store the modified least-recently-used data from its buffer to original effective address of the main memory. Then the process goes to step S212.
Another aspect of the present invention provides a cell broadband engine processor for running the above data movement managing method, comprising a Power Processing Element (PPE), multiple Synergistic Processing Elements (SPEs), a Memory Flow Control (MFC), an Internal Interrupt Control (IIC), and a Main Memory, characterized in that when the cell broadband engine processor runs an application, the power processing element is used to create a computing SPE from the multiple SPEs and to create a managing SPE among idle SPEs from the multiple SPEs, and informs the computing SPE among the multiple SPEs that executes the application of a starting effective address of LS associated with the managing SPE and an effective address for a command queue, and the LS in the managing SPE includes a part for storing the command queue and a buffer part for buffering data, and is used to manage movement of the data related to computing of the computing SPE based on the command queue from the computing SPE.
FIG. 3 shows a schematic diagram of a managing SPE and a computing SPE of the CellBE processor according to the present invention. To simplicity, several elements without direct relationships with respect to the present invention are omitted. Same elements are indicated by like reference numbers.
As shown in FIG. 3, the cell broadband engine processor according to the present invention mainly comprises a Power Processing Element (PPE) 1, a computing Synergistic Processing Element (SPE) 2, a managing Synergistic Processing Element (SPE) 3 and a Main Memory 4. Each synergistic processing element may include a local storage (LS) 5 and a runtime (Runtime) 6 which is used to manage local storage 5 in the synergistic processing element that it belongs to and date access from other synergistic processing elements. The LS of the managing SPE includes a command queue storing part for storing commands sent from the computing SPE and a data buffer for buffering data. The Runtime may pre-fetch data from the main memory 4 and responds for writing the data buffered in the data buffer into the main memory 4 or LS of the computing SPE 2 according to the data loading command in the command queue.
During the cell broadband engine processor executing the application, the managing SPE is an agent for PPE-SPE and SPE-SPE data communication. The managing SPE responds for loading data from the main memory and local storage, for storing data into the main memory and local storage, and for writing the modified data back into the main memory and local storage.
The runtime runs in the managing SPE in response to data loading and storing request from other SPEs. It issues DMA to loading data from the main memory (or the local storage) and put the data into the data buffer, and the runtime will handle the data movement for other SPEs.
The command queue is a communication channel between the computing SPE and the managing SPE. The computing SPE sends its data loading/storing command into the command queue, and the managing SPE retrieves request from the queue.
Referring to FIG. 3, when the cell broadband engine processor executes an application, the PPE creates a SPE thread for managing SPE, and informs the computing SPE of the starting effective address of LS associated with the managing SPE and the effective address for command queue. In order to perform data loading/storing operations, the computing SPE issues request or command to the management data movement SPE. The computing SPE can issue this command through DMA, mailbox or other SPE-SPE communication method. The data storing command is a quaternion (SRC, DEST, SIZE, READYBIT_EA) in which SRC is an effective address of data which need to be stored; DEST is an effective address of data which need to be stored; SIZE is the size of the data which need to be moved or stored; and READYBIT_EA is an effective address of a ready bit, and Runtime will set the data into valid when it is prepared. SRC, DEST and READYBIT_EA may be addresses of the main memory or the local storage.
With the present invention, available buffer space when the cell broadband engine processor of the invention executes the application is significantly larger than existing soft-cache solution, and available space for programs will not be decreased. The invention does not conflict with up-and-coming technologies for SPE, and not need extra hardware support. Due to application of the invention, data stored in the managing SPE will not be swapped into hard disk swap by the operation system. Also, memory flow control (MFC) of running program in the computing SPE can be used for PPE-SPE communication because data loading and storing works are performed by the managing SPE. With providing the buffer in the managing SPE, more persistent data may be buffered, reducing cost for communication. Further, because of minimal setup time for local memory, the latency and throughput of the computing SPE to PPE data movement will be better.
It should be noted that the present invention does not set limitation to amount of SPE for data management, and the embodiments may use all available SPEs or some part of the SPEs. Also, one managing SPE may serve a plurality of SPE. Other buffer management and data pre-fetch techniques are not limited.
Description of the present invention is provided for purpose of illustration, but not exhaustive or limited to the embodiments disclosed. Many modifications and variations are clear to those skilled in this art. These embodiments are chosen for explaining principle and actual application of the present invention and for other skilled in this art to understand the invention, so as to implement various embodiments with various modifications that may be appropriate for other desired usage.

Claims (12)

1. A method of managing data movement in a cell broadband engine processor, comprising:
determining one or more idle synergistic processing elements (SPEs) among multiple SPEs in the cell broadband engine processor;
creating a first SPE of the one or more idle SPEs as a managing SPE,
informing a computing SPE among said multiple SPEs of a starting effective address of a local storage (LS) of said managing SPE and an effective address for a command queue; and
managing, by the managing SPE, movement of data associated with computing of said computing SPE based on one or more commands in the command queue, wherein the one or more commands were sent from the computing SPE to the managing SPE, wherein the managing SPE comprises a data buffer located in the LS, and wherein the managing SPE managing movement of data associated with computing of said computing SPE based on the one or more commands comprises,
determining, by the managing SPE, that the one or more commands in said command queue comprises a data loading command;
determining that the data to be loaded in accordance with the data load command is not in the buffer;
determining whether space of said data buffer can accommodate the data of the data load command based on size of the data;
if the space of said data buffer can accommodate the data of the data load command, buffering the data in said data buffer before said issuing the command to transfer said data of the data load command;
if the space of said data buffer cannot accommodate the data of the data load command, determining whether a least recently used data is modified;
if the least recently used data is modified, issuing a command, by the managing SPE, to store the least recently used data to memory from the data buffer and overwriting the least recently used data in the data buffer with the data of the data load command before said issuing the command to transfer said data of the data load command; and
if the least recently used data is not modified, overwriting the least recently used data in the data buffer with the data of the data load command before said issuing the command to transfer said data of the data load command.
2. The method according to claim 1, wherein said managing SPE managing movement of data associated with computing of said computing SPE based on the one or more commands comprises:
determining, by the managing SPE, that the one or more commands in said command queue comprises a data loading command;
determining that data to be loaded in accordance with the data load command is in said data buffer;
issuing a command, by the managing SPE, to transfer said data to be loaded to a destination address of the computing SPE and to remove said loading command from the command queue.
3. The method according to claim 2, wherein the command to transfer said data to be loaded comprises one of a direct memory access command, a SPE to SPE command, and a mailbox command.
4. The method according to claim 1, wherein the managing SPE managing movement of data associated with computing of said computing SPE based on the one or more commands comprises:
determining, by said managing SPE, that the one or more commands in said command queue comprises a data storing command;
determining that data to be stored in accordance with the data storing command is in said data buffer; and
removing said data storing command from the command queue.
5. The method according to claim 1, wherein the managing SPE managing movement of data associated with computing of said computing SPE based on the one or more commands comprises:
determining, by said managing SPE, that the one or more commands in said command queue comprises a data storing command;
determining that the data to be stored in accordance with the data storing command is not in the buffer;
determining whether space of said data buffer can accommodate the data of the data storing command based on size of the data to be stored;
if the space of said data buffer can accommodate the data of the data storing command, buffering the data in said data buffer before said removing the data storing command from the command queue;
if the space of said data buffer cannot accommodate the data of the data storing command, determining whether a least recently used data in the data buffer is modified;
if the least recently used data is modified, issuing a command, by the managing SPE, to store the least recently used data to memory from the data buffer and overwriting the least recently used data in the data buffer with the data of the data storing command before said removing the data storing command from the command queue; and
if the least recently used data is not modified, overwriting the least recently used data in the data buffer with the data of the data storing command before said removing the data storing command from the command queue.
6. The method according to claim 5, wherein, said determining whether the least recently used data in the data buffer is modified comprises the managing SPE determining whether the least recently used data is marked for storing.
7. A cell broadband engine processor comprising:
a memory;
a power processing element (PPE) coupled with the memory, the PPE operable to,
create a synergistic processing element (SPE) of a plurality of SPEs as a computing SPE for an application,
determine idles ones of the plurality of SPEs, and
create an idle one of the plurality SPEs as a managing SPE;
the plurality of SPEs, each associated with a local storage, operable to, when created as the managing SPE,
inform the computing SPE of a starting effective address of the local storage of the managing SPE and an effective address for a command queue,
manage movement of data associated with computing of the computing SPE based on one or more commands associated with the application; and,
when created as the computing SPE, send the one or more commands to the managing SPE for insertion into the command queue,
wherein the local storage associated with the managing SPE comprises a data buffer, and wherein the managing SPE operable to manage movement of data associated with computing of the computing SPE based on the one or more commands comprises the managing SPE being operable to,
determine whether data of the one or more commands in said command queue comprises a data loading command or a data storing command;
determine whether data to be loaded in accordance with the data load command is in said data buffer; and
if the managing SPE determines that the data to be loaded is in the data buffer,
issue a command to transfer said data to be loaded to a destination address of the computing SPE; and
remove said loading command from the command queue;
if the managing SPE determines that the data to be loaded is not in the data buffer,
determine whether space of said data buffer can accommodate the data of the data load command based on size of the data;
if the space of said data buffer can accommodate the data of the data load command, buffer the data in said data buffer before issuing the command to transfer said data of the data load command to the destination address of the computing SPE;
if the space of said data buffer cannot accommodate the data of the data load command, determine whether a least recently used data in the data buffer is modified;
if the least recently used data is modified, issue a command to store the least recently used data to memory from the buffer and overwrite the least recently used data in the buffer with the data of the data load command before the managing SPE issues the command to transfer said data of the data load command to the destination address of the computing SPE; and
if the least recently used data is not modified, overwrite the least recently used data in the data buffer with the data of the data load command before the managing SPE issues the command to transfer said data of the data load command to the destination address of the computing SPE.
8. The cell broadband engine processor of claim 7 further comprising a memory flow control and an internal interrupt control.
9. The cell broadband engine processor of claim 7, wherein the command to transfer said data to be loaded comprises one of a direct memory access command, a SPE to SPE command, and a mailbox command.
10. The cell broadband engine processor of claim 7, wherein the managing SPE operable to manage movement of data associated with computing of the computing SPE based on the one or more commands comprises the managing SPE being operable to:
determine whether the data to be stored in accordance with the data storing command is in said data buffer; and
if the managing SPE determines that the data to be stored in accordance with the data storing command is in said data buffer, remove the data storing command from the command queue.
11. The cell broadband engine processor of claim 10, wherein if the managing SPE determines that the data to be stored is not in the data buffer, the managing SPE is operable to:
determine whether space of said data buffer can accommodate the data of the data storing command based on size of the data to be stored;
if the space of said data buffer can accommodate the data of the data storing command, buffer the data in said data buffer before the managing SPE removes the data storing command from the command queue;
if the space of said data buffer cannot accommodate the data of the data storing command, determine whether a least recently used data in the data buffer is modified;
if the least recently used data is modified, issue a command to store the least recently used data to memory from the data buffer and overwrite the least recently used data in the data buffer with the data of the data storing command before the managing SPE removes the data storing command from the command queue; and
if the least recently used data is not modified, overwriting the least recently used data in the data buffer with the data of the data storing command before the managing SPE removes the data storing command from the command queue.
12. The cell broadband engine processor of claim 11, wherein, the managing SPE being operable to determine whether the least recently used data in the data buffer is modified comprises the managing SPE operable to determine whether the least recently used data is marked for storing.
US12/238,073 2007-09-28 2008-09-25 Managing data movement in a cell broadband engine processor Expired - Fee Related US8255592B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/557,014 US8635384B2 (en) 2007-09-28 2012-07-24 Managing data movement in a cell broadband engine processor

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN2007101531760A CN101398803B (en) 2007-09-28 2007-09-28 Management data movement method and cell wideband engine processor using the method
CN200710153176 2007-09-28
CN200710153176.0 2007-09-28

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/557,014 Continuation US8635384B2 (en) 2007-09-28 2012-07-24 Managing data movement in a cell broadband engine processor

Publications (2)

Publication Number Publication Date
US20090089559A1 US20090089559A1 (en) 2009-04-02
US8255592B2 true US8255592B2 (en) 2012-08-28

Family

ID=40509725

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/238,073 Expired - Fee Related US8255592B2 (en) 2007-09-28 2008-09-25 Managing data movement in a cell broadband engine processor
US13/557,014 Expired - Fee Related US8635384B2 (en) 2007-09-28 2012-07-24 Managing data movement in a cell broadband engine processor

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/557,014 Expired - Fee Related US8635384B2 (en) 2007-09-28 2012-07-24 Managing data movement in a cell broadband engine processor

Country Status (2)

Country Link
US (2) US8255592B2 (en)
CN (1) CN101398803B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10310923B1 (en) 2014-08-28 2019-06-04 Seagate Technology Llc Probabilistic aging command sorting
US10831403B2 (en) 2017-05-19 2020-11-10 Seagate Technology Llc Probabalistic command aging and selection

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9984026B2 (en) * 2015-05-11 2018-05-29 Nakaikegami Koubou Co., Ltd. Circuit, parallel computing device, computer system and computer readable storage medium
US11301390B2 (en) * 2019-12-18 2022-04-12 Micron Technology, Inc. Elastic buffer in a memory sub-system for debugging information

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050268048A1 (en) 2001-03-22 2005-12-01 Hofstee Harm P System and method for using a plurality of heterogeneous processors in a common computer system
US20060095718A1 (en) 2004-09-16 2006-05-04 International Business Machines Corporation System and method for providing a persistent function server
US7076609B2 (en) 2002-09-20 2006-07-11 Intel Corporation Cache sharing for a chip multiprocessor or multiprocessing system
US20070041403A1 (en) * 2005-08-19 2007-02-22 Day Michael N System and method for communicating instructions and data between a processor and external devices
US20070074221A1 (en) * 2005-09-27 2007-03-29 Sony Computer Entertainment Inc. Cell processor task and data management
US20070083755A1 (en) * 2005-09-27 2007-04-12 Sony Computer Entertainment Inc. Operating cell processors over a network
US20070143551A1 (en) * 2005-12-01 2007-06-21 Sony Computer Entertainment Inc. Cell processor atomic compare and swap using dedicated SPE
US20080201561A1 (en) * 2007-02-20 2008-08-21 Sony Computer Entertainment Inc. Multi-threaded parallel processor methods and apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8316220B2 (en) * 2005-09-27 2012-11-20 Sony Computer Entertainment Inc. Operating processors over a network

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050268048A1 (en) 2001-03-22 2005-12-01 Hofstee Harm P System and method for using a plurality of heterogeneous processors in a common computer system
US7076609B2 (en) 2002-09-20 2006-07-11 Intel Corporation Cache sharing for a chip multiprocessor or multiprocessing system
US20060095718A1 (en) 2004-09-16 2006-05-04 International Business Machines Corporation System and method for providing a persistent function server
US20070041403A1 (en) * 2005-08-19 2007-02-22 Day Michael N System and method for communicating instructions and data between a processor and external devices
US20070074221A1 (en) * 2005-09-27 2007-03-29 Sony Computer Entertainment Inc. Cell processor task and data management
US20070083755A1 (en) * 2005-09-27 2007-04-12 Sony Computer Entertainment Inc. Operating cell processors over a network
US20070143551A1 (en) * 2005-12-01 2007-06-21 Sony Computer Entertainment Inc. Cell processor atomic compare and swap using dedicated SPE
US20080201561A1 (en) * 2007-02-20 2008-08-21 Sony Computer Entertainment Inc. Multi-threaded parallel processor methods and apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10310923B1 (en) 2014-08-28 2019-06-04 Seagate Technology Llc Probabilistic aging command sorting
US10831403B2 (en) 2017-05-19 2020-11-10 Seagate Technology Llc Probabalistic command aging and selection

Also Published As

Publication number Publication date
US8635384B2 (en) 2014-01-21
US20090089559A1 (en) 2009-04-02
US20120297092A1 (en) 2012-11-22
CN101398803B (en) 2011-04-06
CN101398803A (en) 2009-04-01

Similar Documents

Publication Publication Date Title
US8423715B2 (en) Memory management among levels of cache in a memory hierarchy
US9336154B2 (en) Data bus efficiency via cache line usurpation
US10884739B2 (en) Systems and methods for load canceling in a processor that is connected to an external interconnect fabric
US7752350B2 (en) System and method for efficient implementation of software-managed cache
US20080086599A1 (en) Method to retain critical data in a cache in order to increase application performance
US9411728B2 (en) Methods and apparatus for efficient communication between caches in hierarchical caching design
JP2000003308A (en) Overlapped memory access method and device to l1 and l2
KR20150057798A (en) Apparatus and method for controlling a cache
EP3885918B1 (en) System, apparatus and method for performing a remote atomic operation via an interface
CN110908716B (en) Method for implementing vector aggregation loading instruction
KR101472967B1 (en) Cache memory and method capable of write-back operation, and system having the same
US8255592B2 (en) Managing data movement in a cell broadband engine processor
US8359433B2 (en) Method and system of handling non-aligned memory accesses
US20090006777A1 (en) Apparatus for reducing cache latency while preserving cache bandwidth in a cache subsystem of a processor
US9542319B2 (en) Method and system for efficient communication and command system for deferred operation
US7882309B2 (en) Method and apparatus for handling excess data during memory access
US7451274B2 (en) Memory control device, move-in buffer control method
US6477622B1 (en) Simplified writeback handling
JP2001249846A (en) Cache memory device and data processing system
TW202223630A (en) Microprocessor, cache storage system and method implemented therein
US20090327614A1 (en) Cache tentative read buffer
JP4792065B2 (en) Data storage method
JP4431492B2 (en) Data transfer unit that supports multiple coherency granules
JP2012164209A (en) Cache control method, cache control device, and program for cache control
JPH09288616A (en) Computer

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, ZHENG;CHEN, LIANG;WANG, WENJUN;AND OTHERS;REEL/FRAME:021587/0440

Effective date: 20080917

AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, ZHENG;CHEN, LIANG;WANG, WENJUN;AND OTHERS;REEL/FRAME:022068/0389

Effective date: 20081216

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20160828