WO2007038456A1 - Cell processor task and data management - Google Patents

Cell processor task and data management Download PDF

Info

Publication number
WO2007038456A1
WO2007038456A1 PCT/US2006/037336 US2006037336W WO2007038456A1 WO 2007038456 A1 WO2007038456 A1 WO 2007038456A1 US 2006037336 W US2006037336 W US 2006037336W WO 2007038456 A1 WO2007038456 A1 WO 2007038456A1
Authority
WO
WIPO (PCT)
Prior art keywords
segments
processing
event
processor
cell processor
Prior art date
Application number
PCT/US2006/037336
Other languages
French (fr)
Inventor
Richard B. Stenson
John P. Bates
Original Assignee
Sony Computer Entertainment Inc.
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 Sony Computer Entertainment Inc. filed Critical Sony Computer Entertainment Inc.
Priority to JP2008533494A priority Critical patent/JP2009510612A/en
Priority to EP06815383A priority patent/EP1934738A1/en
Publication of WO2007038456A1 publication Critical patent/WO2007038456A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5044Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering hardware capabilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5017Task decomposition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/25Using a specific main memory architecture
    • G06F2212/251Local memory within processor subsystem
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/25Using a specific main memory architecture
    • G06F2212/253Centralized memory

Definitions

  • Embodiments of the present invention are directed to parallel processing and more particularly to management of processing tasks and data in a cell processor.
  • Cell processors are a type of microprocessor that utilizes parallel processing.
  • the basic configuration of a cell processor includes a "Power Processor Element” (“PPE”) (sometimes called “Processing Element”, or “PE”), and multiple “Synergistic Processing Elements” (“SPE”).
  • PPE Power Processor Element
  • SPE Single-Processing Element
  • IB Element Interconnect Bus
  • Cell processors are designed to be scalable for use in applications ranging from the hand held devices to main frame computers.
  • a typical cell processor has one PPE and up to 8 SPE.
  • Each SPU is typically a single chip or part of a single chip containing a main processor and a co-processor.
  • All of the SPUs and the PPU can access a main memory, e.g., through a memory flow controller (MFC).
  • the SPUs can perform parallel processing of operations in conjunction with a program running on the main processor.
  • the SPUs have small local memories (typically about 256 kilobytes) that must be managed by software — code and data must be manually transferred to/from the local SPU memories. For high performance, this code and data must be managed from SPU software (PPU software involvement must be minimized).
  • There are many techniques for managing code and data from the SPU Often, different techniques for managing code and data from the SPU need to operate simultaneously on a cell processor.
  • Cell processors are used in applications such as vertex processing for graphics.
  • the processed vertex data may then be passed on to a graphics card for pixel processing.
  • a cell processor may be called upon to draw a number of polygons.
  • Each polygon is defined by three or more vertices. Handling of such vertex data may be problematic in situations where a large number of vertices need to be processed.
  • a cell processor may be called upon to draw 10,000 polygons. If each polygon requires three vertices the cell processor must process 30,000 vertices. If each vertex requires 32 bytes of data the 10,000 polygons will require 960 kilobytes. Unfortunately this is larger than the local storage capacity of a typical SPU (typically about 256 kilobytes).
  • FIG. 1 is a schematic diagram of a cell broadband engine architecture implementing Cell Task and Data Management according to an embodiment of the present invention.
  • FIG. 2 is a schematic diagram of a cell processor-based system according to an embodiment of the present invention.
  • FIG. 3 A is a block diagram illustrating division of a large render event according to an embodiment of the present invention.
  • FIG. 3B is a block diagram illustrating division of a large and a small render event according to an embodiment of the present invention.
  • FIGs. 4A-4C are a sequence block diagrams illustrating processing of an event according to an embodiment of the present invention.
  • FIG. 5 is a block diagram illustrating buffering of segments and groups according to an embodiment of the present invention.
  • FIGs. 6A-6C are a sequence of block diagrams illustrating processing of an event in a cell- based processor system according to an embodiment of the present invention.
  • Embodiments of the present invention are directed to cell processor task and data management (CTDM).
  • CDM cell processor task and data management
  • large tasks referred to as events are managed by dividing them up into segments that can fit into the local store of a cell processor's synergistic processing elements (SPE).
  • SPE synergistic processing elements
  • Each of the segments is tasked by 1 SPU at a time.
  • Two or more segments may be associated together into one or more groups due to memory constraints on an output processor, such as a graphics card that processes the resulting output from the SPU.
  • Each Group may therefore be regarded as the resulting output from the processing of one or more Segments by the SPU.
  • cell data management relies on the fact that SPUs can handle own direct memory access (DMA) transfers of data in or out of local storage.
  • CTDM can set Task commands in main memory. Semaphores may be used to lock data while writing new commands by PU and accessing data by SPUs.
  • SPUs can pull commands from the command list through the same semaphore interface to prevent race conditions with other SPUs and PU. By allowing SPUs to pull new commands when they are done they will always remain active. This will help to ensure consistent peak efficiency even when the data varies in configuration.
  • Commands for the output processor can be set in the command list as well. The cell processor SPUs can pull these commands through in order and pass them on to the output processor.
  • FIG. 1 illustrates a type of cell processor 100 characterized by an architecture known as Cell Broadband engine architecture (CBEA) - compliant processor.
  • a cell processor can include multiple groups of PPEs (PPE groups) and multiple groups of SPEs (SPE groups) as shown in this example.
  • the cell processor may have only a single SPE group and a single PPE group with a single SPE and a single PPE.
  • Hardware resources can be shared between units within a group.
  • the SPEs and PPEs must appear to software as independent elements.
  • the cell processor 100 includes a number of groups of SPEs SG-O... SG_n and a number of groups of PPEs PG__0...PG p. Each SPE group includes a number of SPEs SPEO...SPEg.
  • the cell processor 100 also includes a main memory MEM and an input/output function I/O.
  • Each PPE group includes a number of PPEs PPE_0...PPE_g SPE.
  • a group of SPEs shares a single cache SLl.
  • the cache SLl is a first-level cache for direct memory access (DMA) transfers between local storage and main storage.
  • Each PPE in a group has its own first level (internal) cache Ll.
  • the PPEs in a group share a single second- level (external) cache L2. While caches are shown for the SPE and PPE in FIG. 1, they are optional for cell processors in general and CBEA in particular.
  • An Element Interconnect Bus EIB connects the various components listed above.
  • the SPEs of each SPE group and the PPEs of each PPE group can access the EIB through bus interface units BIU.
  • the cell processor 100 also includes two controllers typically found in a processor: a Memory Interface Controller MIC that controls the flow of data between the EIB and the main memory MEM, and a Bus Interface Controller BIC, which controls the flow of data between the I/O and the EIB.
  • a Memory Interface Controller MIC that controls the flow of data between the EIB and the main memory MEM
  • BIC Bus Interface Controller
  • Each SPE is made includes an SPU (SPUO...SPUg).
  • Each SPU in an SPE group has its own local storage area LS and a dedicated memory flow controller MFC that includes an associated memory management unit MMU that can hold and process memory-protection and access-permission information.
  • the PPEs may be 64-bit PowerPC Processor Units (PPUs) with associated caches.
  • a CBEA- compliant system includes a vector multimedia extension unit in the PPE.
  • the PPEs are general-purpose processing units, which can access system management resources (such as the memory-protection tables, for example). Hardware resources defined in the CBEA are mapped explicitly to the real address space as seen by the PPEs. Therefore, any PPE can address any of these resources directly by using an appropriate effective address value.
  • a primary function of the PPEs is the management and allocation of tasks for the SPEs in a system.
  • the SPUs are less complex computational units than PPEs, in that they do not perform any system management functions. They generally have a single instruction, multiple data (SIMD) capability and typically process data and initiate any required data transfers (subject to access properties set up by a PPE) in order to perform their allocated tasks.
  • SIMD single instruction, multiple data
  • the purpose of the SPU is to enable applications that require a higher computational unit density and can effectively use the provided instruction set.
  • the SPUs implement a new instruction set architecture.
  • MFC components are essentially the data transfer engines.
  • the MFC provides the primary method for data transfer, protection, and synchronization between main storage of the cell processor and the local storage of an SPE.
  • An MFC command describes the transfer to be performed.
  • a principal architectural objective of the MFC is to perform these data transfer operations in as fast and as fair a manner as possible, thereby maximizing the overall throughput of a cell processor.
  • Commands for transferring data are referred to as MFC DMA commands. These commands are converted into DMA transfers between the local storage domain and main storage domain.
  • Each MFC can typically support multiple DMA transfers at the same time and can maintain and process multiple MFC commands. In order to accomplish this, the MFC maintains and processes queues of MFC commands. The MFC can queue multiple transfer requests and issues them concurrently. Each MFC provides one queue for the associated SPU (MFC SPU command queue) and one queue for other processors and devices (MFC proxy command queue). Logically, a set of MFC queues is always associated with each SPU in a cell processor, but some implementations of the architecture can share a single physical MFC between multiple SPUs, such as an SPU group. In such cases, all the MFC facilities must appear to software as independent for each SPU.
  • Each MFC DMA data transfer command request involves both a local storage address (LSA) and an effective address (EA).
  • LSA local storage address
  • EA effective address
  • the local storage address can directly address only the local storage area of its associated SPU.
  • the effective address has a more general application, in that it can reference main storage, including all the SPU local storage areas, if they are aliased into the real address space (that is, if MFC_SR1[D] is set to 'V).
  • An MFC presents two types of interfaces: one to the SPUs and another to all other processors and devices in a processing group.
  • the SPUs use a channel interface to control the MFC.
  • code running on an SPU can only access the MFC SPU command queue for that SPU.
  • Other processors and devices control the MFC by using memory-mapped registers. It is possible for any processor and device in the system to control an MFC and to issue MFC proxy command requests on behalf of the SPU.
  • the MFC also supports bandwidth reservation and data synchronization features.
  • the SPEs and PPEs may include signal notification registers that are tied to signaling events.
  • the PPEs and SPEs are coupled by a star topology in which the PPE acts as a router to transmit messages to the SPEs.
  • a star topology does not provide for direct communication between SPEs.
  • each SPE and each PPE has a one-way signal notification register referred to as a mailbox.
  • the mailbox can be used for SPE to host OS synchronization.
  • the HC component manages the priority of the interrupts presented to the PPEs.
  • the main purpose of the HC is to allow interrupts from the other components in the processor to be handled without using the main system interrupt controller.
  • the HC is really a second level controller. It is intended to handle all interrupts internal to a CBEA-compliant processor or within a multiprocessor system of CBEA-compliant processors.
  • the system interrupt controller will typically handle all interrupts external to the cell processor.
  • the HC is not intended to replace the main system interrupt controller for handling interrupts from all I/O devices.
  • the local storage of the SPEs exists in the local storage domain. All other facilities and memory are in the main storage domain.
  • Local storage consists of one or more separate areas of memory storage, each one associated with a specific SPU. Each SPU can only execute instructions (including data load and data store operations) from within its own associated local storage domain. Therefore, any required data transfers to, or from, storage elsewhere in a system must always be performed by issuing an MFC DMA command to transfer data between the local storage domain (of the individual SPU) and the main storage domain, unless local storage aliasing is enabled.
  • An SPU program references its local storage domain using a local address.
  • privileged software can allow the local storage domain of the SPU to be aliased into main storage domain by setting the D bit of the MFC_SR1 to '1'.
  • Each local storage area is assigned a real address within the main storage domain. (A real address is either the address of a byte in the system memory, or a byte on an I/O device.) This allows privileged software to map a local storage area into the effective address space of an application to allow DMA transfers between the local storage of one SPU and the local storage of another SPU.
  • processors or devices with access to the main storage domain can directly access the local storage area, which has been aliased into the main storage domain using the effective address or I/O bus address that has been mapped through a translation method to the real address space represented by the main storage domain.
  • Data transfers that use the local storage area aliased in the main storage domain should do so as caching inhibited, since these accesses are not coherent with the SPU local storage accesses (that is, SPU load, store, instruction fetch) in its local storage domain. Aliasing the local storage areas into the real address space of the main storage domain allows any other processors or devices, which have access to the main storage area, direct access to local storage. However, since aliased local storage must be treated as non-cacheable, transferring a large amount of data using the PPE load and store instructions can result in poor performance. Data transfers between the local storage domain and the main storage domain should use the MFC DMA commands to avoid stalls.
  • the addressing of main storage in the CBEA is compatible with the addressing defined in the PowerPC Architecture.
  • the CBEA builds upon the concepts of the PowerPC Architecture and extends them to addressing of main storage by the MFCs.
  • An application program executing on an SPU or in any other processor or device uses an effective address to access the main memory.
  • the effective address is computed when the PPE performs a load, store, branch, or cache instruction, and when it fetches the next sequential instruction.
  • An SPU program must provide the effective address as a parameter in an MFC command.
  • the effective address is translated to a real address according to the procedures described in the overview of address translation in PowerPC Architecture, Book III.
  • the real address is the location in main storage which is referenced by the translated effective address.
  • Main storage is shared by all PPEs, MFCs, and I/O devices in a system. All information held in this level of storage is visible to all processors and to all devices in the system. This storage area can either be unifo ⁇ n in structure, or can be part of a hierarchical cache structure. Programs reference this level of storage using an effective address.
  • the main memory of a system typically includes both general-purpose and nonvolatile storage, as well as special-purpose hardware registers or arrays used for functions such as system configuration, data-transfer synchronization, memory-mapped I/O, and I/O subsystems.
  • main memory typically includes both general-purpose and nonvolatile storage, as well as special-purpose hardware registers or arrays used for functions such as system configuration, data-transfer synchronization, memory-mapped I/O, and I/O subsystems.
  • Table I lists the sizes of address spaces in main memory for a particular cell processor implementation known as Cell Broadband Engine Architecture (CBEA).
  • CBEA Cell Broadband Engine Architecture
  • the cell processor 100 may include an optional facility for managing critical resources within the processor and system.
  • the resources targeted for management under the cell processor are the translation lookaside buffers (TLBs) and data and instruction caches. Management of these resources is controlled by implementation-dependent tables.
  • TLBs translation lookaside buffers
  • data and instruction caches Management of these resources is controlled by implementation-dependent tables.
  • RMT Replacement management tables
  • An SPE group may also contain an optional cache hierarchy, the SLl caches, which represent first level caches for DMA transfers.
  • the SLl caches may also contain an optional RMT.
  • a cell processor task and data management (CTDM) program 102 may stored in the main memory MEM and/or executed on PPU of one of the PPE groups.
  • the CTDM program 102 divides large tasks that require more memory space than is available on a given SPE, referred to herein as processing events 104, into smaller sized chunks, referred to as segments 106.
  • the CTDM program 102 then builds a command list 108 containing instructions pertaining to the processing of the segments 106.
  • Each segment 106 is characterized by a size that is less than or equal to available size in the LS of an SPE.
  • the SPE process the segments according to the command list 108 and produce corresponding outputs which may be in the form of one or more groups 110 with each group having output produced from processing of related segments 106.
  • FIG. 2 depicts an example of a cell processor-based system 200 configured to implement CTDM according to an embodiment of the present invention.
  • the system includes a cell processor 201 and an output processor 214.
  • the cell processor 201 includes a main memory 202, a single PPE 204 and eight SPEs 206.
  • the cell processor 201 may be configured with any number of SPE's.
  • the memory, PPE, and SPEs can communicate with each other and with an I/O device 208 over a ring-type element interconnect bus 210.
  • the CTDM program 205 may use semaphores to lock data while the PPE 204 writes new commands and the SPU access data.
  • the SPUs pull commands from a command list 211 in main memory 202 though the same semaphore interface to prevent race conditions with other SPUs and PPE 204. By allowing SPUs to pull new commands when they are done they will always remain active. This will help to ensure consistent peak efficiency even when the data varies in configuration.
  • the command list 211 may also contain commands for the output processor 214. The SPUs of the cell processor 201 can pull these commands through in order and pass them on to the output processor 214.
  • the output processor 214 processes the groups from the cell processor 201.
  • the size of the groups is generally determined by a target input size for the output processor.
  • the output processor may have an I/O buffer that can handle 512 kilobytes of data while each output segment is only 32 kilobytes.
  • each output group might contain 16 output segments.
  • the system 200 can be used in a Graphics API that is flexible, efficient, and easy to use.
  • the output processor 214 may be a graphics card, such as Model NV40, NV45, or NV47 available from Nvidia Corporation of Santa Clara California..
  • the PPE 204 executes a CTDM program 205 that manages SPU tasks and data as discussed below.
  • the CTDM program 205 is flexible enough to handle small and large small events. It is also desirable for the CTDM program 205 to be efficient in its management of those events on the SPUs and output processor. It is also desirable for the CTDM program 205 to ensure efficiency by extending the system 200 to support deferred processing for streaming data.
  • FIG. 3A illustrates the processing of a CTDM- based render event in the form of a Draw Call 302.
  • a render event may involve translating, rotating or changing the view of a video game character represented by a set of vertices.
  • the Draw Call 302 is an instruction to process a large amount of vertex data, i.e., more than can be processed by one SPU at one time.
  • the CTDM program subdivides the large render event 301 into a number of segments and associates subsets of these segments into groups. Specifically, Segments 1 through 4 are associated into Group 1 and Segments 5 through 8 are associated into Group 2.
  • the CTDM program 205 distributes these segments among the available SPU of the cell processor 201. The distribution of the segments to the SPU is dependent on SPU availability. Logically separating the vertex data 303 in the event 301 into segments, one segment for a single SPU Task, and then combining the segments into Render Groups represents data for 1 SPU parallel job. Such separation of tasks allows for parallel tasking and also accommodation of the limited memory available on a single SPU.
  • the CTDM program creates the command list 305.
  • the command list provides addresses for the code for the SPU to perform the necessary rendering of the vertex data as well as addresses for the requisite data for each segment.
  • the SPU can then access the code and data as they become available.
  • the SPU process the vertex data in each segment in parallel and pass the resulting output data to the output processor (graphics card) 214.
  • Commands for the Graphics Card 214 are also set in the command list 305.
  • the SPUs of the cell processor 201 can simply pull them through in order and pass them on to the Graphics Card 214. For example, once the last segment in a group has been passed to the graphics card, the SPU that passed that data may pull "kick" command that instructs the graphics card to begin processing the group.
  • FIG. 3B illustrates CTDM-based processing of a small render event 311 and a large render event 321.
  • the output group contains the output from processing only one segment.
  • the large event 321 is divided into two groups of four segments each and part of its data can be set to run on 4 SPUs in Parallel with the one processing the Small Render Event 311. This way one small Event of with relatively little data doesn't stall the system 200 and every SPU can task as much data per DMA transfer as it can handle. This would not be the case if the Small Event was divided among SPUs.
  • FIGs. 4A-4C illustrate an example of such a parallel processing.
  • a vertex draw call for a graphics API is illustrated for the purpose of example.
  • the CTDM program 205 divides a large render event 401 into 8 render segments and generates a command list 405 that tells the SPU where to find the code and data for processing the segments. Due to limitations of a graphics card 406 the segments are divided into two groups.
  • SPUl takes the first command from the command list 405, which is a setup command for group 1.
  • the setup command contains a list of any special data associated with this particular group that needs to be passed on to any other processor that needs to know details about the group.
  • special data may include textures and render states such as lights and transformations that are not necessarily needed by the SPU segments to be processed, but are needed by the resulting graphics card or other processor that is waiting for the output of the SPU segment data that is in that group.
  • SPUl, SPU2 and SPU3 then take tasks for segments 1, 2 and 3. These task commands tell the SPU where to find the data and code for processing it.
  • SPUl processes task segment 4 and, after doing so, pulls the kick command for group 1 and passes it on to the graphics card 406, which begins processing group 1. Meanwhile, SPU2 and SPU3 have pulled task segments 5 and 6 respectively and begin processing them. Once task segments 5 and 6 and complete the resulting output is passed to a buffer on the graphics card 406 to await processing when group 2 is ready.
  • SPUl pulls task segment 7 and SPU2 pulls task segment 8.
  • the corresponding outputs of these segments are transferred to the buffer on the graphics card 406. Since SPU2 pulled task segment 8, the last segment in group 2, SPU2 next pulls the group 2 kick command, which is passed on to the graphics card 406 after DMA has been completed for segment 8.
  • the task segments were processed in order. This is not strictly necessary. However, to ensure efficient operation, it is desirable for the SPU keep track of which task has been completed and which has not. That way, the SPU processing the last unprocessed task segment of a group can determine that it must send the kick command to the graphics card. To this end it is desirable for the cell processor 201 to include in memory 202 a notification board. By routinely querying and updating the notification board, the SPU can determine whether additional segments require processing and/or whether a particular group is done.
  • the notification board could be organized as shown in Table II below. TABLE II
  • Table I represents a snapshot of the process as shown in FIG. 4B. Specifically, Tasks 1, 2, 3 and 4 have been completed and group 1 is now done. Segment 8 still awaits processing.
  • the "done” in the group status column for SPUl indicates to SPUl that it must issue the "kick group 1" command to the graphics card 406.
  • the value “none” in the "who” column for tasks 1, 2 and 3 column indicates that no SPU is working on these tasks since they are done.
  • the "none” in the "who” column for tasks 7 and 8 indicates that no SPU is working on these tasks since they have not yet been processed, as indicated by the "waiting" value in the "status” column.
  • FIG. 5 illustrates one possible example, among others, of how such buffering might work.
  • a large render event 501 has been divided into 8 segments of vertex data for processing on a cell processor.
  • an SPU 502 on the cell processor may do Quad buffering of the segments to allow for interleaved SPU task tasking and DMA transfers.
  • the resulting vertex data that are output from the SPU 502 are double buffered in a graphics card memoiy 504 in one or more groups.
  • ring buffering may be used on the graphics card memory 504.
  • Buffering of the render segments may proceed in the following order.
  • Render segment 1 is loaded into buffer Al of the SPU local storage.
  • This task data is processed and the resulting output is stored in buffer A2 of the SPU local storage as indicated at 2.
  • render segment 3 can be loaded into buffer Bl, e.g., by direct memory access (DMA) as indicated at 3.
  • DMA direct memory access
  • the SPU 502 is finished processing render segment 1, the corresponding output is transferred to buffer A2 of the graphics card memory 504 as indicated at 4. While the output from segment 1 is being transferred, the SPU 502 can process render segment 2 and store the resulting output in buffer B2 as indicated at 5.
  • render segment 3 can be transferred by DMA to buffer Al as indicated at 6. If the SPU 502 is finished processing render segment 2, it can transfer the resulting output to buffer B2 of the graphics card memory 504 as render segment 3 is being loaded into buffer Al . Once the graphics card memory 504 contains a full group, the group of vertex data can be passed on to the graphics processor 506, e.g., for pixel processing such as shading.
  • FIG. 5 shows how segments are buffered into and out of a single SPU.
  • FIG. 6A-6B illustrate how 3 SPUs that can do parallel processing of render event data organized into 4 Render Groups for 4 Parallel Jobs.
  • the render groups are organized in the main memory 602 of a cell processor 600.
  • the main memory 602 may further include a command list 604 that lists the various commands necessary for performing the render event. These commands include a render event setup command, render commands for each segment and kick render commands for each group, which may be implemented as discussed above.
  • the memory 604 may further contain a notification board 606 of the type described above.
  • Segments 1, 2 and 3 of Render Group 1 are DMA transferred by SPUl, SPU2 and SPU3 into their respective buffers Al as indicated by the dashed arrows. Then SPUl, SPU2 and SPU3 vertex process segments 1, 2 and 3 from buffer Al to Buffer A2 as indicated by the solid arrows at 603. In this process the segment data stored in buffer Al is processed and the resulting output is stored in buffer A2. While the vertex Tasking 603 is going on Segments 4, 5 and 6 of Render Group 2 are transferred by DMA to Bl SPU buffers as indicated by the dashed arrows at 605. At this point the notification board 606 may be represented as shown in Table III. TABLE III
  • the "working" status applies to any task segment that has been loaded into an SPU whether it is being processed by the SPU or not.
  • the resulting output data can be sent to the Graphics Card by DMA as indicated by the solid arrows at 607 in FIG. 6B.
  • the Graphics Card's current buffer contains a completed group it can process the completed group, e.g., by doing pixel tasking and rendering of the group vertex data. For example, the SPU that finishes the last segment in group 1 passes the kick render group 1 command from the command list The SPUs can continue to do more Render Groups and DMA transfer data to the buffer B of the graphics processor 604.
  • SPUl, SPU2 and SPU3 may respectively DMA transfer segments 7, 8 and 9 into their Al buffers as indicated by the dashed arrows at 609.
  • segments 4, 5 and 6 are finished processing the resulting outputs may be transferred to the Graphics Card's buffer B and process segments 6, 7 and 8.
  • SPUl, SPU2 and SPU3 process these segments, they may DMA transfer segments 10, 11 and 12 into their Bl buffers as indicated by the dashed arrows at 611.
  • the notification board 606 may be represented as shown in Table IV. TABLE IV
  • the "who" column of the notification board retains the identity of the SPU that processed a segment after processing is complete.
  • SPU CTDM Loader Program occupies 16 kilobytes ( 16 * 1024 bytes).
  • the vertex process requires two SPU process programs each taking up 20 kilobytes.
  • Each individual output element is 48bytes (this is the output vertex, just a set processed vector, or something else as well )
  • SPU local store is 256 kilobytes (256* 1024 bytes)
  • the process event will include other information, such as the memory location of the original data, the memory location of where the data needs to go and other "Process Event" specific data that needs to be kept associated with the output.
  • Such information may be regarded as a black box of event-specific data. However, these have not been included in this example for the sake of simplicity.
  • the CTDM program evaluates the Process Event based on these arbitrary parameter constraints in the SPU.
  • the SPU will use quad buffering, however the CTDM SPU memory configuration is flexible and could support a triple or ring buffer configuration as well as the quad buffering that is described here.
  • the CTDM program must ensure that the inputs and outputs of a segment will fit in a 50 K buffer. It is generally desirable to provide sufficient space for both input and output when the size of the output is larger than the size of the input data. In this case the output data cannot be written directly over the input data that is already in place. Also if there are interdependencies in the data where some parts of the data might be needed to complete the full calculation. Examples of such interdependencies occur, e.g., in spline-based surface generation or polygon-based subdivision surface calculation where all the vertex points can have an effect on every single output. In such cases the input data cannot be over written during the calculation. If there aren't any interdependencies and the input data is larger or the same size as the output only one buffer is needed that would server as both the input and output buffer. CTDM can handle this case as well.
  • NbrOfElementsPerSegment SPUIOBufferSize /( InputElementSize + OutputElementSize)
  • NbrOfSegments TotalDataSize /ActualSegmentSize
  • NbrO ⁇ egments l*1024bytes*1024bytes/ 51200bytes;
  • NbrOfSegments 20; // this in an integer variable. The remainder is truncated
  • TargetDataSize 256k; (256 * 1024bytes)
  • NbrGroups TargetDataSize / (NbrOfElementsPerSegment * OutputElementSize) ; (output elements size from item 5 above)
  • NbrGroups 262144bytes / (640 * 48 bytes);
  • NbrGroups 8: //remainder is truncated
  • CTDM checks for a remainder and adds another group if needed:
  • NbrGroups NbrGroups + J;
  • CTDM may be run in a special capacity on an SPE (referred to as a Data Management SPE).
  • a Data Management SPE Such a configuration could potentially be more efficient in some cases as it would allow for the PPU to continue almost completely uninterrupted except for tasking the predetermined "Data Management SPE" with the overall processing Event.
  • the PPU would not have to deal with delegation of processes into Segments and Groups for each SPE.
  • the Data Management SPU could signal the PPU when the overall Processing Event is complete, including all segments and groups.
  • the Data Management SPE could also update a completion key for that overall event allowing the PPU to check that key for completion at its leisure.

Abstract

Cell processor task and data management systems methods and apparatus are disclosed. A cell processor divides an event that event requires more memory space than is available in a local storage of a synergistic processing element (SPE) into two or more segments. Each segment has a segment size that is less than or the same as an amount of memory space available in the local storage. The segments are processed with one or more SPE of the cell processor to produce two or more corresponding outputs.

Description

CELL PROCESSOR TASK AND DATA MANAGEMENT
CROSS-REFERENCE TO RELATED APPLICATIONS
This application is related to commonly-assigned US patent application 1 1/238,077 entitled "CELL PROCESSOR METHODS AND APPARATUS" to John P. Bates, Payton R. White and Attila Vass, which is filed on September 27, 2005, the entire disclosures of which are incorporated herein by reference.
This application is related to commonly-assigned US patent application 11/238,087 entitled "SPU TASK MANAGER FOR CELL PROCESSOR" to John P. Bates, Payton R. White, Richard Stenson, Howard Berkey, Attila Vass and Mark Cerny, which is filed on September 27, 2005, the entire disclosures of which are incorporated herein by reference.
This application is also related to commonly-assigned US patent application 11/238,086 entitled "OPERATING CELL PROCESSORS OVER A NETWORK" to Tatsuya Iwamoto, which is filed on September 27, 2005, the entire disclosures of which are incorporated herein by reference.
This application is also related to commonly-assigned US patent application 11/238,085 entitled "METHOD AND SYSTEM FOR PERFORMING MEMORY COPY FUNCTION ON A CELL PROCESSOR" to Antoine Labour John P. Bates and Richard B. Stenson, which is filed on September 27, 2005, the entire disclosures of which are incorporated herein by reference.
FIELD OF THE INVENTION
Embodiments of the present invention are directed to parallel processing and more particularly to management of processing tasks and data in a cell processor.
BACKGROUND OF THE INVENTION
Cell processors are a type of microprocessor that utilizes parallel processing. The basic configuration of a cell processor includes a "Power Processor Element" ("PPE") (sometimes called "Processing Element", or "PE"), and multiple "Synergistic Processing Elements" ("SPE"). The PPEs and SPEs are linked together by an internal high speed bus dubbed "Element Interconnect Bus" ("EIB"). Cell processors are designed to be scalable for use in applications ranging from the hand held devices to main frame computers. A typical cell processor has one PPE and up to 8 SPE. Each SPU is typically a single chip or part of a single chip containing a main processor and a co-processor. All of the SPUs and the PPU can access a main memory, e.g., through a memory flow controller (MFC). The SPUs can perform parallel processing of operations in conjunction with a program running on the main processor. The SPUs have small local memories (typically about 256 kilobytes) that must be managed by software — code and data must be manually transferred to/from the local SPU memories. For high performance, this code and data must be managed from SPU software (PPU software involvement must be minimized). There are many techniques for managing code and data from the SPU. Often, different techniques for managing code and data from the SPU need to operate simultaneously on a cell processor. There are many programming models for SPU-driven task management. Unfortunately, no single task system is right for all applications.
Cell processors are used in applications such as vertex processing for graphics. The processed vertex data may then be passed on to a graphics card for pixel processing. In vertex processing, a cell processor may be called upon to draw a number of polygons. Each polygon is defined by three or more vertices. Handling of such vertex data may be problematic in situations where a large number of vertices need to be processed. For example, a cell processor may be called upon to draw 10,000 polygons. If each polygon requires three vertices the cell processor must process 30,000 vertices. If each vertex requires 32 bytes of data the 10,000 polygons will require 960 kilobytes. Unfortunately this is larger than the local storage capacity of a typical SPU (typically about 256 kilobytes).
Thus, there is a need in the art, for a method and system for distributing cell processor tasks and managing cell processor data in a way that addresses such problems.
SUMMARY OF THE INVENTION To overcome the above disadvantages, embodiments of the invention are directed to
BRIEF DESCRIPTION OF THE DRAWINGS
The teachings of the present invention can be readily understood by considering the following detailed description in conjunction with the accompanying drawings, in which:
FIG. 1 is a schematic diagram of a cell broadband engine architecture implementing Cell Task and Data Management according to an embodiment of the present invention. FIG. 2 is a schematic diagram of a cell processor-based system according to an embodiment of the present invention.
FIG. 3 A is a block diagram illustrating division of a large render event according to an embodiment of the present invention.
FIG. 3B is a block diagram illustrating division of a large and a small render event according to an embodiment of the present invention.
FIGs. 4A-4C are a sequence block diagrams illustrating processing of an event according to an embodiment of the present invention.
FIG. 5 is a block diagram illustrating buffering of segments and groups according to an embodiment of the present invention.
FIGs. 6A-6C are a sequence of block diagrams illustrating processing of an event in a cell- based processor system according to an embodiment of the present invention.
DESCRIPTION OF THE SPECIFIC EMBODIMENTS
Although the following detailed description contains many specific details for the purposes of illustration, anyone of ordinary skill in the art will appreciate that many variations and alterations to the following details are within the scope of the invention. Accordingly, the exemplary embodiments of the invention described below are set forth without any loss of generality to, and without imposing limitations upon, the claimed invention.
Embodiments of the present invention are directed to cell processor task and data management (CTDM). In embodiments of the invention large tasks, referred to as events are managed by dividing them up into segments that can fit into the local store of a cell processor's synergistic processing elements (SPE). Each of the segments is tasked by 1 SPU at a time. Two or more segments may be associated together into one or more groups due to memory constraints on an output processor, such as a graphics card that processes the resulting output from the SPU. Each Group may therefore be regarded as the resulting output from the processing of one or more Segments by the SPU.
In embodiments of the present invention cell data management relies on the fact that SPUs can handle own direct memory access (DMA) transfers of data in or out of local storage. CTDM can set Task commands in main memory. Semaphores may be used to lock data while writing new commands by PU and accessing data by SPUs. SPUs can pull commands from the command list through the same semaphore interface to prevent race conditions with other SPUs and PU. By allowing SPUs to pull new commands when they are done they will always remain active. This will help to ensure consistent peak efficiency even when the data varies in configuration. Commands for the output processor can be set in the command list as well. The cell processor SPUs can pull these commands through in order and pass them on to the output processor.
By way of example, and without limitation, FIG. 1 illustrates a type of cell processor 100 characterized by an architecture known as Cell Broadband engine architecture (CBEA) - compliant processor. A cell processor can include multiple groups of PPEs (PPE groups) and multiple groups of SPEs (SPE groups) as shown in this example. Alternatively, the cell processor may have only a single SPE group and a single PPE group with a single SPE and a single PPE. Hardware resources can be shared between units within a group. However, the SPEs and PPEs must appear to software as independent elements.
In the example depicted in FIG. 1, the cell processor 100 includes a number of groups of SPEs SG-O... SG_n and a number of groups of PPEs PG__0...PG p. Each SPE group includes a number of SPEs SPEO...SPEg. The cell processor 100 also includes a main memory MEM and an input/output function I/O.
Each PPE group includes a number of PPEs PPE_0...PPE_g SPE. In this example a group of SPEs shares a single cache SLl. The cache SLl is a first-level cache for direct memory access (DMA) transfers between local storage and main storage. Each PPE in a group has its own first level (internal) cache Ll. In addition the PPEs in a group share a single second- level (external) cache L2. While caches are shown for the SPE and PPE in FIG. 1, they are optional for cell processors in general and CBEA in particular.
An Element Interconnect Bus EIB connects the various components listed above. The SPEs of each SPE group and the PPEs of each PPE group can access the EIB through bus interface units BIU. The cell processor 100 also includes two controllers typically found in a processor: a Memory Interface Controller MIC that controls the flow of data between the EIB and the main memory MEM, and a Bus Interface Controller BIC, which controls the flow of data between the I/O and the EIB. Although the requirements for the MIC, BIC, BIUs and EIB may vary widely for different implementations, those of skill in the art will be familiar their functions and circuits for implementing them. Each SPE is made includes an SPU (SPUO...SPUg). Each SPU in an SPE group has its own local storage area LS and a dedicated memory flow controller MFC that includes an associated memory management unit MMU that can hold and process memory-protection and access-permission information.
The PPEs may be 64-bit PowerPC Processor Units (PPUs) with associated caches. A CBEA- compliant system includes a vector multimedia extension unit in the PPE. The PPEs are general-purpose processing units, which can access system management resources (such as the memory-protection tables, for example). Hardware resources defined in the CBEA are mapped explicitly to the real address space as seen by the PPEs. Therefore, any PPE can address any of these resources directly by using an appropriate effective address value. A primary function of the PPEs is the management and allocation of tasks for the SPEs in a system.
The SPUs are less complex computational units than PPEs, in that they do not perform any system management functions. They generally have a single instruction, multiple data (SIMD) capability and typically process data and initiate any required data transfers (subject to access properties set up by a PPE) in order to perform their allocated tasks. The purpose of the SPU is to enable applications that require a higher computational unit density and can effectively use the provided instruction set. A significant number of SPUs in a system, managed by the PPEs, allow for cost-effective processing over a wide range of applications. The SPUs implement a new instruction set architecture.
MFC components are essentially the data transfer engines. The MFC provides the primary method for data transfer, protection, and synchronization between main storage of the cell processor and the local storage of an SPE. An MFC command describes the transfer to be performed. A principal architectural objective of the MFC is to perform these data transfer operations in as fast and as fair a manner as possible, thereby maximizing the overall throughput of a cell processor. Commands for transferring data are referred to as MFC DMA commands. These commands are converted into DMA transfers between the local storage domain and main storage domain.
Each MFC can typically support multiple DMA transfers at the same time and can maintain and process multiple MFC commands. In order to accomplish this, the MFC maintains and processes queues of MFC commands. The MFC can queue multiple transfer requests and issues them concurrently. Each MFC provides one queue for the associated SPU (MFC SPU command queue) and one queue for other processors and devices (MFC proxy command queue). Logically, a set of MFC queues is always associated with each SPU in a cell processor, but some implementations of the architecture can share a single physical MFC between multiple SPUs, such as an SPU group. In such cases, all the MFC facilities must appear to software as independent for each SPU. Each MFC DMA data transfer command request involves both a local storage address (LSA) and an effective address (EA). The local storage address can directly address only the local storage area of its associated SPU. The effective address has a more general application, in that it can reference main storage, including all the SPU local storage areas, if they are aliased into the real address space (that is, if MFC_SR1[D] is set to 'V).
An MFC presents two types of interfaces: one to the SPUs and another to all other processors and devices in a processing group. The SPUs use a channel interface to control the MFC. In this case, code running on an SPU can only access the MFC SPU command queue for that SPU. Other processors and devices control the MFC by using memory-mapped registers. It is possible for any processor and device in the system to control an MFC and to issue MFC proxy command requests on behalf of the SPU. The MFC also supports bandwidth reservation and data synchronization features. To facilitate communication between the SPUs and/or between the SPUs and the PPU, the SPEs and PPEs may include signal notification registers that are tied to signaling events. Typically, the PPEs and SPEs are coupled by a star topology in which the PPE acts as a router to transmit messages to the SPEs. Such a topology does not provide for direct communication between SPEs. Instead each SPE and each PPE has a one-way signal notification register referred to as a mailbox. The mailbox can be used for SPE to host OS synchronization.
The HC component manages the priority of the interrupts presented to the PPEs. The main purpose of the HC is to allow interrupts from the other components in the processor to be handled without using the main system interrupt controller. The HC is really a second level controller. It is intended to handle all interrupts internal to a CBEA-compliant processor or within a multiprocessor system of CBEA-compliant processors. The system interrupt controller will typically handle all interrupts external to the cell processor.
In a cell processor system, software often must first check the IIC to determine if the interrupt was sourced from an external system interrupt controller. The HC is not intended to replace the main system interrupt controller for handling interrupts from all I/O devices. There are two types of storage domains within the cell processor: local storage domain and main storage domain. The local storage of the SPEs exists in the local storage domain. All other facilities and memory are in the main storage domain. Local storage consists of one or more separate areas of memory storage, each one associated with a specific SPU. Each SPU can only execute instructions (including data load and data store operations) from within its own associated local storage domain. Therefore, any required data transfers to, or from, storage elsewhere in a system must always be performed by issuing an MFC DMA command to transfer data between the local storage domain (of the individual SPU) and the main storage domain, unless local storage aliasing is enabled.
An SPU program references its local storage domain using a local address. However, privileged software can allow the local storage domain of the SPU to be aliased into main storage domain by setting the D bit of the MFC_SR1 to '1'. Each local storage area is assigned a real address within the main storage domain. (A real address is either the address of a byte in the system memory, or a byte on an I/O device.) This allows privileged software to map a local storage area into the effective address space of an application to allow DMA transfers between the local storage of one SPU and the local storage of another SPU.
Other processors or devices with access to the main storage domain can directly access the local storage area, which has been aliased into the main storage domain using the effective address or I/O bus address that has been mapped through a translation method to the real address space represented by the main storage domain.
Data transfers that use the local storage area aliased in the main storage domain should do so as caching inhibited, since these accesses are not coherent with the SPU local storage accesses (that is, SPU load, store, instruction fetch) in its local storage domain. Aliasing the local storage areas into the real address space of the main storage domain allows any other processors or devices, which have access to the main storage area, direct access to local storage. However, since aliased local storage must be treated as non-cacheable, transferring a large amount of data using the PPE load and store instructions can result in poor performance. Data transfers between the local storage domain and the main storage domain should use the MFC DMA commands to avoid stalls.
The addressing of main storage in the CBEA is compatible with the addressing defined in the PowerPC Architecture. The CBEA builds upon the concepts of the PowerPC Architecture and extends them to addressing of main storage by the MFCs. An application program executing on an SPU or in any other processor or device uses an effective address to access the main memory. The effective address is computed when the PPE performs a load, store, branch, or cache instruction, and when it fetches the next sequential instruction. An SPU program must provide the effective address as a parameter in an MFC command. The effective address is translated to a real address according to the procedures described in the overview of address translation in PowerPC Architecture, Book III. The real address is the location in main storage which is referenced by the translated effective address. Main storage is shared by all PPEs, MFCs, and I/O devices in a system. All information held in this level of storage is visible to all processors and to all devices in the system. This storage area can either be unifoπn in structure, or can be part of a hierarchical cache structure. Programs reference this level of storage using an effective address.
The main memory of a system typically includes both general-purpose and nonvolatile storage, as well as special-purpose hardware registers or arrays used for functions such as system configuration, data-transfer synchronization, memory-mapped I/O, and I/O subsystems. There are a number of different possible configurations for the main memory. By way of example and without limitation, Table I lists the sizes of address spaces in main memory for a particular cell processor implementation known as Cell Broadband Engine Architecture (CBEA).
TABLE I
Figure imgf000010_0001
The cell processor 100 may include an optional facility for managing critical resources within the processor and system. The resources targeted for management under the cell processor are the translation lookaside buffers (TLBs) and data and instruction caches. Management of these resources is controlled by implementation-dependent tables.
Tables for managing TLBs and caches are referred to as replacement management tables RMT, which may be associated with each MMU. Although these tables are optional, it is often useful to provide a table for each critical resource, which can be a bottleneck in the system. An SPE group may also contain an optional cache hierarchy, the SLl caches, which represent first level caches for DMA transfers. The SLl caches may also contain an optional RMT.
A cell processor task and data management (CTDM) program 102 may stored in the main memory MEM and/or executed on PPU of one of the PPE groups. The CTDM program 102 divides large tasks that require more memory space than is available on a given SPE, referred to herein as processing events 104, into smaller sized chunks, referred to as segments 106. The CTDM program 102 then builds a command list 108 containing instructions pertaining to the processing of the segments 106. Each segment 106 is characterized by a size that is less than or equal to available size in the LS of an SPE. The SPE process the segments according to the command list 108 and produce corresponding outputs which may be in the form of one or more groups 110 with each group having output produced from processing of related segments 106.
The foregoing is intended to provide an introduction and description of the terminology used in cell processor implementations. The foregoing discussion is also intended to set forth a context for data structures and methods according to embodiments of the present invention. Such embodiments are not limited to implementation on or with cell processors having the architecture described above. However, any or all of the embodiments described below may be implemented using such cell architecture as an environment in which a CTDM may be encountered and utilized.
FIG. 2 depicts an example of a cell processor-based system 200 configured to implement CTDM according to an embodiment of the present invention. For the purposes of illustration, the system includes a cell processor 201 and an output processor 214. The cell processor 201 includes a main memory 202, a single PPE 204 and eight SPEs 206. However, the cell processor 201 may be configured with any number of SPE's. With respect to FIG. 2, the memory, PPE, and SPEs can communicate with each other and with an I/O device 208 over a ring-type element interconnect bus 210.
The CTDM program 205 may use semaphores to lock data while the PPE 204 writes new commands and the SPU access data. The SPUs pull commands from a command list 211 in main memory 202 though the same semaphore interface to prevent race conditions with other SPUs and PPE 204. By allowing SPUs to pull new commands when they are done they will always remain active. This will help to ensure consistent peak efficiency even when the data varies in configuration. The command list 211 may also contain commands for the output processor 214. The SPUs of the cell processor 201 can pull these commands through in order and pass them on to the output processor 214.
The output processor 214 processes the groups from the cell processor 201. The size of the groups is generally determined by a target input size for the output processor. For example, the output processor may have an I/O buffer that can handle 512 kilobytes of data while each output segment is only 32 kilobytes. Thus each output group might contain 16 output segments.
By way of example the system 200 can be used in a Graphics API that is flexible, efficient, and easy to use. In such a case, the output processor 214 may be a graphics card, such as Model NV40, NV45, or NV47 available from Nvidia Corporation of Santa Clara California..
The PPE 204 executes a CTDM program 205 that manages SPU tasks and data as discussed below. Preferably, the CTDM program 205 is flexible enough to handle small and large small events. It is also desirable for the CTDM program 205 to be efficient in its management of those events on the SPUs and output processor. It is also desirable for the CTDM program 205 to ensure efficiency by extending the system 200 to support deferred processing for streaming data.
To illustrate the importance of such flexibility and efficiency, reference will be made to an example wherein the event is a large render event 301 for vertex data 303 that is to be processed by the cell processor 201 before being sent to a graphics card for further processing, e.g., pixel processing such as shading. Such shading may be accomplished with well-known shading software, such as CG. FIG. 3A illustrates the processing of a CTDM- based render event in the form of a Draw Call 302. Such a render event may involve translating, rotating or changing the view of a video game character represented by a set of vertices. In the example depicted in FIG. 3A, the Draw Call 302 is an instruction to process a large amount of vertex data, i.e., more than can be processed by one SPU at one time.
At 304 the CTDM program subdivides the large render event 301 into a number of segments and associates subsets of these segments into groups. Specifically, Segments 1 through 4 are associated into Group 1 and Segments 5 through 8 are associated into Group 2. The CTDM program 205 distributes these segments among the available SPU of the cell processor 201. The distribution of the segments to the SPU is dependent on SPU availability. Logically separating the vertex data 303 in the event 301 into segments, one segment for a single SPU Task, and then combining the segments into Render Groups represents data for 1 SPU parallel job. Such separation of tasks allows for parallel tasking and also accommodation of the limited memory available on a single SPU.
To efficiently distribute the segments among the available SPU without burdening the PPE 204 the CTDM program creates the command list 305. The command list provides addresses for the code for the SPU to perform the necessary rendering of the vertex data as well as addresses for the requisite data for each segment. The SPU can then access the code and data as they become available. The SPU process the vertex data in each segment in parallel and pass the resulting output data to the output processor (graphics card) 214. Commands for the Graphics Card 214 are also set in the command list 305. The SPUs of the cell processor 201 can simply pull them through in order and pass them on to the Graphics Card 214. For example, once the last segment in a group has been passed to the graphics card, the SPU that passed that data may pull "kick" command that instructs the graphics card to begin processing the group.
FIG. 3B illustrates CTDM-based processing of a small render event 311 and a large render event 321. Here there was only enough data for one SPU Task from the Small Event 311 so only one SPU is used. In this case, the output group contains the output from processing only one segment. The large event 321 is divided into two groups of four segments each and part of its data can be set to run on 4 SPUs in Parallel with the one processing the Small Render Event 311. This way one small Event of with relatively little data doesn't stall the system 200 and every SPU can task as much data per DMA transfer as it can handle. This would not be the case if the Small Event was divided among SPUs.
The distribution of segments amongst the SPU is generally most efficient if the number of available SPU is the same as the number of segments. This is not always possible, so the CTDM program 205 allows the available SPU to parallel process large events that have more segments than available SPUs. FIGs. 4A-4C illustrate an example of such a parallel processing. Again, a vertex draw call for a graphics API is illustrated for the purpose of example. Specifically, as shown in FIG. 4A, in response to a Draw Call 402, the CTDM program 205 divides a large render event 401 into 8 render segments and generates a command list 405 that tells the SPU where to find the code and data for processing the segments. Due to limitations of a graphics card 406 the segments are divided into two groups.
In this example, it is assumed that only three SPU are available for processing the render event 401. SPUl takes the first command from the command list 405, which is a setup command for group 1. The setup command contains a list of any special data associated with this particular group that needs to be passed on to any other processor that needs to know details about the group. In the case of a graphics example, such special data may include textures and render states such as lights and transformations that are not necessarily needed by the SPU segments to be processed, but are needed by the resulting graphics card or other processor that is waiting for the output of the SPU segment data that is in that group. . SPUl, SPU2 and SPU3 then take tasks for segments 1, 2 and 3. These task commands tell the SPU where to find the data and code for processing it. If an SPU already has the necessary code loaded in its local store it can skip loading the code. After processing segments 1, 2 and 3, the SPU transfer the resulting output to the graphics card 406. However, since not all of group 1 has been processed the graphics card 406 does not yet begin processing them. However, since SPU 1, SPU2 and SPU3 are Finished with processing segments 1, 2 and 3 they are available for other tasks.
As shown in FIG. 4B, SPUl processes task segment 4 and, after doing so, pulls the kick command for group 1 and passes it on to the graphics card 406, which begins processing group 1. Meanwhile, SPU2 and SPU3 have pulled task segments 5 and 6 respectively and begin processing them. Once task segments 5 and 6 and complete the resulting output is passed to a buffer on the graphics card 406 to await processing when group 2 is ready.
As shown in FIG. 4C SPUl pulls task segment 7 and SPU2 pulls task segment 8. When processing of these task segments is complete, the corresponding outputs of these segments are transferred to the buffer on the graphics card 406. Since SPU2 pulled task segment 8, the last segment in group 2, SPU2 next pulls the group 2 kick command, which is passed on to the graphics card 406 after DMA has been completed for segment 8.
It should be noted that in this example, the task segments were processed in order. This is not strictly necessary. However, to ensure efficient operation, it is desirable for the SPU keep track of which task has been completed and which has not. That way, the SPU processing the last unprocessed task segment of a group can determine that it must send the kick command to the graphics card. To this end it is desirable for the cell processor 201 to include in memory 202 a notification board. By routinely querying and updating the notification board, the SPU can determine whether additional segments require processing and/or whether a particular group is done. The notification board could be organized as shown in Table II below. TABLE II
Figure imgf000015_0001
Table I represents a snapshot of the process as shown in FIG. 4B. Specifically, Tasks 1, 2, 3 and 4 have been completed and group 1 is now done. Segment 8 still awaits processing. The "done" in the group status column for SPUl indicates to SPUl that it must issue the "kick group 1" command to the graphics card 406. The value "none" in the "who" column for tasks 1, 2 and 3 column indicates that no SPU is working on these tasks since they are done. Similarly, the "none" in the "who" column for tasks 7 and 8 indicates that no SPU is working on these tasks since they have not yet been processed, as indicated by the "waiting" value in the "status" column.
In a cell processor each SPU can process data while simultaneously transferring other data into or out of local storage. To facilitate efficient processing of the task segments by the SPU it is desirable to take advantage of this capability by buffering the data in the task segments. FIG. 5 illustrates one possible example, among others, of how such buffering might work. In this example, a large render event 501 has been divided into 8 segments of vertex data for processing on a cell processor. By way of example, and without limitation, an SPU 502 on the cell processor may do Quad buffering of the segments to allow for interleaved SPU task tasking and DMA transfers. The resulting vertex data that are output from the SPU 502 are double buffered in a graphics card memoiy 504 in one or more groups. Alternatively, ring buffering may be used on the graphics card memory 504.
Buffering of the render segments may proceed in the following order. As indicated at 1, Render segment 1 is loaded into buffer Al of the SPU local storage. This task data is processed and the resulting output is stored in buffer A2 of the SPU local storage as indicated at 2. While render segment 1 is being processed by the SPU 502, render segment 3 can be loaded into buffer Bl, e.g., by direct memory access (DMA) as indicated at 3. When the SPU 502 is finished processing render segment 1, the corresponding output is transferred to buffer A2 of the graphics card memory 504 as indicated at 4. While the output from segment 1 is being transferred, the SPU 502 can process render segment 2 and store the resulting output in buffer B2 as indicated at 5. While the SPU 502 processes render segment 2, render segment 3 can be transferred by DMA to buffer Al as indicated at 6. If the SPU 502 is finished processing render segment 2, it can transfer the resulting output to buffer B2 of the graphics card memory 504 as render segment 3 is being loaded into buffer Al . Once the graphics card memory 504 contains a full group, the group of vertex data can be passed on to the graphics processor 506, e.g., for pixel processing such as shading.
FIG. 5 shows how segments are buffered into and out of a single SPU. To take full advantage of the computational efficiency inherent in cell processors, it is desirable to process segments in parallel on multiple SPU. Such parallel processing is included within the scope of embodiments of the present invention. For example, the diagrams depicted in FIGs. 6A-6B illustrate how 3 SPUs that can do parallel processing of render event data organized into 4 Render Groups for 4 Parallel Jobs. The render groups are organized in the main memory 602 of a cell processor 600. The main memory 602 may further include a command list 604 that lists the various commands necessary for performing the render event. These commands include a render event setup command, render commands for each segment and kick render commands for each group, which may be implemented as discussed above. The memory 604 may further contain a notification board 606 of the type described above.
First, as shown in FIG. 6A Segments 1, 2 and 3 of Render Group 1 are DMA transferred by SPUl, SPU2 and SPU3 into their respective buffers Al as indicated by the dashed arrows. Then SPUl, SPU2 and SPU3 vertex process segments 1, 2 and 3 from buffer Al to Buffer A2 as indicated by the solid arrows at 603. In this process the segment data stored in buffer Al is processed and the resulting output is stored in buffer A2. While the vertex Tasking 603 is going on Segments 4, 5 and 6 of Render Group 2 are transferred by DMA to Bl SPU buffers as indicated by the dashed arrows at 605. At this point the notification board 606 may be represented as shown in Table III. TABLE III
Figure imgf000017_0001
In this example, the "working" status applies to any task segment that has been loaded into an SPU whether it is being processed by the SPU or not.
Once buffer Al, A2 tasking is done on SPUl, SPU2 and SPU3 the resulting output data can be sent to the Graphics Card by DMA as indicated by the solid arrows at 607 in FIG. 6B. If the Graphics Card's current buffer contains a completed group it can process the completed group, e.g., by doing pixel tasking and rendering of the group vertex data. For example, the SPU that finishes the last segment in group 1 passes the kick render group 1 command from the command list The SPUs can continue to do more Render Groups and DMA transfer data to the buffer B of the graphics processor 604. For example while tasking segments 4, 5, and 6 from Bl to B2 buffers, SPUl, SPU2 and SPU3 may respectively DMA transfer segments 7, 8 and 9 into their Al buffers as indicated by the dashed arrows at 609. When segments 4, 5 and 6 are finished processing the resulting outputs may be transferred to the Graphics Card's buffer B and process segments 6, 7 and 8. While SPUl, SPU2 and SPU3 process these segments, they may DMA transfer segments 10, 11 and 12 into their Bl buffers as indicated by the dashed arrows at 611. At this point the notification board 606 may be represented as shown in Table IV. TABLE IV
Figure imgf000018_0001
Note that in this example, the "who" column of the notification board retains the identity of the SPU that processed a segment after processing is complete.
Note also that for the sake of simplicity this example shows SPUs filling up Graphics Card buffers one SPU Task pass. In actual practice it might take several render groups to complete one Render Event.
In the foregoing discussions it has been stated that large events are divided into segments. The size of these segments depends partly on the event size and the available storage in an SPU. Part of the process of dividing a large event into segments involves determining the size and number of these segments. A numerical example is helpful to illustrate how this is done. By way of example and without limitations suppose that a "Processing Event" with a large amount of data pasted to the CELL Process and Data Manager to be processes has the following attributes/
1. SPU CTDM Loader Program occupies 16 kilobytes ( 16 * 1024 bytes).
2. The vertex process requires two SPU process programs each taking up 20 kilobytes.
3. The total amount of Data in the event is lMegaByte. (1 * 1024* 1024 bytes ) 4. Each individual input element is 32bytes ( this could be a vertex, just a set of xyz vectors, or something else all together )
5. Each individual output element is 48bytes ( this is the output vertex, just a set processed vector, or something else as well )
6. The size of SPU local store is 256 kilobytes (256* 1024 bytes)
In general, the process event will include other information, such as the memory location of the original data, the memory location of where the data needs to go and other "Process Event" specific data that needs to be kept associated with the output. Such information may be regarded as a black box of event-specific data. However, these have not been included in this example for the sake of simplicity.
The CTDM program evaluates the Process Event based on these arbitrary parameter constraints in the SPU. In this example, it is assumed that the SPU will use quad buffering, however the CTDM SPU memory configuration is flexible and could support a triple or ring buffer configuration as well as the quad buffering that is described here.
First, CTDM deteπnines the space taken up by the programs, which include 16K for CTDM SPU Loader +20K for Process Program 1 +2Ok Process Program 2 = (56L for Programs including the Loader.) Subtracting this 56K from the 256K local store leaves 200K available for buffers. Since there will be four buffers this leaves 200K/4 buffers = 50 K per buffer.
The CTDM program must ensure that the inputs and outputs of a segment will fit in a 50 K buffer. It is generally desirable to provide sufficient space for both input and output when the size of the output is larger than the size of the input data. In this case the output data cannot be written directly over the input data that is already in place. Also if there are interdependencies in the data where some parts of the data might be needed to complete the full calculation. Examples of such interdependencies occur, e.g., in spline-based surface generation or polygon-based subdivision surface calculation where all the vertex points can have an effect on every single output. In such cases the input data cannot be over written during the calculation. If there aren't any interdependencies and the input data is larger or the same size as the output only one buffer is needed that would server as both the input and output buffer. CTDM can handle this case as well.
By way of example, the CTDM may create segments of data based on the following calculation: SPUIOBufferSize = 51200 bytes; ( 50 * 1024bytes ) ( SPU Input + Output buffer size) InputElementSize = 32 bytes; ( Item 4 above; ) OutputElementSize = 48 bytes ; ( Item 5 above)
// Need to first find out how many full elements can fit into one buffer input + output.
NbrOfElementsPerSegment = SPUIOBufferSize /( InputElementSize + OutputElementSize)
NbrOfElementsPerSegment - 640;
Actual SegmentSize = NbrOfElementsPerSegment * (InputElementSize + OutputElementSize)
//In this case the actual size is the same size as the buffer, but most of the time this will not be the case
ActualSegmentSize = 50k (or 51200bytes) ;
NbrOfSegments = TotalDataSize /ActualSegmentSize;
NbrOβegments = l*1024bytes*1024bytes/ 51200bytes;
NbrOfSegments = 20; // this in an integer variable. The remainder is truncated
Il If there is a remainder then we need to add one more segment for the remainder to be processed. The following code determines if there is a remainder and adds one more segment for that remaining data.
if ( TotalDataSize % ActualSegmentSize ) //the % is called a modulus and is returns the remainder of an integer divide NbrOβegments = NbrOβegments + 1; NbrOβegments = 21;
It will take 21, ( actually( 20.48) ) segments of data given the configuration above of the SPU and the input and output data sizes by the CTDM to process the 1 megabyte of data dynamically on the SPU. Note though that the above calculation does not consider the grouping of the segments because it is basically not relevant to the SPU segment generation. The grouping comes as a second calculation given the output target's limitations. For instance there might be only a 256k buffer to put data in coming form the SPU. This calculation involves very similar math, but takes into account different parameters.
TargetDataSize = 256k; (256 * 1024bytes)
// to determine how many segments go in to a group we only need the output sizes because that is all that is going to the Target Ouput of the Graphics Card memory buffer for example.
NbrGroups = TargetDataSize / (NbrOfElementsPerSegment * OutputElementSize) ; (output elements size from item 5 above)
NbrGroups = 262144bytes / (640 * 48 bytes);
NbrGroups = 8: //remainder is truncated
Il As in the segment number calculation CTDM checks for a remainder and adds another group if needed:
if (TargetDataSize % (NbrOfElementsPerSegment*OutputElementSize)) NbrGroups = NbrGroups + J;
As can be seen from the above calculations, 9 groups of segments of data are required for the CTDM to process 1 megabyte of data dynamically on the SPU given the above SPU memory constraints and the input and output data sizes. The above- described process is referred to herein as the "Data Delegation" portion of the CTDM.
Those of skill in the art will recognize that many variations are possible on the embodiments set forth herein. For example different numbers of SPUs may be used or multiple groups of SPU and PPE may be used depending on the cell architecture. Furthermore, although the above discussion mentions vertex processing on a cell processor in conjunction with pixel processing on a graphics card, the embodiments of the invention are in no way limited to such applications. Those of skill in the art will be able to devise many other different applications of cell task and data management consistent with the teachings herein.
Also embodiments of CTDM don't necessarily have to reside on a PPU. Instead CTDM may be run in a special capacity on an SPE (referred to as a Data Management SPE). Such a configuration could potentially be more efficient in some cases as it would allow for the PPU to continue almost completely uninterrupted except for tasking the predetermined "Data Management SPE" with the overall processing Event. The PPU would not have to deal with delegation of processes into Segments and Groups for each SPE. The Data Management SPU could signal the PPU when the overall Processing Event is complete, including all segments and groups. The Data Management SPE could also update a completion key for that overall event allowing the PPU to check that key for completion at its leisure. These two possibilities would allow for efficient notification for both Processing Events with both large and small amounts of data associated with them. While the above is a complete description of the preferred embodiment of the present invention, it is possible to use various alternatives, modifications and equivalents. Therefore, the scope of the present invention should be determined not with reference to the above description but should, instead, be determined with reference to the appended claims, along with their full scope of equivalents. Any feature described herein, whether preferred or not, may be combined with any other feature described herein, whether preferred or not. In the claims that follow, the indefinite article "A", or "An" refers to a quantity of one or more of the item following the article, except where expressly stated otherwise. The appended claims are not to be interpreted as including means-plus-function limitations, unless such a limitation is explicitly recited in a given claim using the phrase "means for."

Claims

WHAT IS CLAIMED IS:
1. A method for cell processor task and data management, comprising the steps of: dividing a cell processor event into two or more segments, wherein the event requires more memory space than is available in a local storage of a synergistic processing element (SPE) of the cell processor, and wherein each segment has a segment size that is less than or the same as an amount of memory space available in the local storage; and processing the two or more segments with one or more SPE of the cell processor to produce two or more corresponding outputs.
2. The method of claim 1 wherein processing the two or more segments includes pulling one or more commands from a command list, wherein the command includes instructions processing one or more segments.
3. The method of claim 1 wherein processing the two or more segments includes quad buffering the segments and corresponding outputs.
4. The method of claim 1 wherein the segment size is less than or equal to a local store buffer size.
5. The method of claim 1 wherein dividing the cell processor event into two or more segments includes determining the segment size based on a local store buffer size, an event size an input element size and an output element size.
6. The method of claim 1 wherein dividing the cell processor event into two or more segments includes determining a number of segments into which to divide the processor event based on a total event size and the segment size.
7. The method of claim 1, further comprising associating the two or more outputs into one or more groups.
8. The method of claim 7 wherein each group requires an amount of memoiy that is less than or equal to a target data size associated with a subsequent process.
9. The method of claim 7 wherein associating the two or more outputs into one or more groups includes calculating a number of groups based on a number of elements per segment, an output element size and a target data size associated with a subsequent process.
10. The method of claim 7, further comprising using the groups as input for another processor.
11. The method of claim 10 wherein the other processor is a graphics card.
12. The method of claim 7 wherein processing the two or more segments includes checking a notification board to determine whether all the segments in a group have finished processing.
13. The method of claim 1 wherein the cell processor event is a vertex rendering event.
14. The method of claim 1, further comprising associating the two or more outputs into one or more groups, wherein each group is less than or equal to a target data size associated with a subsequent process.
15. The method of claim 14 wherein the subsequent process includes performing the process on a group of one or more segments stored in a first buffer while loading another group into a second buffer.
16. The method of claim 14 wherein the cell processor event is a vertex rendering event and the subsequent process is a pixel rendering event.
17. The method of claim 14 wherein the pixel rendering event includes a pixel shading process.
18. The method of claim 1 wherein processing the two or more segments with one or more SPE includes processing a first segment on a first SPE and processing a second segment on a second SPE.
19. The method of claim 1 further comprising associating the two or more outputs into one or more groups, wherein each group is less than or equal to a target data size associated with a subsequent process, wherein processing the two or more segments with one or more SPE includes processing each segment in a group with a different SPE.
20. The method of claim 1 wherein processing the two or more segments with one or more SPE includes loading a segment into a buffer and processing the segment while transferring another segment into and/or out of one or more other buffers.
21. A cell processor having a power processing unit (PPU), one or more synergistic processing engines (SPE) and a main memory coupled to the PPU and SPE, wherein each SPE includes a synergistic processing unit (SPU) and a local store, the main memory having embodied therein data and/or code representing an event that requires more memory space than is available in the local storage of an SPE, the cell processor being configured to execute processor readable instructions for implementing a task and data management method, the method comprising the steps of: dividing the event into two or more segments, wherein each segment has a segment size that is less than or the same as an amount of memory space available in the local storage; and processing the two or more segments with one or more SPE of the cell processor to produce two or more corresponding outputs.
22. The cell processor of claim 21 wherein dividing the cell processor event into two or more segments includes calculating the segment size based on a local store buffer size, an event size an input element size and an output element size.
23. The cell processor of claim 21 wherein dividing the cell processor event into two or more segments includes determining a number of segments into which to divide the processor event based on a total event size and the segment size.
24. The cell processor claim 21, further comprising a command list embodied in the main memory, the command list including one or more commands pertaining to the processing of each of the segments.
25. The cell processor of claim 24 wherein the one or more commands includes a kick command, wherein the kick command instructs another processor to begin processing a group containing the two or more corresponding outputs.
26. The cell processor of claim 25 wherein the subsequent processor is a graphics card.
27. The cell processor of claim 21 wherein one or more SPE are configured to load a segment into a buffer and processing the segment while transferring another segment into and/or out of one or more other buffers.
28. The cell processor of claim 21, further comprising a notification board embodied in the main memory, wherein the notification board stores information relating to a status of one or more of the segments.
29. The cell processor of claim 21 wherein the two or more outputs are associated into one or more groups, wherein each group is less than or equal to a target data size associated with a subsequent process, wherein processing the two or more segments with one or more SPE includes processing each segment in a group with a different SPE.
30. The cell processor of claim 21 wherein the event is a vertex rendering event.
31. The cell processor of claim 21 wherein the processor readable instructions for implementing a task and data management method are embodied in the local storage of a selected one of the SPEs, whereby the selected SPE acts as a Data Management SPE.
32. A cell processor-based system, comprising: a cell processor having a power processing unit (PPU), one or more synergistic processing engines (SPE) and a main memory coupled to the PPU and SPE, wherein each
SPE includes a synergistic processing unit (SPU) and a local store; an output processor coupled to the cell processor such that the output processor can process output produced by the cell processor; and a set of processor readable instructions in the main memory and/or local store of one or more SPE, the instructions being configured implement a task and data management method, the method comprising the steps of: dividing the event into two or more segments, wherein each segment has a segment size that is less than or the same as an amount of memory space available in the local storage; processing the two or more segments with one or more SPE of the cell processor to produce two or more corresponding outputs; transferring the two or more corresponding outputs to the output processor; and processing the two or more corresponding outputs with the output processor.
33. The system of claim 31 wherein dividing the cell processor event into two or more segments includes calculating the segment size based on a local store buffer size, an event size an input element size and an output element size.
34. The system of claim 31 wherein dividing the cell processor event into two or more segments includes determining a number of segments into which to divide the processor event based on a total event size and the segment size.
35. The system of claim 30 wherein the event is a vertex processing event.
36. The system of claim 30 wherein the output processor is a graphics card.
37. The system of claim 30 further comprising a command list embodied in the main memory, the command list including one or more commands pertaining to the processing of each of the segments.
38. The system of claim 36 wherein the one or more commands includes a kick command, wherein the kick command instructs the output processor to begin processing a group containing the two or more corresponding outputs.
39. The system of claim 31 wherein the two or more outputs are associated into a group that requires an amount of memory that is less than or equal to a target data size associated with a subsequent process executed by the output processor.
40. The system of claim 31 wherein the event is a vertex processing event, wherein processing the two or more segments includes performing a vertex transformation on vertex data, and wherein processing the two or more corresponding outputs with the output processor includes performing a pixel process on the two or more corresponding outputs.
41. The system of claim 39 wherein the pixel process is a shading process.
42. The system of claim 31 wherein processing the two or more segments with one or more SPE includes processing each segment in a group with a different SPE.
43. The system of claim 31, further comprising a notification board embodied in the main memory of the cell processor, wherein the notification board stores information relating to a status of one or more of the segments.
44. A processor readable medium having embodied therein a set of processor readable instructions for implementing a cell processor task and data management method, the method comprising: dividing a cell processor event into two or more segments, wherein the event requires more memory space than is available in a local storage of a synergistic processing element (SPE) of the cell processor, and wherein each segment has a segment size that is less than or the same as an amount of memory space available in the local storage; and processing the two or more segments with one or more SPE of the cell processor to produce two or more corresponding outputs.
45. A cell processor task and data management apparatus, comprising: means for dividing a cell processor event into two or more segments, wherein the event requires more memory space than is available in a local storage of a synergistic processing element (SPE) of the cell processor, and wherein each segment has a segment size that is less than or the same as an amount of memory space available in the local storage; and means for processing the two or more segments with one or more SPE of the cell processor to produce two or more corresponding outputs.
PCT/US2006/037336 2005-09-27 2006-09-25 Cell processor task and data management WO2007038456A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2008533494A JP2009510612A (en) 2005-09-27 2006-09-25 Task and data management in Cell processor
EP06815383A EP1934738A1 (en) 2005-09-27 2006-09-25 Cell processor task and data management

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/238,095 2005-09-27
US11/238,095 US7522168B2 (en) 2005-09-27 2005-09-27 Cell processor task and data management

Publications (1)

Publication Number Publication Date
WO2007038456A1 true WO2007038456A1 (en) 2007-04-05

Family

ID=37698133

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/037336 WO2007038456A1 (en) 2005-09-27 2006-09-25 Cell processor task and data management

Country Status (4)

Country Link
US (3) US7522168B2 (en)
EP (2) EP1934738A1 (en)
JP (2) JP2009510612A (en)
WO (1) WO2007038456A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011522325A (en) * 2008-05-30 2011-07-28 アドバンスト・マイクロ・ディバイシズ・インコーポレイテッド Local and global data sharing

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006027639A1 (en) * 2004-09-09 2006-03-16 Pirelli Tyre S.P.A. Method for allowing a control of a vehicle provided with at least two wheels in case of puncture of a tyre
US8037474B2 (en) * 2005-09-27 2011-10-11 Sony Computer Entertainment Inc. Task manager with stored task definition having pointer to a memory address containing required code data related to the task for execution
US7522168B2 (en) * 2005-09-27 2009-04-21 Sony Computer Entertainment Inc. Cell processor task and data management
US7734827B2 (en) * 2005-09-27 2010-06-08 Sony Computer Entertainment, Inc. Operation of cell processors
US7975269B2 (en) * 2005-09-27 2011-07-05 Sony Computer Entertainment Inc. Parallel processor methods and apparatus
US7506123B1 (en) * 2005-09-27 2009-03-17 Sony Computer Entertainment Inc. Method and system for performing memory copy function on a cell processor
US8141076B2 (en) * 2005-09-27 2012-03-20 Sony Computer Entertainment Inc. Cell processor methods and apparatus
US8316220B2 (en) * 2005-09-27 2012-11-20 Sony Computer Entertainment Inc. Operating processors over a network
US7472261B2 (en) * 2005-11-08 2008-12-30 International Business Machines Corporation Method for performing externally assisted calls in a heterogeneous processing complex
US8032675B2 (en) * 2005-12-28 2011-10-04 Intel Corporation Dynamic memory buffer allocation method and system
US8595747B2 (en) * 2005-12-29 2013-11-26 Sony Computer Entertainment Inc. Efficient task scheduling by assigning fixed registers to scheduler
US20070211070A1 (en) * 2006-03-13 2007-09-13 Sony Computer Entertainment Inc. Texture unit for multi processor environment
WO2007104158A1 (en) 2006-03-14 2007-09-20 Transgaming Technologies Inc. General purpose software parallel task engine
US7647483B2 (en) * 2007-02-20 2010-01-12 Sony Computer Entertainment Inc. Multi-threaded parallel processor methods and apparatus
GB0703974D0 (en) * 2007-03-01 2007-04-11 Sony Comp Entertainment Europe Entertainment device
US20080229007A1 (en) * 2007-03-15 2008-09-18 Bellows Mark D Enhancements to an XDR Memory Controller to Allow for Conversion to DDR2
US7934063B2 (en) * 2007-03-29 2011-04-26 International Business Machines Corporation Invoking externally assisted calls from an isolated environment
US8589943B2 (en) * 2007-08-15 2013-11-19 Sony Computer Entertainment Inc. Multi-threaded processing with reduced context switching
CN101373434B (en) * 2007-08-22 2012-01-25 国际商业机器公司 Method and system for rapidly loading and operating program mapping in multiprocessor system
CN101398803B (en) * 2007-09-28 2011-04-06 国际商业机器公司 Management data movement method and cell wideband engine processor using the method
WO2009089914A1 (en) * 2008-01-18 2009-07-23 Abb Technology Ab A control system for controlling an industrial robot
US8803897B2 (en) * 2009-09-03 2014-08-12 Advanced Micro Devices, Inc. Internal, processing-unit memory for general-purpose use
CN102576316B (en) * 2009-10-13 2014-05-07 蔡光贤 Unit cooperative processing apparatus, parallel cooperative processing apparatus and information processing methods thereof
US8275800B1 (en) * 2010-08-05 2012-09-25 Teradata Us, Inc. Splitting polygons with interior rings
US20130086315A1 (en) * 2011-10-04 2013-04-04 Moon J. Kim Direct memory access without main memory in a semiconductor storage device-based system
GB2504772A (en) 2012-08-10 2014-02-12 Ibm Coprocessor providing service address space for diagnostics collection
US10198674B2 (en) 2016-12-22 2019-02-05 Canon Kabushiki Kaisha Method, apparatus and system for rendering a graphical representation within limited memory
CN108920132B (en) * 2018-06-28 2019-08-23 魏代利 A kind of event construction method and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5794017A (en) * 1995-02-06 1998-08-11 International Business Machines Corporation Method and system of updating graphics memory in a graphics display system through multiple address transferring of pixel data
US20020138637A1 (en) * 2001-03-22 2002-09-26 Masakazu Suzuoki Computer architecture and software cells for broadband networks
WO2004084069A2 (en) * 2003-03-20 2004-09-30 Sony Computer Entertainment Inc. Load balancing and taskdistribution system

Family Cites Families (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3496551A (en) * 1967-07-13 1970-02-17 Ibm Task selection in a multi-processor computing system
US3596257A (en) 1969-09-17 1971-07-27 Burroughs Corp Method and apparatus for allocating small memory spaces to a computer program
US3796551A (en) * 1971-09-14 1974-03-12 Aluminum Co Of America Reaction chamber construction for the chlorination of alumina
US5047923A (en) 1987-08-21 1991-09-10 Siemens Aktiengesellschaft Modularly structured digital communication system for interconnecting terminal equipment and public networks
US5185694A (en) 1989-06-26 1993-02-09 Motorola, Inc. Data processing system utilizes block move instruction for burst transferring blocks of data entries where width of data blocks varies
US5136712A (en) 1989-06-29 1992-08-04 Digital Equipment Corporation Temporary object handling system and method in an object based computer operating system
EP0416767A3 (en) 1989-09-08 1992-04-29 Digital Equipment Corporation Position independent code location system
US5109512A (en) 1990-05-31 1992-04-28 International Business Machines Corporation Process for dispatching tasks among multiple information processors
US5452452A (en) * 1990-06-11 1995-09-19 Cray Research, Inc. System having integrated dispatcher for self scheduling processors to execute multiple types of processes
JP2809962B2 (en) * 1993-03-02 1998-10-15 株式会社東芝 Resource management method
JPH0764939A (en) * 1993-08-24 1995-03-10 Sony Corp Signal processor
US5528513A (en) 1993-11-04 1996-06-18 Digital Equipment Corp. Scheduling and admission control policy for a continuous media server
US5745778A (en) * 1994-01-26 1998-04-28 Data General Corporation Apparatus and method for improved CPU affinity in a multiprocessor system
US6728959B1 (en) 1995-08-08 2004-04-27 Novell, Inc. Method and apparatus for strong affinity multiprocessor scheduling
US5832262A (en) * 1995-09-14 1998-11-03 Lockheed Martin Corporation Realtime hardware scheduler utilizing processor message passing and queue management cells
US5978843A (en) * 1995-12-06 1999-11-02 Industrial Technology Research Institute Scalable architecture for media-on-demand servers
EP0888585A1 (en) 1996-03-19 1999-01-07 Massachusetts Institute Of Technology Computer system and computer implemented process for representing software system descriptions and for generating executable computer programs and computer system configurations from software system descriptions
US5826081A (en) 1996-05-06 1998-10-20 Sun Microsystems, Inc. Real time thread dispatcher for multiprocessor applications
JP3292976B2 (en) * 1996-07-22 2002-06-17 株式会社日立製作所 Multiprocessor drawing processor
US6144986A (en) 1997-03-27 2000-11-07 Cybersales, Inc. System for sorting in a multiprocessor environment
JPH10334054A (en) * 1997-05-29 1998-12-18 Hitachi Ltd Parallel image generation method and data dividing technique for parallel image generation
US6003112A (en) 1997-06-30 1999-12-14 Intel Corporation Memory controller and method for clearing or copying memory utilizing register files to store address information
JPH1165989A (en) * 1997-08-22 1999-03-09 Sony Computer Entertainment:Kk Information processor
US6295598B1 (en) 1998-06-30 2001-09-25 Src Computers, Inc. Split directory-based cache coherency technique for a multi-processor computer system
US6289369B1 (en) * 1998-08-25 2001-09-11 International Business Machines Corporation Affinity, locality, and load balancing in scheduling user program-level threads for execution by a computer system
US6665699B1 (en) * 1999-09-23 2003-12-16 Bull Hn Information Systems Inc. Method and data processing system providing processor affinity dispatching
JP2001118082A (en) * 1999-10-15 2001-04-27 Toshiba Corp Plotting arithmetic processor
GB2399919B (en) 1999-11-19 2004-11-10 Gen Dynamics Decisions Systems Separation kernel
US7058750B1 (en) 2000-05-10 2006-06-06 Intel Corporation Scalable distributed memory and I/O multiprocessor system
US7565651B1 (en) 2000-05-25 2009-07-21 Oracle International Corporation Parallel task scheduling system for computers
US6981260B2 (en) 2000-05-25 2005-12-27 International Business Machines Corporation Apparatus for minimizing lock contention in a multiple processor system with multiple run queues when determining the threads priorities
US20030154284A1 (en) 2000-05-31 2003-08-14 James Bernardin Distributed data propagator
JP2002014829A (en) * 2000-06-30 2002-01-18 Japan Research Institute Ltd Parallel processing control system, method for the same and medium having program for parallel processing control stored thereon
US6502170B2 (en) 2000-12-15 2002-12-31 Intel Corporation Memory-to-memory compare/exchange instructions to support non-blocking synchronization schemes
US6526491B2 (en) 2001-03-22 2003-02-25 Sony Corporation Entertainment Inc. Memory protection system and method for computer architecture for broadband networks
US6785756B2 (en) 2001-05-10 2004-08-31 Oracle International Corporation Methods and systems for multi-policy resource scheduling
CA2411294C (en) * 2001-11-06 2011-01-04 Everyware Solutions Inc. A method and system for access to automatically synchronized remote files
JP3942979B2 (en) * 2002-07-30 2007-07-11 大日本印刷株式会社 Parallel processing system, server, parallel processing method, program, and recording medium
US7089547B2 (en) * 2002-09-13 2006-08-08 International Business Machines Corporation Firmware updating
US7236738B2 (en) * 2003-08-01 2007-06-26 Pathfire, Inc. Multicast control systems and methods for dynamic, adaptive time, bandwidth,frequency, and satellite allocations
US7236998B2 (en) * 2003-09-25 2007-06-26 International Business Machines Corporation System and method for solving a large system of dense linear equations
US7478390B2 (en) 2003-09-25 2009-01-13 International Business Machines Corporation Task queue management of virtual devices using a plurality of processors
US7516456B2 (en) 2003-09-25 2009-04-07 International Business Machines Corporation Asymmetric heterogeneous multi-threaded operating system
US7496917B2 (en) * 2003-09-25 2009-02-24 International Business Machines Corporation Virtual devices using a pluarlity of processors
US7523157B2 (en) * 2003-09-25 2009-04-21 International Business Machines Corporation Managing a plurality of processors as devices
US7321958B2 (en) * 2003-10-30 2008-01-22 International Business Machines Corporation System and method for sharing memory by heterogeneous processors
US7614053B2 (en) * 2004-02-20 2009-11-03 Sony Computer Entertainment Inc. Methods and apparatus for task management in a multi-processor system
US7565653B2 (en) * 2004-02-20 2009-07-21 Sony Computer Entertainment Inc. Methods and apparatus for processor task migration in a multi-processor system
US7298377B2 (en) * 2004-06-24 2007-11-20 International Business Machines Corporation System and method for cache optimized data formatting
US7304646B2 (en) * 2004-08-19 2007-12-04 Sony Computer Entertainment Inc. Image data structure for direct memory access
US8037474B2 (en) 2005-09-27 2011-10-11 Sony Computer Entertainment Inc. Task manager with stored task definition having pointer to a memory address containing required code data related to the task for execution
US7522168B2 (en) 2005-09-27 2009-04-21 Sony Computer Entertainment Inc. Cell processor task and data management
US8316220B2 (en) 2005-09-27 2012-11-20 Sony Computer Entertainment Inc. Operating processors over a network
US7734827B2 (en) 2005-09-27 2010-06-08 Sony Computer Entertainment, Inc. Operation of cell processors
US8141076B2 (en) 2005-09-27 2012-03-20 Sony Computer Entertainment Inc. Cell processor methods and apparatus
US7975269B2 (en) 2005-09-27 2011-07-05 Sony Computer Entertainment Inc. Parallel processor methods and apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5794017A (en) * 1995-02-06 1998-08-11 International Business Machines Corporation Method and system of updating graphics memory in a graphics display system through multiple address transferring of pixel data
US20020138637A1 (en) * 2001-03-22 2002-09-26 Masakazu Suzuoki Computer architecture and software cells for broadband networks
WO2004084069A2 (en) * 2003-03-20 2004-09-30 Sony Computer Entertainment Inc. Load balancing and taskdistribution system

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
EICHENBERGER A E ET AL: "Optimizing Compiler for the CELL Processor", PARALLEL ARCHITECTURES AND COMPILATION TECHNIQUES, 2005. PACT 2005. 14TH INTERNATIONAL CONFERENCE ON ST. LOUIS, MO, USA 17-21 SEPT. 2005, PISCATAWAY, NJ, USA,IEEE, 17 September 2005 (2005-09-17), pages 161 - 172, XP010839873, ISBN: 0-7695-2429-X *
FLACHS B ET AL: "A streaming processing unit for a CELL processor", SOLID-STATE CIRCUITS CONFERENCE, 2005. DIGEST OF TECHNICAL PAPERS. ISSCC. 2005 IEEE INTERNATIONAL SAN FRANCISCO, CA, USA FEB. 6-10, 2005, PISCATAWAY, NJ, USA,IEEE, 6 February 2005 (2005-02-06), pages 134 - 135, XP002388255, ISBN: 0-7803-8904-2 *
HEIRICH ALAN: "Optimal automatic multi-pass shader partitioning by dynamic programming", EUROGRAPHICS/SIGGRAPH GRAPHICS HARDWARE WORKSHOP, XX, XX, 30 July 2005 (2005-07-30), pages 91 - 98, XP002414407 *
SCOTT WHITMAN: "DYNAMIC LOAD BALANCING FOR PARALLEL POLYGON RENDERING", IEEE COMPUTER GRAPHICS AND APPLICATIONS, IEEE SERVICE CENTER, NEW YORK, NY, US, vol. 14, no. 4, 1 July 1994 (1994-07-01), pages 41 - 48, XP000509479, ISSN: 0272-1716 *
SUBHLOK J ET AL: "Communication and memory requirements as the basis for mapping task and data parallel programs", SUPERCOMPUTING '94., PROCEEDINGS WASHINGTON, DC, USA 14-18 NOV. 1994, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, 14 November 1994 (1994-11-14), pages 330 - 339, XP010100493, ISBN: 0-8186-6605-6 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011522325A (en) * 2008-05-30 2011-07-28 アドバンスト・マイクロ・ディバイシズ・インコーポレイテッド Local and global data sharing
US9619428B2 (en) 2008-05-30 2017-04-11 Advanced Micro Devices, Inc. SIMD processing unit with local data share and access to a global data share of a GPU
US10140123B2 (en) 2008-05-30 2018-11-27 Advanced Micro Devices, Inc. SIMD processing lanes storing input pixel operand data in local register file for thread execution of image processing operations

Also Published As

Publication number Publication date
US20090147013A1 (en) 2009-06-11
US20100251245A1 (en) 2010-09-30
JP2012198902A (en) 2012-10-18
JP2009510612A (en) 2009-03-12
JP5668014B2 (en) 2015-02-12
EP2293191A3 (en) 2012-06-20
EP1934738A1 (en) 2008-06-25
EP2293191B1 (en) 2018-04-25
US7522168B2 (en) 2009-04-21
US7760206B2 (en) 2010-07-20
US8068109B2 (en) 2011-11-29
EP2293191A2 (en) 2011-03-09
US20070074221A1 (en) 2007-03-29

Similar Documents

Publication Publication Date Title
US7760206B2 (en) Processor task and data management
US10109099B2 (en) Method and apparatus for efficient use of graphics processing resources in a virtualized execution enviornment
US8639730B2 (en) GPU assisted garbage collection
US9606936B2 (en) Generalized control registers
US8171235B2 (en) Atomic compare and swap using dedicated processor
US8316220B2 (en) Operating processors over a network
JP5805675B2 (en) CPU support for garbage collection
JP4219369B2 (en) Method and apparatus for separating and managing stacks in a processor system
JP4346612B2 (en) Information processing method and apparatus
US8037271B2 (en) Method and system for performing memory copy function
KR100881810B1 (en) Methods and apparatus for address translation from an external device to a memory of a processor
KR20150051868A (en) A method and apparatus for supporting programmable software context state execution during hardware context restore flow
WO2012083012A1 (en) Device discovery and topology reporting in a combined cpu/gpu architecture system
US20120188259A1 (en) Mechanisms for Enabling Task Scheduling
US9329893B2 (en) Method for resuming an APD wavefront in which a subset of elements have faulted
US20130141446A1 (en) Method and Apparatus for Servicing Page Fault Exceptions
WO2013085794A1 (en) Method and apparatus for servicing page fault exceptions
US9147224B2 (en) Method for handling state transitions in a network of virtual processing nodes
US8976185B2 (en) Method for handling state transitions in a network of virtual processing nodes

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref document number: 2008533494

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2006815383

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2006815383

Country of ref document: EP