US20060221087A1 - Adaptive load balancing in a multi-processor graphics processing system - Google Patents
Adaptive load balancing in a multi-processor graphics processing system Download PDFInfo
- Publication number
- US20060221087A1 US20060221087A1 US11/376,587 US37658706A US2006221087A1 US 20060221087 A1 US20060221087 A1 US 20060221087A1 US 37658706 A US37658706 A US 37658706A US 2006221087 A1 US2006221087 A1 US 2006221087A1
- Authority
- US
- United States
- Prior art keywords
- graphics processors
- pair
- graphics
- gpu
- processors
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—3D [Three Dimensional] image rendering
- G06T15/005—General purpose rendering architectures
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G5/00—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
- G09G5/36—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
- G09G5/39—Control of the bit-mapped memory
- G09G5/393—Arrangements for updating the contents of the bit-mapped memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2210/00—Indexing scheme for image generation or computer graphics
- G06T2210/52—Parallel processing
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G2352/00—Parallel handling of streams of display data
Definitions
- the present invention relates generally to graphics processing subsystems with multiple processors and in particular to adaptive load balancing for such graphics processing subsystems.
- Graphics processing subsystems are designed to render realistic animated images in real time, e.g., at 30 or more frames per second. These subsystems are most often implemented on expansion cards that can be inserted into appropriately configured slots on a motherboard of a computer system and generally include one or more dedicated graphics processing units (GPUs) and dedicated graphics memory.
- the typical GPU is a highly complex integrated circuit device optimized to perform graphics computations (e.g., matrix transformations, scan-conversion and/or other rasterization techniques, texture blending, etc.) and write the results to the graphics memory.
- the GPU is a “slave” processor that operates in response to commands received from a driver program executing on a “master” processor, generally the central processing unit (CPU) of the system.
- CPU central processing unit
- GPUs To meet the demands for realism and speed, some GPUs include more transistors than typical CPUs.
- graphics memories have become quite large in order to improve speed by reducing traffic on the system bus; some graphics cards now include as much as 256 MB of memory. But despite these advances, a demand for even greater realism and faster rendering persists.
- each GPU is generally provided with its own dedicated memory area, including a display buffer to which the GPU writes pixel data it renders.
- each GPU may be instructed to render pixel data for a different portion of the displayable image, such as a number of lines of a raster-based display.
- the image is displayed by reading out the pixel data from each GPU's display buffer in an appropriate sequence.
- a graphics processing subsystem may use two GPUs to generate a displayable image consisting of M rows of pixel data; the first GPU can be instructed to render rows 1 through P, while the second GPU is instructed to render rows P+1 through M.
- frame coherence To preserve internal consistency of the displayed image (“frame coherence”), each GPU is prevented from rendering a subsequent frame until the other GPU has also finished the current frame so that both portions of the displayed image are updated in the same scanout pass.
- the display area (or screen) is partitioned in such a way that each GPU requires an equal amount of time to render its portion of the image. If the rendering times are unequal, a GPU that finishes its portion of the frame first will be idle, wasting valuable computational resources.
- simply partitioning the display area equally among the GPUs is not an optimal solution because the rendering complexity of different parts of an image can vary widely. For example, in a typical scene from a video game, the foreground characters and/or vehicles—which are often complex objects rendered from a large number of primitives—tend to appear near the bottom of the image, while the top portion of the image is often occupied by a relatively static background that can be rendered from relatively few primitives and texture maps.
- the GPU that renders the top half will generally complete its portion of the image, then wait for the other GPU to finish. To avoid this idle time, it would be desirable to divide the display area unequally, with the top portion being larger than the bottom portion. In general, the optimal division depends on the particular scene being rendered and may vary over time even within a single video game or other graphics application.
- the present invention provides systems and methods for balancing a load among multiple graphics processors that render different portions of a frame.
- a method for load balancing for graphics processors configured to operate in parallel.
- a display area is partitioned into at least a first portion to be rendered by a first one of the graphics processors and a second portion to be rendered by a second one of the graphics processors.
- the graphics processors are instructed to render a frame, wherein the first and second graphics processors perform rendering for the first and second portions of the display area, respectively.
- Feedback data for the frame is received from the first and second graphics processors, the feedback data reflecting respective rendering times for the first and second graphics processors. Based on the feedback data, it is determined whether an imbalance exists between respective loads of the first and second graphics processors.
- the display area is re-partitioned to increase a size of the one of the first and second portions of the display area that is rendered by the more heavily loaded one of the first and second graphics processors and to decrease a size of the other of the first and second portions of the display area.
- a method for load balancing for graphics processors configured to operate in parallel.
- a display area is partitioned into at least a first portion to be rendered by a first graphics processor and a second portion to be rendered by a second graphics processor.
- the graphics processors are instructed to render a number of frames, wherein the first and second graphics processors perform rendering for the first and second portions of the display area, respectively.
- Feedback data for each of the frames is received from the first and second graphics processors, the feedback data for each frame indicating which of the first and second graphics processors was last to finish rendering the frame. Based on the feedback data, it is determined whether an imbalance exists between respective loads of the first and second graphics processors.
- the display area is re-partitioned to increase a size of the one of the first and second portions of the display area that is rendered by the more heavily loaded one of the first and second graphics processors and to decrease a size of the other of the first and second portions of the display area.
- a storage location is associated with each one of the frames, and receiving the feedback data for each of the frames includes instructing the first graphics processor to store a first processor identifier in the associated one of the storage locations for each of the frames after rendering the first portion of the display area for that frame; and instructing the second graphics processor to store a second processor identifier different from the first processor identifier in the associated one of the storage locations for each of the frames after rendering the second portion of the display area for that frame.
- Each of the first and second identifiers may have a different numeric value and determination of whether an imbalance exists may include computing a load coefficient from the numeric values stored in the storage locations.
- the load coefficient may be, e.g., an average of the recorded numeric values that can be compared to an arithmetic mean of the numeric values of the processor identifiers in order to determine whether an imbalance exists.
- an amount by which the size of the first portion of the display area is reduced depends at least in part on a magnitude of the difference between the load coefficient and the arithmetic mean.
- the plurality of graphics processors further includes a third graphics processor.
- the display area may be partitioned into at least three bands including a first band that corresponds to the first portion of the display area, a second band that corresponds to the second portion of the display area, and a third band that corresponds to a third portion of the display area to be rendered by the third graphics processor, wherein the first band is adjacent to the second band and the second band is adjacent to the third band.
- Additional feedback data may be received for each of the frames, the additional feedback data indicating which of the second and third graphics processors was last to finish rendering the frame. Based on the feedback data, it may be determined whether an imbalance exists between respective loads of the second and third graphics processors.
- the display area may be re-partitioned to increase a size of the one of the second and third portions of the display area that is rendered by the more heavily loaded one of the second and third graphics processors and to decrease a size of the other of the second and third portions of the display area.
- a driver for a graphics processing subsystem having multiple graphics processors includes a command stream generator, an imbalance detecting module, and a partitioning module.
- the command stream generator is configured to generate a command stream for the graphics processors, the command stream including a set of rendering commands for a frame and an instruction to each of a first one and a second one of the graphics processors to transmit feedback data indicating that the respective processor has executed the set of rendering commands.
- the imbalance detecting module is configured to receive the feedback data transmitted by the first and second graphics processors and to determine from the feedback data whether an imbalance exists between respective loads of the first and second graphics processors.
- the partitioning module is configured to partition a display area into a plurality of portions, each portion to be rendered by a different one of the graphics processors, the plurality of portions including a first portion to be rendered by the first graphics processor and a second portion to be rendered by the second graphics processor.
- the partitioning module is further configured such that, in response to a determination by the imbalance detecting module that an imbalance exists, the partitioning module increases a size of the one of the first and second portions of the display area that is rendered by the more heavily loaded one of the first and second graphics processors and decreases a size of the other of the first and second portions of the display area.
- FIG. 1 is a simplified block diagram of a computer system according to an embodiment of the present invention
- FIG. 2 is an illustration of a display area showing spatial parallelism according to an embodiment of the present invention
- FIG. 3 is an illustration of a command stream according to an embodiment of the present invention.
- FIG. 4 is a flow diagram of a process for providing feedback data from a graphics processing unit according to an embodiment of the present invention
- FIG. 5 is a flow diagram of a process for balancing a load between two graphics processing units according to an embodiment of the present invention
- FIG. 6 is an illustration of a display area showing three-way spatial parallelism according to an embodiment of the present invention.
- FIG. 7 is an illustration of a pair of feedback arrays for three-way spatial parallelism according to an embodiment of the present invention.
- FIG. 8 is an illustration of a display area showing four-way spatial parallelism according to an embodiment of the present invention.
- FIG. 9 is a simplified block diagram of a multi-card graphics processing system according to an embodiment of the present invention.
- FIG. 10 is an illustration of command streams for a multi-card graphics processing system according to an embodiment of the present invention.
- the present invention provides systems and methods for balancing a load among multiple graphics processors that render different portions of a frame.
- load balancing is performed by determining whether one of two graphics processors finishes rendering a frame last more often than the other. If one of the processors finishes last more often, a portion of the processing burden (e.g., a number of lines of pixels to render) is shifted from that processor to the other processor. The comparison can be repeated and the load adjusted as often as desired.
- the technique of pairwise load comparisons and balancing can be extended to systems with any number of graphics processors.
- FIG. 1 is a block diagram of a computer system 100 according to an embodiment of the present invention.
- Computer system 100 includes a central processing unit (CPU) 102 and a system memory 104 communicating via a bus 106 .
- User input is received from one or more user input devices 108 (e.g., keyboard, mouse) coupled to bus 106 .
- Visual output is provided on a pixel based display device 10 (e.g., a conventional CRT or LCD based monitor) operating under control of a graphics processing subsystem 112 coupled to system bus 106 .
- a system disk 128 and other components, such as one or more removable storage devices 129 may also be coupled to system bus 106 .
- Graphics processing subsystem 112 is advantageously implemented using a printed circuit card adapted to be connected to an appropriate bus slot (e.g., PCI or AGP) on a motherboard of system 100 .
- graphics processing subsystem 112 includes two (or more) graphics processing units (GPUs) 14 a , 114 b , each of which is advantageously implemented as a separate integrated circuit device (e.g., programmable processor or application-specific integrated circuit (ASIC)).
- GPUs 114 a , 114 b are configured to perform various rendering functions in response to instructions (commands) received via system bus 106 .
- the rendering functions correspond to various steps in a graphics processing pipeline by which geometry data describing a scene is transformed to pixel data for displaying on display device 110 .
- These functions can include, for example, lighting transformations, coordinate transformations, scan-conversion of geometric primitives to rasterized data, shading computations, shadow rendering, texture blending, and so on.
- Numerous implementations of rendering functions are known in the art and may be implemented in GPUs 114 a , 114 b .
- GPUs 114 a , 114 b are advantageously configured identically so that any graphics processing instruction can be executed by either GPU with substantially identical results.
- Each GPU 114 a , 114 b has an associated graphics memory 116 a , 116 b , which may be implemented using one or more integrated-circuit memory devices of generally conventional design.
- Graphics memories 116 a , 116 b may contain various physical or logical subdivisions, such as display buffers 122 a , 122 b and command buffers 124 a , 124 b .
- Display buffers 122 a , 122 b store pixel data for an image (or for a part of an image) that is read by scanout control logic 120 and transmitted to display device 110 for display.
- This pixel data may be generated from scene data provided to GPUs 114 a , 114 b via system bus 106 or generated by various processes executing on CPU 102 and provided to display buffers 122 a , 122 b via system bus 106 .
- display buffers 122 a , 122 b can be double buffered so that while data for a first image is being read for display from a “front” buffer, data for a second image can be written to a “back” buffer without affecting the currently displayed image.
- Command buffers 124 a , 124 b are used to queue commands received via system bus 106 for execution by respective GPUs 114 a , 114 b , as described below.
- graphics memories 116 a , 116 b may be used to store data required by respective GPUs 114 a , 114 b (such as texture data, color lookup tables, etc.), executable program code for GPUs 114 a , 114 b , and so on.
- a memory interface 123 a , 123 b is also provided for controlling access to the respective graphics memory.
- Memory interfaces 123 a , 123 b can be integrated with respective GPUs 114 a , 114 b or with respective memories 116 a , 116 b , or they can be implemented as separate integrated circuit devices.
- all memory access requests originating from GPU 114 a are sent to memory interface 123 a . If the target address of the request corresponds to a location in memory 116 a , memory interface 123 a accesses the appropriate location; if not, then memory interface 123 a forwards the request to a bridge unit 130 , which is described below.
- Memory interface 123 a also receives all memory access requests targeting locations in memory 116 a ; these requests may originate from scanout control logic 120 , CPU 102 , or other system components, as well as from GPU 114 a or 114 b . Similarly, memory interface 123 b receives all memory access requests that originate from GPU 114 b or that target locations in memory 116 b.
- Bridge unit 130 is configured to manage communication between components of graphics processing subsystem 112 (including memory interfaces 123 a , 123 b ) and other components of system 100 .
- bridge unit 130 may receive all incoming data transfer requests from system bus 106 and distribute (or broadcast) the requests to one or more of memory interfaces 123 a , 123 b .
- Bridge unit 130 may also receive data transfer requests originating from components of graphics processing subsystem 112 (such as GPUs 114 a , 114 b ) that reference memory locations external to graphics processing subsystem 112 and transmit these requests via system bus 106 .
- bridge unit 130 facilitates access by either of GPUs 114 a , 114 b to the memory 116 b , 116 a associated with the other of GPUs 114 a , 114 b . Examples of implementations of bridge unit 130 are described in detail in the above-referenced co-pending application Ser. No. 10/643,072; a detailed description is omitted herein as not being critical to understanding the present invention.
- a graphics driver program (or other program) executing on CPU 102 delivers rendering commands and associated data for processing by GPUs 114 a , 114 b .
- CPU 102 communicates asynchronously with each of GPUs 114 a , 114 b using a command buffer, which may be implemented in any memory accessible to both the CPU 102 and the GPUs 114 a , 114 b .
- the command buffer is stored in system memory 104 and is accessible to GPUs 114 a , 114 b via direct memory access (DMA) transfers.
- DMA direct memory access
- each GPU 114 a , 114 b has a respective command buffer 124 a , 124 b in its memory 116 a , 116 b ; these command buffers are accessible to CPU 102 via DMA transfers.
- the command buffer stores a number of rendering commands and sets of rendering data.
- a rendering command may be associated with rendering data, with the rendering command defining a set of rendering operations to be performed by the GPU on the associated rendering data.
- the rendering data is stored in the command buffer adjacent to the associated rendering command.
- CPU 102 writes a command stream including rendering commands and data sets to the command buffer for each GPU 114 a , 114 b (e.g., command buffers 124 a , 124 b ).
- the same rendering commands and data are written to each GPU's command buffer (e.g., using a broadcast mode of bridge chip 130 ); in other embodiments, CPU 102 writes to each GPU's command buffer separately.
- the command stream may include tags or other parameters to indicate which of the GPUs should process a particular command.
- Each command buffer 124 a , 124 b is advantageously implemented as a first-in, first-out buffer (FIFO) that is written by CPU 102 and read by the respective one of GPUs 114 a , 114 b ; reading and writing can occur asynchronously.
- CPU 102 periodically writes new commands and data to each command buffer at a location determined by a “put” pointer, which CPU 102 increments after each write.
- each of GPUs 114 a , 114 b continuously reads and processes commands and data sets previously stored in its command buffer 124 a , 124 b ; each GPU 114 a , 114 b maintains a “get” pointer to identify the read location in its command buffer 124 a , 124 b , and the get pointer is incremented after each read.
- the GPUs are able to render images without incurring idle time waiting for CPU 102 .
- CPU 102 may write commands and data sets for frames several frames ahead of a frame being rendered by GPUs 114 a , 114 b.
- the command buffer may be of fixed size (e.g., 5 megabytes) and may be written and read in a wraparound fashion (e.g., after writing to the last location, CPU 102 may reset the “put” pointer to the first location).
- a more detailed description of embodiments of command buffers and techniques for writing commands and data to command buffers in a multi-chip graphics processing system is provided in the above-referenced co-pending application Ser. No. 10/639,893.
- Scanout control logic 120 reads pixel data for an image from frame buffers 122 a , 122 b and transfers the data to display device 110 to be displayed. Scanout can occur at a constant refresh rate (e.g., 80 Hz); the refresh rate can be a user selectable parameter and need not correspond to the rate at which new frames of image data are written to display buffers 122 a , 122 b .
- a constant refresh rate e.g. 80 Hz
- the refresh rate can be a user selectable parameter and need not correspond to the rate at which new frames of image data are written to display buffers 122 a , 122 b .
- Scanout control logic 120 may also perform other operations such as adjustment of color values, generating composite screen images by combining the pixel data in either of the display buffers 122 a , 122 b with data for a video or cursor overlay image or the like obtained from either of graphics memories 116 a , 116 b or another data source (not shown), digital to analog conversion, and so on.
- GPUs 114 a , 114 b are advantageously operated in parallel to increase the rate at which new frames of image data can be rendered.
- each GPU 114 a , 114 b generates pixel data for a different portion (e.g., a horizontal or vertical band) of each frame; scanout control logic 120 reads a first portion (e.g., the top portion) of the pixel data for a frame from display buffer 122 a and a second portion (e.g., the bottom portion) from display buffer 122 b .
- rendering commands and accompanying data may be written in parallel to both command buffers 124 a , 124 b (e.g., using a broadcast mode of bridge unit 130 ), but commands and/or data can also be selectively written to one or more of the command buffers (e.g., different parameters for a command that defines the viewable area might be written to the different command buffers so that each GPU renders the correct portion of the image).
- commands and/or data can also be selectively written to one or more of the command buffers (e.g., different parameters for a command that defines the viewable area might be written to the different command buffers so that each GPU renders the correct portion of the image).
- a display area 200 consists of M lines (horizontal rows) of pixel data. Lines 1 through P (corresponding to top portion 202 of display area 200 ) are rendered by GPU 114 a of FIG. 1 , while lines P+1 through M (corresponding to bottom portion 204 of display area 200 ) are rendered by GPU 114 b .
- each GPU 114 a , 114 b allocates a display buffer 122 a , 122 b in its local memory 116 a , 116 b that is large enough to store an entire frame (M lines) of data but only fills the lines it renders (lines 1 through P for GPU 114 a and lines P+1 through M for GPU 114 b ).
- scanout control logic 120 reads the first P lines from display buffer 122 a , then switches to display buffer 122 b to read lines P+1 through M.
- a “clip rectangle” is set for each GPU; for example, GPU 114 a may have a clip rectangle corresponding to top portion 202 of frame 200 while GPU 114 b has a clip rectangle corresponding to bottom portion 204 of frame 200 .
- each GPU provides feedback data to the graphics driver program (or another program executing on CPU 102 ).
- the feedback data provides information about the time taken by a particular GPU to render its portion of the image.
- the graphics driver program uses this feedback to dynamically balance the load among the GPUs by modifying the clip rectangle from time to time, e.g., by changing the dividing line to a different line P′, based on the relative loads on the two GPUs.
- FIG. 3 An example of a command stream 300 that may be written to either (or both) of command buffers 124 a , 124 b is shown in FIG. 3 .
- the stream starts with a “clip rectangle” (CR) command 302 , which defines the viewable area of the image.
- the clip rectangle for GPU 114 a may be defined to include lines 1 through P of display area 200 ( FIG. 2 ), while the clip rectangle for GPU 114 b includes lines P+1 through M.
- clip rectangle is to be understood as including any particular command or terminology associated with defining the visible portion of the image plane for a frame or image, or more specifically, the portion of the image plane that a particular GPU is instructed to render.
- the clip rectangle command is followed by one or more rendering commands 304 and associated rendering data for a frame F 0 .
- These commands and data may include, for instance, definitions of primitives and/or objects making up the scene, coordinate transformations, lighting transformations, shading commands, texture commands, and any other type of rendering commands and/or data, typically culminating in the writing of pixel data to display buffers 122 a , 122 b (and reading of that data by scanout control logic 120 ).
- WN write notifier
- the write notifier command instructs the GPU to write feedback data to system memory indicating that it has finished the frame F 0 .
- This feedback data can be read by the graphics driver program and used to balance the load among the GPUs. Specific embodiments of feedback data are described below.
- Write notifier command 306 is followed by rendering commands 308 and associated rendering data for the next frame F 1 , which in turn are followed by another write notifier command 310 , and so on. After some number (Q) of frames, there is a write notifier command 322 followed by a new clip rectangle command 324 . At this point, the clip rectangles for each GPU may be modified by the graphics driver program based on the feedback data received in response to the various write notifier commands (e.g., commands 306 , 310 ). For example, where the display area is divided as shown in FIG.
- the value of P may be modified (e.g., to P′) in response to feedback data: if the GPU that processes top portion 202 tends to finish its frames first, the value of P is increased, and if the GPU that processes bottom portion 204 tends to finish first, the value of P is decreased. Specific embodiments of re-partitioning a display area in response to feedback data are described below.
- the system described herein is illustrative and that variations and modifications are possible.
- any number of GPUs can be used, and multiple GPUs might share a memory.
- the memory interfaces described herein may be integrated with a GPU and/or a memory in a single integrated circuit device (chip) or implemented as separate chips.
- the bridge unit may be integrated with any of the memory interface and/or GPU chips, or may be implemented on a separate chip.
- the various memories can be implemented using one or more integrated circuit devices.
- Graphics processing subsystems can be implemented using various expansion card formats, including PCI, PCIX (PCI Express), AGP (Accelerated Graphics Port), and so on.
- a graphics processing subsystem may be mounted directly on a motherboard; for instance, one of the GPUs can be a motherboard-mounted graphics co-processor.
- Computer systems suitable for practicing the present invention may also include various other components, such as high-speed DMA (direct memory access) chips, and a single system may implement multiple bus protocols (e.g., PCI and AGP buses may both be present) with appropriate components provided for interconnecting the buses.
- One or more command buffers may be implemented in the main system memory rather than graphics subsystem memory, and commands may include an additional parameter indicating which GPU(s) is (are) to receive or process the command. While the present description may refer to asynchronous operation, those skilled in the art will recognize that the invention may also be implemented in systems where the CPU communicates synchronously with the GPUs.
- each GPU 114 a , 114 b is assigned an identifier that it stores in a designated location in its local memory 116 a , 116 b ; the identifier may also be stored in an on-chip register of each GPU 114 a , 114 b .
- GPU 114 a can be assigned an identifier “0” while GPU 114 b is assigned an identifier “1.”
- These identifiers which advantageously have numerical values, may be assigned, e.g., at system startup or application startup. As described below, the identifier may be used as feedback data for purposes of load balancing.
- FIG. 4 illustrates a process 400 for recording feedback data including the identifiers of the GPUs.
- the graphics driver program creates a feedback array (referred to herein as feedback[ 0 :B- 1 ]) of dimension B (e.g., 5, 10, 20, 50, etc.) in system main memory, and at step 404 , a frame counter k is initialized (e.g., to zero).
- the write notifier command following each frame k instructs the GPU to copy its identifier from its local memory to the location feedback[k] in system main memory, e.g., using a DMA block transfer operation (“Blit”) or any other operation by which a GPU can write data to system main memory.
- Blit DMA block transfer operation
- the first GPU to finish rendering frame k writes its identifier to the array location feedback[k].
- the second GPU to finish rendering the frame k writes its identifier to the array location feedback[k], overwriting the first GPU's identifier. It is to be understood that either GPU 114 a , 114 b might finish first, and that a GPU that is first to finish one frame first might be last to finish another frame.
- each GPU is instructed to write to the same location in system memory; as a result, the second GPU to finish frame k overwrites the identifier of the first GPU in array element feedback[k].
- the value stored in feedback[k] indicates which GPU was last to finish the frame k.
- the frame counter is incremented to the next frame, modulo B. This causes the feedback array to be overwritten in a circular fashion every B frames, so that the contents of the array generally reflect the last B frames that have been rendered.
- the frame counter value for each frame is provided with the write notification command to each GPU; in another embodiment, each GPU maintains its own frame counter and updates the frame counter after writing the identifier to the appropriate location in system memory in response to the write notifier command.
- Process 500 is a shown as a continuous loop in which the relative load on the GPUs is estimated from time to time by averaging values stored in the feedback array and the load is adjusted based on the estimate.
- there are two GPUs e.g., GPUs 114 a , 114 b of FIG. 1 ) operating in spatial parallelism and the display area is divided as shown in FIG. 2 .
- the GPU assigned to the top portion 202 of the display area has identifier “0” and is referred to herein as GPU- 0
- the GPU assigned to the bottom portion 204 has identifier “1” and is referred to herein as GPU- 1 .
- Load balancing is done by adjusting the clip rectangle for each GPU, determined in this example by the location of the boundary line P in FIG. 2 .
- a clip rectangle command is issued (e.g., placed in the command stream) for each GPU.
- the initial size of the portion of the display area allocated to each GPU is not critical, as the sizes will typically be changed from time to time to balance the load.
- the graphics driver determines whether it is time to balance the load between the GPUs.
- Various criteria may be used in this determination; for example, the graphics driver may balance the load after some number (Q) of frames, where Q might be, e.g., 1, 2, 5, 10, 20, etc. Q advantageously does not exceed the number of entries B in the feedback array, but Q need not be equal to B.
- load balancing may be performed at regular time intervals (e.g., once per second) or according to any other criteria. If it is not time to balance the load, process 500 waits (step 504 ), then checks the load balancing criteria again at step 502 .
- the graphics driver averages Q values from the feedback array at step 506 , thereby computing a load coefficient.
- Q is equal to B (the length of the feedback array), but other values may be chosen.
- the graphics driver and the GPUs may operate asynchronously with the CPU as described above, so that the graphics driver might not know whether the GPUs have finished a particular frame and the GPUs may be rendering a frame that is several frames earlier in the command stream than a current frame in the graphics driver.
- selecting Q to be equal to B provides an average over the B most recently rendered frames.
- a weighted average may be used, e.g., giving a larger weight to more recently-rendered frames.
- the load coefficient is used to determine whether an adjustment to the clip rectangles for the GPUs needs to be made. If the GPUs are equally loaded, the likelihood of either GPU finishing a frame first is about 50%, and the average value over a suitable number of frames (e.g., 20) will be about 0.5 if identifier values of 0 and 1 are used. An average value in excess of 0.5 indicates that GPU- 1 (which renders the bottom portion of the image) is more heavily loaded than GPU- 0 , and an average value below 0.5 indicates that GPU- 0 (which renders the top portion of the image) is more heavily loaded than GPU- 1 .
- step 510 it is determined whether the load coefficient exceeds a “high” threshold.
- the high threshold is preselected and may be exactly 0.5 or a somewhat higher value (e.g., 0.55 or 0.6). If the load coefficient exceeds the high threshold, then the loads are adjusted at step 512 by moving the boundary line P in FIG. 2 down by a preset amount (e.g., one line, five lines, ten lines). This reduces the fraction of the display area that is rendered by GPU- 1 , which will tend to reduce the load on GPU- 1 and increase the load on GPU- 0 . Otherwise, at step 514 , it is determined whether the load coefficient is less than a “low” threshold.
- the low threshold is predefined and may be exactly 0.5 or a somewhat lower value (e.g., 0.45 or 0.4). If the load coefficient is below the low threshold, then the loads are adjusted at step 516 by moving the boundary line P in FIG. 2 up by a preset amount (e.g., one line, five lines, ten lines). At step 518 , if the load coefficient is neither above the high threshold nor below the low threshold, the load is considered balanced, and the boundary line P is left unchanged.
- a preset amount e.g., one line, five lines, ten lines
- a new clip rectangle command is issued for each GPU (step 522 ) and the process returns to step 504 to wait until it is time to balance the load again.
- a new clip rectangle command is issued at step 522 only if the boundary line changes.
- a message may be sent to the scanout control logic so that the appropriate display buffer is selected to provide each line of pixel data (e.g., by modifying one or more scanout parameters related to selection of display buffers). Changes in the parameters of the scanout control logic are advantageously synchronized with rendering of the frame in which the new clip rectangle takes effect; accordingly, in some embodiments, the clip rectangle command may also update the scanout parameters in order to display the next rendered frame correctly.
- GPU 114 a when the boundary line is shifted to balance the load, it may be useful to transfer data from one display buffer to another. For example, in FIG. 2 , suppose that just after GPUs 114 a , 114 b have finished rendering a current frame, the value of P is changed to a larger value P′, increasing the number of lines that GPU 114 a will render for the next frame. GPU 114 a may need access to data for some or all of lines P+1 through P′ of the current frame in order to correctly process the next frame. In one embodiment, GPU 114 a can obtain the data by a DMA transfer from the portion of display buffer 122 b that has the data for lines P+1 through P′.
- More frequent balancing may reduce GPU idle time, while less frequent balancing tends to reduce any overhead (such as data transfers between the memories of different GPUs) associated with changing clip rectangles.
- the identifiers for different GPUs may have any value.
- the high threshold and low threshold may have any values, and the two threshold values may be equal (e.g., both equal to 0.5), so long as the high threshold is not less than the low threshold.
- Both thresholds are advantageously set to values near or equal to the arithmetic mean of the two identifiers; an optimal selection of thresholds in a particular system may be affected by considerations such as the frequency of load rebalancing and any overhead associated with changing the clip rectangles assigned to each GPU.
- the threshold comparison is advantageously defined such that there is some condition for which the load is considered balanced (e.g., if the average is exactly equal to the arithmetic mean).
- the feedback array Prior to rendering images or writing any feedback data, the feedback array may be initialized, e.g., by randomly selecting either of the GPU identifiers for each entry or by filling alternating entries with different identifiers. Such initialization reduces the likelihood of a spurious imbalance being detected in the event that checking the load balance occurs before the GPUs have written values to all of the entries that are being used to determine the load coefficient.
- the amount by which the partition changes may depend on the magnitude of the difference between the load coefficient and the arithmetic mean. For example, if the load coefficient is greater than 0.5 but less than 0.6, a downward shift of four lines might be used, while for a load coefficient greater than 0.6, a shift of eight lines might be used; similar shifts in the opposite direction can be implemented for load coefficients below the arithmetic mean.
- the difference in size of the two clip rectangles is limited to ensure that each GPU is always rendering at least a minimum portion (e.g., 10% or 25%) of the display area.
- different feedback data may be used instead of or in addition to the GPU identifiers described above.
- each GPU may write to a corresponding entry of a different feedback array, and the feedback data may include timing information, e.g., a timestamp indicating when each GPU finished a particular frame.
- the graphics driver is configured to use the timing information to determine whether one GPU is consistently using more time per frame than another and adjust the clip rectangles accordingly to balance the load.
- timestamps might not accurately reflect the performance of the GPUs; in addition, determining relative loads from sequences of timestamps for each GPU generally requires more computational steps than simply computing a load coefficient as described above. Nevertheless, it is to be understood that embodiments of the invention may include timing information in the feedback data instead of or in addition to GPU identifiers.
- Multi-processor graphics processing systems may include more than two GPUs, and processes 400 and 500 may be adapted for use in such systems.
- one embodiment of the present invention provides three GPUs, with each GPU being assigned a different horizontal band of the display area, as shown in FIG. 6 .
- An M-line display area 600 is partitioned into a top portion 602 that includes lines 1 through K, a middle portion 604 that includes lines K+1 through L, and a bottom portion 606 that includes lines L+1 through M.
- Data for top portion 602 is generated by a GPU 614 a having an identifier value of “0” (referred to herein as GPU- 0 ); data for middle portion 604 is generated by a GPU 614 b having an identifier value of “1” (referred to herein as GPU- 1 ); and data for bottom portion 606 is generated by a GPU 614 c having an identifier value of “2” (referred to herein as GPU- 2 ).
- Load balancing is achieved by adjusting the values of K and L.
- the command stream for each GPU is similar to that of FIG. 3 , but two feedback arrays of dimension B (referred to herein as feedback 01 [ 0 :B- 1 ] and feedback 12 [ 0 :B- 1 ]) are provided, as shown in FIG. 7 .
- GPU- 0 writes its identifier value to a location in the feedback 01 array 702 (writing is indicated by arrows in FIG. 7 )
- GPU- 1 writes its identifier value to respective locations in both the feedback 01 and feedback 12 arrays 702 , 704
- GPU- 2 writes its identifier value to a location in the feedback 12 array 704 .
- an average value of the feedback 01 array reflects the relative loads on GPU- 0 and GPU- 1
- an average value of the feedback 12 array reflects the relative loads on GPU- 1 and GPU- 2 .
- the graphics driver adjusts the value of K based on a load coefficient determined from the feedback 01 array, e.g., in accordance with process 500 of FIG. 5 described above (with balance occurring when the load coefficient is 0.5), and adjusts the value of L based on a load coefficient determined from the feedback 12 array, e.g., in accordance with process 500 (with balance occurring when the load coefficient is 1.5). While the relative loads of GPU- 0 and GPU- 2 are not directly compared, over time all three loads will tend to become approximately equal.
- this load-balancing technique may be further extended to systems with any number of GPUs.
- the display area can be divided into any number of horizontal bands, with each band being assigned to a different GPU.
- the number of feedback arrays is generally one less than the number of GPUs.
- vertical bands may be used.
- the identifier of a particular GPU need not be unique across all GPUs, as long as the two GPUs that write to each feedback array have identifiers that are different from each other. For example, in the embodiment shown in FIG. 6 , GPUs 614 a and 614 c might both be assigned identifier “0.” This would not create ambiguity because, as FIG. 7 shows, these GPUs do not write their identifiers to the same feedback array.
- FIG. 8 shows a display area 800 consisting of M lines, each containing N pixels, that is divided into four sections 801 - 804 . Sections 801 - 804 are rendered, respectively, by four GPUs 814 a - 814 d as indicated by arrows. Each GPU 814 a - 814 d is assigned a different identifier value (0, 1, 2, 3).
- GPU- 0 ( 814 a ) and GPU- 1 ( 814 b ) write their identifiers to a first feedback array feedback 01 while GPU- 2 ( 814 c ) and GPU- 3 ( 814 d ) write their identifiers to a second feedback array feedback 23 .
- the boundary line K that divides sections 801 and 802 is adjusted based on the average value of entries in the feedback 01 array, while the boundary line L that divides sections 803 and 804 is adjusted based on the average value of entries in the feedback 23 array.
- the vertical boundary line J might also be adjustable.
- GPU- 0 and GPU- 1 could each be assigned a secondary (column) identifier value of “0” while GPU- 2 and GPU- 3 are each assigned a secondary identifier with a value of “1.”
- a third feedback array feedbackC may be provided, with each GPU writing its secondary identifier to the feedbackC array in addition to writing its primary identifier to the appropriate one of the feedback 01 and feedback 23 arrays.
- the vertical boundary line J can then be adjusted based on the average value of entries in the feedbackC array.
- the primary identifier (which has values 0-3) can be associated with the vertical division while the secondary identifier (which has values 0 and 1) is associated with the horizontal division.
- multi-card graphics processing subsystem in which different GPUs reside on different expansion cards connected by a high-speed bus, such as a PCIX (64-bit PCI Express) bus or a 3GIO (third-generation input/output) bus presently being developed.
- a multi-card system 900 An example of a multi-card system 900 is shown in FIG. 9 .
- Two graphics cards 912 a , 912 b are interconnected by a high-speed bus 908 ; it is to be understood that any number of cards may be included and that high-speed bus 908 generally also connects to other elements of a computer system (e.g., various components of system 100 as shown in FIG. 1 ).
- Each graphics card has a respective GPU 914 a , 914 b and a respective graphics memory 916 a , 916 b that includes a display buffer 922 a , 922 b .
- Card 912 a has scanout control logic 920 that provides pixel data from display buffer 922 a to a display device 910 .
- Card 912 b may also include scanout control logic circuitry, but in this example, card 912 b is not connected to a display device and any scanout control logic present in card 912 b may be disabled.
- each GPU 914 a , 914 b rendering a portion of each frame to its display buffer 922 a , 922 b .
- pixel data from display buffer 922 b is transferred (e.g., using a conventional block transfer, or Blit, operation) via bus 908 to display buffer 922 a , from which it is read by scanout control logic 920 .
- FIG. 10 shows respective command streams 1000 a , 1000 b for GPUs 914 a , 914 b , which are generally similar to command stream 300 of FIG. 3 .
- Each command stream begins with a clip rectangle command (CR) 1002 a , 1002 b , followed by rendering commands 1004 a , 1004 b for a frame F 0 .
- CR clip rectangle command
- rendering commands 1004 a , 1004 b for a frame F 0 .
- different clip rectangle boundaries are provided for each GPU 914 a , 914 b so that each renders a different portion of the frame; the rendering commands to each GPU may be identical or different as appropriate for a particular embodiment.
- pixel data from display buffer 922 b is transferred to display buffer 922 a prior to scanout.
- the rendering commands 1004 b are followed by a Blit command 1006 that instructs GPU 914 b to transfer pixel data from local display buffer 922 b to display buffer 922 a on card 912 a so that it can be scanned out.
- a Blit command is not required in command stream 1000 a , so the rendering commands 1004 a for GPU 914 a are followed by a “no-op” 1005 .
- the no-op may be, e.g., a command that simply delays execution of a following command (such commands are known in the art), no command, or a command instructing GPU 914 a to ignore a Blit command that appears in its command stream.
- a write notifier command 1008 a for frame F 0 follows the no-op command 1005 in command stream 1000 a , and a corresponding write notifier command 1008 b follows Blit command 1006 .
- the write notifier commands 1008 a , 1008 b may be implemented similarly to the write notifier commands described above with reference to process 400 of FIG. 4 .
- a load balancing process such as process 500 of FIG. 5 may be used to balance the load.
- the time required for the Blit operations is accounted for in the load balancing process because the write notifier command 1008 b for a frame F 0 is not executed by GPU 914 b until after the Blit operation for the frame F 0 is executed.
- the rendering time for GPU 914 a is balanced against the rendering time plus the Blit time for GPU 914 b.
- a performance advantage can be gained by assigning GPU 914 a to process the background region of the scene and assigning GPU 914 b to process the foreground region. For example, in FIG. 2 , suppose that the foreground appears toward the bottom of display area 200 . In that case, GPU 914 a would be assigned to render top region 202 while GPU 914 b would be assigned to render bottom region 204 . The higher complexity of the foreground (bottom) region tends to increase the rendering time of GPU 914 b .
- the load-balancing processes described herein will tend to move the boundary line P toward the bottom of the display area. This decreases the number of lines of data included in bottom region 204 , which reduces the amount of data that needs to be transferred to display buffer 922 a by the Blit command 1006 . As a result, more of the processing capacity of GPU 914 b may be used for computations rather than data transfers, resulting in a net efficiency gain.
- any number of GPUs may be included on a graphics card, and any number of cards may be provided; e.g., a four-GPU subsystem might be implemented using two cards with two GPUs each, or a three-GPU subsystem might include a first card with one GPU and a second card with two GPUs.
- One or more of the GPUs may be a motherboard-mounted graphics co-processor.
- Rendering of a display frame may be divided among the GPUs in horizontal bands and/or vertical bands.
- vertical bands may result in more uniform sizes of the regions rendered by different GPUs (since image complexity usually varies less from left to right than from top to bottom), while use of horizontal bands may simplify the scanout operation in a horizontal row-oriented display device (since only one GPU's display buffer would be accessed to read a particular row of pixels).
- a frame may be partitioned among the GPUs along both horizontal and vertical boundaries, and load balancing may be performed along either or both boundaries as described above.
- Embodiments of the invention may be implemented using special-purpose hardware, software executing on general-purpose or special-purpose processors, or any combination thereof.
- the embodiments have been described in terms of functional blocks that might or might not correspond to separate integrated circuit devices in a particular implementation.
- the present disclosure may refer to a general-purpose computing system, those of ordinary skill in the art with access to the present disclosure will recognize that the invention may be employed in a variety of other embodiments, including special-purpose computing systems such as video game consoles or any other computing system that provides graphics processing capability with multiple graphics processors.
- Computer programs embodying various features of the present invention may be encoded on computer-readable media for storage and/or transmission; suitable media include magnetic disk or tape, optical storage media such as compact disk (CD) or DVD (digital video disk), flash memory, and carrier signals for transmission via wired, optical, and/or wireless networks conforming to a variety of protocols, including the Internet.
- Computer-readable media encoded with the program code may be packaged with a compatible device such as a multi-processor graphics card or provided separately from other devices (e.g., via Internet download).
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computer Graphics (AREA)
- Image Generation (AREA)
- Controls And Circuits For Display Device (AREA)
- Image Processing (AREA)
Abstract
Systems and methods for balancing a load among multiple graphics processors that render different portions of a frame. A display area is partitioned into portions for each of two (or more) graphics processors. The graphics processors render their respective portions of a frame and return feedback data indicating completion of the rendering. Based on the feedback data, an imbalance can be detected between respective loads of two of the graphics processors. In the event that an imbalance exists, the display area is re-partitioned to increase a size of the portion assigned to the less heavily loaded processor and to decrease a size of the portion assigned to the more heavily loaded processor.
Description
- This application is a continuation of U.S. patent application Ser. No. 10/642,905, filed Aug. 18, 2003, which disclosure is incorporated herein by reference for all purposes.
- The present disclosure is related to the following commonly assigned co pending U.S. Patent Applications: application Ser. No. 10/643,072, filed on the same date as the present application, entitled “Private Addressing in a Multi Processor Graphics Processing System” and application Ser. No. 10/639,893, filed Aug. 12, 2003, entitled “Programming Multiple Chips from a Command Buffer,” the respective disclosures of which are incorporated herein by reference for all purposes.
- The present invention relates generally to graphics processing subsystems with multiple processors and in particular to adaptive load balancing for such graphics processing subsystems.
- Graphics processing subsystems are designed to render realistic animated images in real time, e.g., at 30 or more frames per second. These subsystems are most often implemented on expansion cards that can be inserted into appropriately configured slots on a motherboard of a computer system and generally include one or more dedicated graphics processing units (GPUs) and dedicated graphics memory. The typical GPU is a highly complex integrated circuit device optimized to perform graphics computations (e.g., matrix transformations, scan-conversion and/or other rasterization techniques, texture blending, etc.) and write the results to the graphics memory. The GPU is a “slave” processor that operates in response to commands received from a driver program executing on a “master” processor, generally the central processing unit (CPU) of the system.
- To meet the demands for realism and speed, some GPUs include more transistors than typical CPUs. In addition, graphics memories have become quite large in order to improve speed by reducing traffic on the system bus; some graphics cards now include as much as 256 MB of memory. But despite these advances, a demand for even greater realism and faster rendering persists.
- As one approach to meeting this demand, some manufacturers have begun to develop “multi-chip” graphics processing subsystems in which two or more GPUs, usually on the same card, operate in parallel. Parallel operation substantially increases the number of rendering operations that can be carried out per second without requiring significant advances in GPU design. To minimize resource conflicts between the GPUs, each GPU is generally provided with its own dedicated memory area, including a display buffer to which the GPU writes pixel data it renders.
- In a multi-chip system, the processing burden may be divided among the GPUs in various ways. For example, each GPU may be instructed to render pixel data for a different portion of the displayable image, such as a number of lines of a raster-based display. The image is displayed by reading out the pixel data from each GPU's display buffer in an appropriate sequence. As a more concrete example, a graphics processing subsystem may use two GPUs to generate a displayable image consisting of M rows of pixel data; the first GPU can be instructed to render
rows 1 through P, while the second GPU is instructed to render rows P+1 through M. To preserve internal consistency of the displayed image (“frame coherence”), each GPU is prevented from rendering a subsequent frame until the other GPU has also finished the current frame so that both portions of the displayed image are updated in the same scanout pass. - Ideally, the display area (or screen) is partitioned in such a way that each GPU requires an equal amount of time to render its portion of the image. If the rendering times are unequal, a GPU that finishes its portion of the frame first will be idle, wasting valuable computational resources. In general, simply partitioning the display area equally among the GPUs is not an optimal solution because the rendering complexity of different parts of an image can vary widely. For example, in a typical scene from a video game, the foreground characters and/or vehicles—which are often complex objects rendered from a large number of primitives—tend to appear near the bottom of the image, while the top portion of the image is often occupied by a relatively static background that can be rendered from relatively few primitives and texture maps. When such an image is split into top and bottom halves, the GPU that renders the top half will generally complete its portion of the image, then wait for the other GPU to finish. To avoid this idle time, it would be desirable to divide the display area unequally, with the top portion being larger than the bottom portion. In general, the optimal division depends on the particular scene being rendered and may vary over time even within a single video game or other graphics application.
- It would, therefore, be desirable to provide a mechanism whereby the processing load on each GPU can be monitored and the division of the display area among the GPUs can be dynamically adjusted to balance the loads.
- The present invention provides systems and methods for balancing a load among multiple graphics processors that render different portions of a frame.
- According to one aspect of the invention, a method is provided for load balancing for graphics processors configured to operate in parallel. A display area is partitioned into at least a first portion to be rendered by a first one of the graphics processors and a second portion to be rendered by a second one of the graphics processors. The graphics processors are instructed to render a frame, wherein the first and second graphics processors perform rendering for the first and second portions of the display area, respectively. Feedback data for the frame is received from the first and second graphics processors, the feedback data reflecting respective rendering times for the first and second graphics processors. Based on the feedback data, it is determined whether an imbalance exists between respective loads of the first and second graphics processors. In the event that an imbalance exists, based on the feedback data, the one of the first and second graphics processors that is more heavily loaded is identified; the display area is re-partitioned to increase a size of the one of the first and second portions of the display area that is rendered by the more heavily loaded one of the first and second graphics processors and to decrease a size of the other of the first and second portions of the display area.
- According to another aspect of the invention, a method is provided for load balancing for graphics processors configured to operate in parallel. A display area is partitioned into at least a first portion to be rendered by a first graphics processor and a second portion to be rendered by a second graphics processor. The graphics processors are instructed to render a number of frames, wherein the first and second graphics processors perform rendering for the first and second portions of the display area, respectively. Feedback data for each of the frames is received from the first and second graphics processors, the feedback data for each frame indicating which of the first and second graphics processors was last to finish rendering the frame. Based on the feedback data, it is determined whether an imbalance exists between respective loads of the first and second graphics processors. In the event that an imbalance exists, based on the feedback data, the one of the first and second graphics processors that is more heavily loaded is identified; the display area is re-partitioned to increase a size of the one of the first and second portions of the display area that is rendered by the more heavily loaded one of the first and second graphics processors and to decrease a size of the other of the first and second portions of the display area.
- In some embodiments, a storage location is associated with each one of the frames, and receiving the feedback data for each of the frames includes instructing the first graphics processor to store a first processor identifier in the associated one of the storage locations for each of the frames after rendering the first portion of the display area for that frame; and instructing the second graphics processor to store a second processor identifier different from the first processor identifier in the associated one of the storage locations for each of the frames after rendering the second portion of the display area for that frame. Each of the first and second identifiers may have a different numeric value and determination of whether an imbalance exists may include computing a load coefficient from the numeric values stored in the storage locations. The load coefficient may be, e.g., an average of the recorded numeric values that can be compared to an arithmetic mean of the numeric values of the processor identifiers in order to determine whether an imbalance exists.
- In some embodiments, during the act of re-partitioning, an amount by which the size of the first portion of the display area is reduced depends at least in part on a magnitude of the difference between the load coefficient and the arithmetic mean.
- In some embodiments, the plurality of graphics processors further includes a third graphics processor. During the act of partitioning, the display area may be partitioned into at least three bands including a first band that corresponds to the first portion of the display area, a second band that corresponds to the second portion of the display area, and a third band that corresponds to a third portion of the display area to be rendered by the third graphics processor, wherein the first band is adjacent to the second band and the second band is adjacent to the third band. Additional feedback data may be received for each of the frames, the additional feedback data indicating which of the second and third graphics processors was last to finish rendering the frame. Based on the feedback data, it may be determined whether an imbalance exists between respective loads of the second and third graphics processors. In the event that an imbalance exists, it may be determined which of the second and third graphics processors is more heavily loaded, and the display area may be re-partitioned to increase a size of the one of the second and third portions of the display area that is rendered by the more heavily loaded one of the second and third graphics processors and to decrease a size of the other of the second and third portions of the display area.
- According to yet another aspect of the invention, a driver for a graphics processing subsystem having multiple graphics processors includes a command stream generator, an imbalance detecting module, and a partitioning module. The command stream generator is configured to generate a command stream for the graphics processors, the command stream including a set of rendering commands for a frame and an instruction to each of a first one and a second one of the graphics processors to transmit feedback data indicating that the respective processor has executed the set of rendering commands. The imbalance detecting module is configured to receive the feedback data transmitted by the first and second graphics processors and to determine from the feedback data whether an imbalance exists between respective loads of the first and second graphics processors. The partitioning module is configured to partition a display area into a plurality of portions, each portion to be rendered by a different one of the graphics processors, the plurality of portions including a first portion to be rendered by the first graphics processor and a second portion to be rendered by the second graphics processor. The partitioning module is further configured such that, in response to a determination by the imbalance detecting module that an imbalance exists, the partitioning module increases a size of the one of the first and second portions of the display area that is rendered by the more heavily loaded one of the first and second graphics processors and decreases a size of the other of the first and second portions of the display area.
- The following detailed description together with the accompanying drawings will provide a better understanding of the nature and advantages of the present invention.
-
FIG. 1 is a simplified block diagram of a computer system according to an embodiment of the present invention; -
FIG. 2 is an illustration of a display area showing spatial parallelism according to an embodiment of the present invention; -
FIG. 3 is an illustration of a command stream according to an embodiment of the present invention; -
FIG. 4 is a flow diagram of a process for providing feedback data from a graphics processing unit according to an embodiment of the present invention; -
FIG. 5 is a flow diagram of a process for balancing a load between two graphics processing units according to an embodiment of the present invention; -
FIG. 6 is an illustration of a display area showing three-way spatial parallelism according to an embodiment of the present invention; -
FIG. 7 is an illustration of a pair of feedback arrays for three-way spatial parallelism according to an embodiment of the present invention; -
FIG. 8 is an illustration of a display area showing four-way spatial parallelism according to an embodiment of the present invention; -
FIG. 9 is a simplified block diagram of a multi-card graphics processing system according to an embodiment of the present invention; and -
FIG. 10 is an illustration of command streams for a multi-card graphics processing system according to an embodiment of the present invention. - The present invention provides systems and methods for balancing a load among multiple graphics processors that render different portions of a frame. In some embodiments, load balancing is performed by determining whether one of two graphics processors finishes rendering a frame last more often than the other. If one of the processors finishes last more often, a portion of the processing burden (e.g., a number of lines of pixels to render) is shifted from that processor to the other processor. The comparison can be repeated and the load adjusted as often as desired. The technique of pairwise load comparisons and balancing can be extended to systems with any number of graphics processors.
-
FIG. 1 is a block diagram of acomputer system 100 according to an embodiment of the present invention.Computer system 100 includes a central processing unit (CPU) 102 and asystem memory 104 communicating via abus 106. User input is received from one or more user input devices 108 (e.g., keyboard, mouse) coupled tobus 106. Visual output is provided on a pixel based display device 10 (e.g., a conventional CRT or LCD based monitor) operating under control of agraphics processing subsystem 112 coupled tosystem bus 106. Asystem disk 128 and other components, such as one or more removable storage devices 129 (e.g., floppy disk drive, compact disk (CD) drive, and/or DVD drive), may also be coupled tosystem bus 106. -
Graphics processing subsystem 112 is advantageously implemented using a printed circuit card adapted to be connected to an appropriate bus slot (e.g., PCI or AGP) on a motherboard ofsystem 100. In this embodiment,graphics processing subsystem 112 includes two (or more) graphics processing units (GPUs) 14 a, 114 b, each of which is advantageously implemented as a separate integrated circuit device (e.g., programmable processor or application-specific integrated circuit (ASIC)).GPUs system bus 106. In some embodiments, the rendering functions correspond to various steps in a graphics processing pipeline by which geometry data describing a scene is transformed to pixel data for displaying ondisplay device 110. These functions can include, for example, lighting transformations, coordinate transformations, scan-conversion of geometric primitives to rasterized data, shading computations, shadow rendering, texture blending, and so on. Numerous implementations of rendering functions are known in the art and may be implemented inGPUs GPUs - Each
GPU graphics memory Graphics memories command buffers scanout control logic 120 and transmitted to displaydevice 110 for display. This pixel data may be generated from scene data provided toGPUs system bus 106 or generated by various processes executing onCPU 102 and provided to displaybuffers system bus 106. In some embodiments, display buffers 122 a, 122 b can be double buffered so that while data for a first image is being read for display from a “front” buffer, data for a second image can be written to a “back” buffer without affecting the currently displayed image. Command buffers 124 a, 124 b are used to queue commands received viasystem bus 106 for execution byrespective GPUs graphics memories respective GPUs GPUs - For each
graphics memory memory interface respective GPUs respective memories GPU 114 a are sent tomemory interface 123 a. If the target address of the request corresponds to a location inmemory 116 a,memory interface 123 a accesses the appropriate location; if not, thenmemory interface 123 a forwards the request to abridge unit 130, which is described below.Memory interface 123 a also receives all memory access requests targeting locations inmemory 116 a; these requests may originate fromscanout control logic 120,CPU 102, or other system components, as well as fromGPU memory interface 123 b receives all memory access requests that originate fromGPU 114 b or that target locations inmemory 116 b. -
Bridge unit 130 is configured to manage communication between components of graphics processing subsystem 112 (includingmemory interfaces system 100. For example,bridge unit 130 may receive all incoming data transfer requests fromsystem bus 106 and distribute (or broadcast) the requests to one or more ofmemory interfaces Bridge unit 130 may also receive data transfer requests originating from components of graphics processing subsystem 112 (such asGPUs graphics processing subsystem 112 and transmit these requests viasystem bus 106. In addition, in some embodiments,bridge unit 130 facilitates access by either ofGPUs memory GPUs bridge unit 130 are described in detail in the above-referenced co-pending application Ser. No. 10/643,072; a detailed description is omitted herein as not being critical to understanding the present invention. - In operation, a graphics driver program (or other program) executing on
CPU 102 delivers rendering commands and associated data for processing byGPUs CPU 102 communicates asynchronously with each ofGPUs CPU 102 and theGPUs system memory 104 and is accessible toGPUs GPU respective command buffer memory CPU 102 via DMA transfers. The command buffer stores a number of rendering commands and sets of rendering data. In one embodiment, a rendering command may be associated with rendering data, with the rendering command defining a set of rendering operations to be performed by the GPU on the associated rendering data. In some embodiments, the rendering data is stored in the command buffer adjacent to the associated rendering command. -
CPU 102 writes a command stream including rendering commands and data sets to the command buffer for eachGPU CPU 102 writes to each GPU's command buffer separately. Where the same command stream is provided to bothGPUs - Each
command buffer CPU 102 and read by the respective one ofGPUs CPU 102 periodically writes new commands and data to each command buffer at a location determined by a “put” pointer, whichCPU 102 increments after each write. Asynchronously, each ofGPUs command buffer GPU command buffer CPU 102 stays sufficiently far ahead ofGPUs CPU 102. In some embodiments, depending on the size of the command buffer and the complexity of a scene,CPU 102 may write commands and data sets for frames several frames ahead of a frame being rendered byGPUs - The command buffer may be of fixed size (e.g., 5 megabytes) and may be written and read in a wraparound fashion (e.g., after writing to the last location,
CPU 102 may reset the “put” pointer to the first location). A more detailed description of embodiments of command buffers and techniques for writing commands and data to command buffers in a multi-chip graphics processing system is provided in the above-referenced co-pending application Ser. No. 10/639,893. -
Scanout control logic 120 reads pixel data for an image fromframe buffers device 110 to be displayed. Scanout can occur at a constant refresh rate (e.g., 80 Hz); the refresh rate can be a user selectable parameter and need not correspond to the rate at which new frames of image data are written to displaybuffers Scanout control logic 120 may also perform other operations such as adjustment of color values, generating composite screen images by combining the pixel data in either of the display buffers 122 a, 122 b with data for a video or cursor overlay image or the like obtained from either ofgraphics memories -
GPUs GPU scanout control logic 120 reads a first portion (e.g., the top portion) of the pixel data for a frame fromdisplay buffer 122 a and a second portion (e.g., the bottom portion) fromdisplay buffer 122 b. For spatial parallelism, rendering commands and accompanying data may be written in parallel to bothcommand buffers - An example of spatial parallelism is shown in
FIG. 2 . Adisplay area 200 consists of M lines (horizontal rows) of pixel data.Lines 1 through P (corresponding totop portion 202 of display area 200) are rendered byGPU 114 a ofFIG. 1 , while lines P+1 through M (corresponding tobottom portion 204 of display area 200) are rendered byGPU 114 b. In this embodiment, eachGPU display buffer local memory lines 1 through P forGPU 114 a and lines P+1 through M forGPU 114 b). During each display refresh cycle,scanout control logic 120 reads the first P lines fromdisplay buffer 122 a, then switches to displaybuffer 122 b to read lines P+1 through M. To determine which lines each GPU renders, a “clip rectangle” is set for each GPU; for example,GPU 114 a may have a clip rectangle corresponding totop portion 202 offrame 200 whileGPU 114 b has a clip rectangle corresponding tobottom portion 204 offrame 200. - In accordance with an embodiment of the present invention, each GPU provides feedback data to the graphics driver program (or another program executing on CPU 102). The feedback data provides information about the time taken by a particular GPU to render its portion of the image. The graphics driver program uses this feedback to dynamically balance the load among the GPUs by modifying the clip rectangle from time to time, e.g., by changing the dividing line to a different line P′, based on the relative loads on the two GPUs.
- An example of a
command stream 300 that may be written to either (or both) ofcommand buffers FIG. 3 . The stream starts with a “clip rectangle” (CR)command 302, which defines the viewable area of the image. For example, the clip rectangle forGPU 114 a may be defined to includelines 1 through P of display area 200 (FIG. 2 ), while the clip rectangle forGPU 114 b includes lines P+1 through M. As used herein, the term “clip rectangle” is to be understood as including any particular command or terminology associated with defining the visible portion of the image plane for a frame or image, or more specifically, the portion of the image plane that a particular GPU is instructed to render. - The clip rectangle command is followed by one or more rendering commands 304 and associated rendering data for a frame F0. These commands and data may include, for instance, definitions of primitives and/or objects making up the scene, coordinate transformations, lighting transformations, shading commands, texture commands, and any other type of rendering commands and/or data, typically culminating in the writing of pixel data to display
buffers - Following the
last rendering command 304 for frame F0 is a “write notifier” (WN)command 306. The write notifier command instructs the GPU to write feedback data to system memory indicating that it has finished the frame F0. This feedback data can be read by the graphics driver program and used to balance the load among the GPUs. Specific embodiments of feedback data are described below. - Write
notifier command 306 is followed by rendering commands 308 and associated rendering data for the next frame F1, which in turn are followed by anotherwrite notifier command 310, and so on. After some number (Q) of frames, there is a write notifier command 322 followed by a new clip rectangle command 324. At this point, the clip rectangles for each GPU may be modified by the graphics driver program based on the feedback data received in response to the various write notifier commands (e.g., commands 306, 310). For example, where the display area is divided as shown inFIG. 2 , the value of P may be modified (e.g., to P′) in response to feedback data: if the GPU that processestop portion 202 tends to finish its frames first, the value of P is increased, and if the GPU that processesbottom portion 204 tends to finish first, the value of P is decreased. Specific embodiments of re-partitioning a display area in response to feedback data are described below. - It will be appreciated that the system described herein is illustrative and that variations and modifications are possible. For instance, while two GPUs, with respective memories, are shown, any number of GPUs can be used, and multiple GPUs might share a memory. The memory interfaces described herein may be integrated with a GPU and/or a memory in a single integrated circuit device (chip) or implemented as separate chips. The bridge unit may be integrated with any of the memory interface and/or GPU chips, or may be implemented on a separate chip. The various memories can be implemented using one or more integrated circuit devices. Graphics processing subsystems can be implemented using various expansion card formats, including PCI, PCIX (PCI Express), AGP (Accelerated Graphics Port), and so on. Some or all of the components of a graphics processing subsystem may be mounted directly on a motherboard; for instance, one of the GPUs can be a motherboard-mounted graphics co-processor. Computer systems suitable for practicing the present invention may also include various other components, such as high-speed DMA (direct memory access) chips, and a single system may implement multiple bus protocols (e.g., PCI and AGP buses may both be present) with appropriate components provided for interconnecting the buses. One or more command buffers may be implemented in the main system memory rather than graphics subsystem memory, and commands may include an additional parameter indicating which GPU(s) is (are) to receive or process the command. While the present description may refer to asynchronous operation, those skilled in the art will recognize that the invention may also be implemented in systems where the CPU communicates synchronously with the GPUs.
- Embodiments of feedback data and load balancing techniques based on the feedback data will now be described. In one embodiment, each
GPU local memory GPU GPU 114 a can be assigned an identifier “0” whileGPU 114 b is assigned an identifier “1.” These identifiers, which advantageously have numerical values, may be assigned, e.g., at system startup or application startup. As described below, the identifier may be used as feedback data for purposes of load balancing. -
FIG. 4 illustrates aprocess 400 for recording feedback data including the identifiers of the GPUs. Atstep 402, the graphics driver program creates a feedback array (referred to herein as feedback[0:B-1]) of dimension B (e.g., 5, 10, 20, 50, etc.) in system main memory, and atstep 404, a frame counter k is initialized (e.g., to zero). In this embodiment, the write notifier command following each frame k instructs the GPU to copy its identifier from its local memory to the location feedback[k] in system main memory, e.g., using a DMA block transfer operation (“Blit”) or any other operation by which a GPU can write data to system main memory. Thus, atstep 406, the first GPU to finish rendering frame k writes its identifier to the array location feedback[k]. Atstep 408, the second GPU to finish rendering the frame k writes its identifier to the array location feedback[k], overwriting the first GPU's identifier. It is to be understood that eitherGPU - It should be noted that in this embodiment each GPU is instructed to write to the same location in system memory; as a result, the second GPU to finish frame k overwrites the identifier of the first GPU in array element feedback[k]. Thus, after both GPUs have finished a particular frame k, the value stored in feedback[k] indicates which GPU was last to finish the frame k.
- At
step 410, the frame counter is incremented to the next frame, modulo B. This causes the feedback array to be overwritten in a circular fashion every B frames, so that the contents of the array generally reflect the last B frames that have been rendered. In one embodiment, the frame counter value for each frame is provided with the write notification command to each GPU; in another embodiment, each GPU maintains its own frame counter and updates the frame counter after writing the identifier to the appropriate location in system memory in response to the write notifier command. - The information in the feedback array can be used by a graphics driver program (or another program executing on CPU 102) for load balancing, as illustrated in
FIG. 5 .Process 500 is a shown as a continuous loop in which the relative load on the GPUs is estimated from time to time by averaging values stored in the feedback array and the load is adjusted based on the estimate. In this embodiment, there are two GPUs (e.g.,GPUs FIG. 1 ) operating in spatial parallelism and the display area is divided as shown inFIG. 2 . The GPU assigned to thetop portion 202 of the display area has identifier “0” and is referred to herein as GPU-0, and the GPU assigned to thebottom portion 204 has identifier “1” and is referred to herein as GPU-1. Load balancing is done by adjusting the clip rectangle for each GPU, determined in this example by the location of the boundary line P inFIG. 2 . - At
step 501, a clip rectangle command is issued (e.g., placed in the command stream) for each GPU. This initial clip rectangle command may partition the display area equally between the GPUs (e.g., using P=M/2) or unequally. For example, a developer of an application program may empirically determine a value of P that approximately balances that load and provide that value to the graphics driver program via an appropriate command. The initial size of the portion of the display area allocated to each GPU is not critical, as the sizes will typically be changed from time to time to balance the load. - At
step 502, the graphics driver determines whether it is time to balance the load between the GPUs. Various criteria may be used in this determination; for example, the graphics driver may balance the load after some number (Q) of frames, where Q might be, e.g., 1, 2, 5, 10, 20, etc. Q advantageously does not exceed the number of entries B in the feedback array, but Q need not be equal to B. Alternatively, load balancing may be performed at regular time intervals (e.g., once per second) or according to any other criteria. If it is not time to balance the load,process 500 waits (step 504), then checks the load balancing criteria again atstep 502. - When it is time to balance the load, the graphics driver averages Q values from the feedback array at
step 506, thereby computing a load coefficient. In one embodiment Q is equal to B (the length of the feedback array), but other values may be chosen. It should be noted that the graphics driver and the GPUs may operate asynchronously with the CPU as described above, so that the graphics driver might not know whether the GPUs have finished a particular frame and the GPUs may be rendering a frame that is several frames earlier in the command stream than a current frame in the graphics driver. Where the feedback array is written in a circular fashion, as inprocess 400 described above, selecting Q to be equal to B provides an average over the B most recently rendered frames. In some embodiments, a weighted average may be used, e.g., giving a larger weight to more recently-rendered frames. - The load coefficient is used to determine whether an adjustment to the clip rectangles for the GPUs needs to be made. If the GPUs are equally loaded, the likelihood of either GPU finishing a frame first is about 50%, and the average value over a suitable number of frames (e.g., 20) will be about 0.5 if identifier values of 0 and 1 are used. An average value in excess of 0.5 indicates that GPU-1 (which renders the bottom portion of the image) is more heavily loaded than GPU-0, and an average value below 0.5 indicates that GPU-0 (which renders the top portion of the image) is more heavily loaded than GPU-1.
- Accordingly, at
step 510 it is determined whether the load coefficient exceeds a “high” threshold. The high threshold is preselected and may be exactly 0.5 or a somewhat higher value (e.g., 0.55 or 0.6). If the load coefficient exceeds the high threshold, then the loads are adjusted atstep 512 by moving the boundary line P inFIG. 2 down by a preset amount (e.g., one line, five lines, ten lines). This reduces the fraction of the display area that is rendered by GPU-1, which will tend to reduce the load on GPU-1 and increase the load on GPU-0. Otherwise, atstep 514, it is determined whether the load coefficient is less than a “low” threshold. The low threshold is predefined and may be exactly 0.5 or a somewhat lower value (e.g., 0.45 or 0.4). If the load coefficient is below the low threshold, then the loads are adjusted atstep 516 by moving the boundary line P inFIG. 2 up by a preset amount (e.g., one line, five lines, ten lines). Atstep 518, if the load coefficient is neither above the high threshold nor below the low threshold, the load is considered balanced, and the boundary line P is left unchanged. - After the new boundary line P is determined, a new clip rectangle command is issued for each GPU (step 522) and the process returns to step 504 to wait until it is time to balance the load again. In an alternative embodiment, a new clip rectangle command is issued at
step 522 only if the boundary line changes. In conjunction with the new clip rectangle command, a message may be sent to the scanout control logic so that the appropriate display buffer is selected to provide each line of pixel data (e.g., by modifying one or more scanout parameters related to selection of display buffers). Changes in the parameters of the scanout control logic are advantageously synchronized with rendering of the frame in which the new clip rectangle takes effect; accordingly, in some embodiments, the clip rectangle command may also update the scanout parameters in order to display the next rendered frame correctly. - In some embodiments, when the boundary line is shifted to balance the load, it may be useful to transfer data from one display buffer to another. For example, in
FIG. 2 , suppose that just afterGPUs GPU 114 a will render for the next frame.GPU 114 a may need access to data for some or all of lines P+1 through P′ of the current frame in order to correctly process the next frame. In one embodiment,GPU 114 a can obtain the data by a DMA transfer from the portion ofdisplay buffer 122 b that has the data for lines P+1 through P′. Examples of processes that can advantageously be used for this purpose are described in the above-referenced application Ser. No. 10/643,072, although numerous other processes for transferring data may also be used. It is to be understood that transferring data between display buffers is not required but may be useful in embodiments where any overhead associated with the data transfer is outweighed by the overhead of having one GPU repeat computations previously performed by another GPU. Transferring data that is not displayed (e.g., texture data) betweengraphics memories - It will be appreciated that the processes described herein are illustrative and that variations and modifications are possible. Steps described as sequential may be executed in parallel, order of steps may be varied, and steps may be modified or combined. Optimal selection of the number of frames to average (Q) and/or the frequency of balancing generally depends on various tradeoffs. For instance, a small value of Q provides faster reactions to changes in the scene being rendered, while a larger value of Q will tend to produce more stable results (by minimizing the effect of fluctuations) as well as reducing any effect of an entry in the feedback array for a frame that only one GPU has finished (such an entry would not accurately reflect the last GPU to finish that frame). More frequent balancing may reduce GPU idle time, while less frequent balancing tends to reduce any overhead (such as data transfers between the memories of different GPUs) associated with changing clip rectangles. In one embodiment, checking the balance every 20 frames with Q=B=20 is effective, but in general, optimal values depend on various implementation details. It should be noted that checking the balance can occur quite frequently; e.g., if 30 frames are rendered per second and checking occurs every 20 frames, then the balance may change about every 0.67 seconds.
- The identifiers for different GPUs may have any value. Correspondingly, the high threshold and low threshold may have any values, and the two threshold values may be equal (e.g., both equal to 0.5), so long as the high threshold is not less than the low threshold. Both thresholds are advantageously set to values near or equal to the arithmetic mean of the two identifiers; an optimal selection of thresholds in a particular system may be affected by considerations such as the frequency of load rebalancing and any overhead associated with changing the clip rectangles assigned to each GPU. The threshold comparison is advantageously defined such that there is some condition for which the load is considered balanced (e.g., if the average is exactly equal to the arithmetic mean).
- Prior to rendering images or writing any feedback data, the feedback array may be initialized, e.g., by randomly selecting either of the GPU identifiers for each entry or by filling alternating entries with different identifiers. Such initialization reduces the likelihood of a spurious imbalance being detected in the event that checking the load balance occurs before the GPUs have written values to all of the entries that are being used to determine the load coefficient.
- In one alternative embodiment, the amount by which the partition changes (e.g., the number of lines by which the boundary line P is shifted) may depend on the magnitude of the difference between the load coefficient and the arithmetic mean. For example, if the load coefficient is greater than 0.5 but less than 0.6, a downward shift of four lines might be used, while for a load coefficient greater than 0.6, a shift of eight lines might be used; similar shifts in the opposite direction can be implemented for load coefficients below the arithmetic mean. In some embodiments, the difference in size of the two clip rectangles is limited to ensure that each GPU is always rendering at least a minimum portion (e.g., 10% or 25%) of the display area.
- Instead of averaging, a load coefficient may be defined in other ways. For instance, the sum of the recorded identifier values may be used as the load coefficient. In the embodiment described above, with Q=20, the stored identifier values (0 or 1) would sum to 10 if the load is balanced; high and low thresholds may be set accordingly. Other arithmetic operations that may be substituted for those described herein will also be apparent to those of ordinary skill in the art and are within the scope of the present invention.
- In another alternative embodiment, different feedback data may be used instead of or in addition to the GPU identifiers described above. For example, instead of providing one feedback array in system memory, with both GPUs writing feedback data to the same location for a given frame, each GPU may write to a corresponding entry of a different feedback array, and the feedback data may include timing information, e.g., a timestamp indicating when each GPU finished a particular frame. In this embodiment, the graphics driver is configured to use the timing information to determine whether one GPU is consistently using more time per frame than another and adjust the clip rectangles accordingly to balance the load. It should be noted that, in some system implementations, timestamps might not accurately reflect the performance of the GPUs; in addition, determining relative loads from sequences of timestamps for each GPU generally requires more computational steps than simply computing a load coefficient as described above. Nevertheless, it is to be understood that embodiments of the invention may include timing information in the feedback data instead of or in addition to GPU identifiers.
- Multi-processor graphics processing systems may include more than two GPUs, and processes 400 and 500 may be adapted for use in such systems. For example, one embodiment of the present invention provides three GPUs, with each GPU being assigned a different horizontal band of the display area, as shown in
FIG. 6 . An M-line display area 600 is partitioned into atop portion 602 that includeslines 1 through K, amiddle portion 604 that includes lines K+1 through L, and abottom portion 606 that includes lines L+1 through M. Data fortop portion 602 is generated by aGPU 614 a having an identifier value of “0” (referred to herein as GPU-0); data formiddle portion 604 is generated by aGPU 614 b having an identifier value of “1” (referred to herein as GPU-1); and data forbottom portion 606 is generated by a GPU 614 c having an identifier value of “2” (referred to herein as GPU-2). Load balancing is achieved by adjusting the values of K and L. - More specifically, in one embodiment, the command stream for each GPU is similar to that of
FIG. 3 , but two feedback arrays of dimension B (referred to herein as feedback01[0:B-1] and feedback12[0:B-1]) are provided, as shown inFIG. 7 . In response to thewrite notifier command 306, GPU-0 writes its identifier value to a location in the feedback01 array 702 (writing is indicated by arrows inFIG. 7 ), GPU-1 writes its identifier value to respective locations in both the feedback01 andfeedback12 arrays feedback12 array 704. As a result, an average value of the feedback01 array reflects the relative loads on GPU-0 and GPU-1, while an average value of the feedback12 array reflects the relative loads on GPU-1 and GPU-2. - To balance the loads, the graphics driver adjusts the value of K based on a load coefficient determined from the feedback01 array, e.g., in accordance with
process 500 ofFIG. 5 described above (with balance occurring when the load coefficient is 0.5), and adjusts the value of L based on a load coefficient determined from the feedback12 array, e.g., in accordance with process 500 (with balance occurring when the load coefficient is 1.5). While the relative loads of GPU-0 and GPU-2 are not directly compared, over time all three loads will tend to become approximately equal. For example, if the load on GPU-1 exceeds the load on GPU-0, the average value of entries in the feedback01 array will exceed 0.5; as a result the value of K will be increased, thereby reducing the load on GPU-1 If the reduced load on GPU-1 becomes less than the load on GPU-2, this disparity will be reflected in the average value of entries in the feedbackO2 array, which will exceed 1.5; in response, the value of L will be increased, thereby increasing the load on GPU-1 again. This change may lead to a further adjustment in the value of K, and so on. Those of skill in the art will appreciate that over time, this load-balancing process will tend to equalize all three loads. Some instability may persist, but this is acceptable as long as any overhead associated with modifying the clip rectangles in response to new values of K and/or L is sufficiently small. - It will be appreciated that this load-balancing technique may be further extended to systems with any number of GPUs. For instance, the display area can be divided into any number of horizontal bands, with each band being assigned to a different GPU. In such embodiments, the number of feedback arrays is generally one less than the number of GPUs. Alternatively, vertical bands may be used.
- It should also be noted that the identifier of a particular GPU need not be unique across all GPUs, as long as the two GPUs that write to each feedback array have identifiers that are different from each other. For example, in the embodiment shown in
FIG. 6 ,GPUs 614 a and 614 c might both be assigned identifier “0.” This would not create ambiguity because, asFIG. 7 shows, these GPUs do not write their identifiers to the same feedback array. - In another alternative embodiment, a combination of horizontal and vertical partitions of the display area may be used to assign portions of the display area to GPUs. For example,
FIG. 8 shows adisplay area 800 consisting of M lines, each containing N pixels, that is divided into four sections 801-804. Sections 801-804 are rendered, respectively, by four GPUs 814 a-814 d as indicated by arrows. Each GPU 814 a-814 d is assigned a different identifier value (0, 1, 2, 3). In this embodiment, it may be assumed that complexity of an image is generally about equal between the left and right sides, in which case the vertical boundary line J may remain fixed (e.g., at J=N/2). Two feedback arrays are provided; GPU-0 (814 a) and GPU-1 (814 b) write their identifiers to a first feedback array feedback01 while GPU-2 (814 c) and GPU-3 (814 d) write their identifiers to a second feedback array feedback23. The boundary line K that dividessections sections - In yet another alternative embodiment, the vertical boundary line J might also be adjustable. For instance, GPU-0 and GPU-1 could each be assigned a secondary (column) identifier value of “0” while GPU-2 and GPU-3 are each assigned a secondary identifier with a value of “1.” A third feedback array feedbackC may be provided, with each GPU writing its secondary identifier to the feedbackC array in addition to writing its primary identifier to the appropriate one of the feedback01 and feedback23 arrays. The vertical boundary line J can then be adjusted based on the average value of entries in the feedbackC array. Alternatively, the primary identifier (which has values 0-3) can be associated with the vertical division while the secondary identifier (which has
values 0 and 1) is associated with the horizontal division. - The techniques described herein may also be employed in a “multi-card” graphics processing subsystem in which different GPUs reside on different expansion cards connected by a high-speed bus, such as a PCIX (64-bit PCI Express) bus or a 3GIO (third-generation input/output) bus presently being developed. An example of a multi-card system 900 is shown in
FIG. 9 . Twographics cards speed bus 908; it is to be understood that any number of cards may be included and that high-speed bus 908 generally also connects to other elements of a computer system (e.g., various components ofsystem 100 as shown inFIG. 1 ). Each graphics card has arespective GPU respective graphics memory display buffer 922 a, 922 b.Card 912 a has scanoutcontrol logic 920 that provides pixel data fromdisplay buffer 922 a to adisplay device 910.Card 912 b may also include scanout control logic circuitry, but in this example,card 912 b is not connected to a display device and any scanout control logic present incard 912 b may be disabled. - In this arrangement, spatial parallelism can be implemented, with each
GPU display buffer 922 a, 922 b. In order to display the frame, pixel data from display buffer 922 b is transferred (e.g., using a conventional block transfer, or Blit, operation) viabus 908 to display buffer 922 a, from which it is read byscanout control logic 920. - Load balancing as described above can be implemented in this system and advantageously takes into consideration time consumed by the data transfers. For example,
FIG. 10 showsrespective command streams GPUs command stream 300 ofFIG. 3 . Each command stream begins with a clip rectangle command (CR) 1002 a, 1002 b, followed byrendering commands GPU - In this embodiment, pixel data from display buffer 922 b is transferred to display buffer 922 a prior to scanout. Accordingly, for
GPU 914 b, the rendering commands 1004 b are followed by aBlit command 1006 that instructsGPU 914 b to transfer pixel data from local display buffer 922 b to displaybuffer 922 a oncard 912 a so that it can be scanned out. SinceGPU 914 a writes pixel data directly to display buffer 922 a, a Blit command is not required incommand stream 1000 a, so the rendering commands 1004 a forGPU 914 a are followed by a “no-op” 1005. The no-op may be, e.g., a command that simply delays execution of a following command (such commands are known in the art), no command, or acommand instructing GPU 914 a to ignore a Blit command that appears in its command stream. - A
write notifier command 1008 a for frame F0 follows the no-op command 1005 incommand stream 1000 a, and a correspondingwrite notifier command 1008 b followsBlit command 1006. Thewrite notifier commands FIG. 4 . A load balancing process such asprocess 500 ofFIG. 5 may be used to balance the load. - It should be noted that the time required for the Blit operations is accounted for in the load balancing process because the
write notifier command 1008 b for a frame F0 is not executed byGPU 914 b until after the Blit operation for the frame F0 is executed. Thus, the rendering time forGPU 914 a is balanced against the rendering time plus the Blit time forGPU 914 b. - In some multi-card embodiments used to render scenes in which foreground regions (most often but not always at the bottom of the display area) are consistently more complex than background regions, a performance advantage can be gained by assigning
GPU 914 a to process the background region of the scene and assigningGPU 914 b to process the foreground region. For example, inFIG. 2 , suppose that the foreground appears toward the bottom ofdisplay area 200. In that case,GPU 914 a would be assigned to rendertop region 202 whileGPU 914 b would be assigned to renderbottom region 204. The higher complexity of the foreground (bottom) region tends to increase the rendering time ofGPU 914 b. In response, the load-balancing processes described herein will tend to move the boundary line P toward the bottom of the display area. This decreases the number of lines of data included inbottom region 204, which reduces the amount of data that needs to be transferred to display buffer 922 a by theBlit command 1006. As a result, more of the processing capacity ofGPU 914 b may be used for computations rather than data transfers, resulting in a net efficiency gain. - Those of ordinary skill in the art will recognize that a similar implementation might also be used in embodiments of a single-card multi-processor system in which pixel data from all GPUs is transferred to a single display buffer prior to scanout. For example, in
system 112 ofFIG. 1 , data fromdisplay buffer 122 b might be transferred to display buffer 122 a to be scanned out, so thatscanout control logic 120 can simply accessdisplay buffer 122 a to obtain all of the pixel data for a frame. In this embodiment,GPU 114 b can be instructed to perform a Blit operation before the write notifier instruction, whileGPU 114 a is given a no-op. - While the invention has been described with respect to specific embodiments, one skilled in the art will recognize that numerous modifications are possible. For instance, in a multi-processor graphics processing system, any number of GPUs may be included on a graphics card, and any number of cards may be provided; e.g., a four-GPU subsystem might be implemented using two cards with two GPUs each, or a three-GPU subsystem might include a first card with one GPU and a second card with two GPUs. One or more of the GPUs may be a motherboard-mounted graphics co-processor.
- Rendering of a display frame may be divided among the GPUs in horizontal bands and/or vertical bands. Those of skill in the art will recognize that use of vertical bands may result in more uniform sizes of the regions rendered by different GPUs (since image complexity usually varies less from left to right than from top to bottom), while use of horizontal bands may simplify the scanout operation in a horizontal row-oriented display device (since only one GPU's display buffer would be accessed to read a particular row of pixels). In addition, a frame may be partitioned among the GPUs along both horizontal and vertical boundaries, and load balancing may be performed along either or both boundaries as described above.
- Embodiments of the invention may be implemented using special-purpose hardware, software executing on general-purpose or special-purpose processors, or any combination thereof. The embodiments have been described in terms of functional blocks that might or might not correspond to separate integrated circuit devices in a particular implementation. Although the present disclosure may refer to a general-purpose computing system, those of ordinary skill in the art with access to the present disclosure will recognize that the invention may be employed in a variety of other embodiments, including special-purpose computing systems such as video game consoles or any other computing system that provides graphics processing capability with multiple graphics processors.
- Computer programs embodying various features of the present invention may be encoded on computer-readable media for storage and/or transmission; suitable media include magnetic disk or tape, optical storage media such as compact disk (CD) or DVD (digital video disk), flash memory, and carrier signals for transmission via wired, optical, and/or wireless networks conforming to a variety of protocols, including the Internet. Computer-readable media encoded with the program code may be packaged with a compatible device such as a multi-processor graphics card or provided separately from other devices (e.g., via Internet download).
- Thus, although the invention has been described with respect to specific embodiments, it will be appreciated that the invention is intended to cover all modifications and equivalents within the scope of the following claims.
Claims (13)
1-27. (canceled)
28. A method for load balancing in a graphics processing system, the method comprising:
assigning a portion of a rendering process for a frame to be performed by each of a plurality of graphics processors in the graphics processing system;
instructing the graphics processors to perform the rendering process, wherein each graphics processor performs the portion of the rendering process assigned thereto;
instructing the graphics processors to provide feedback data reflecting respective rendering times for each graphics processor; and
for at least a first pair of graphics processors selected from the plurality of graphics processors:
determining, based on the feedback data provided by the first pair of graphics processors, whether an imbalance exists between respective loads of the first pair of graphics processors; and
in the event that an imbalance exists, shifting a subset of the portion of the rendering process assigned to a more heavily loaded one of the first pair of graphics processors to the less heavily loaded one of the first pair of graphics processors.
29. The method of claim 28 wherein the portion of the rendering process assigned to each of the plurality of graphics processors includes generating pixel data for a subset of pixels of the frame.
30. The method of claim 28 further comprising:
assigning a first processor identifier to one of the first pair of graphics processors; and
assigning a second processor identifier to the other of the first pair of graphics processors,
wherein the feedback data received from the graphics processors in the first pair of graphics processors includes the processor identifiers.
31. The method of claim 28 wherein the feedback data received from the first pair of graphics processors includes data indicating which one of the first pair of graphics processors is last to finish the portion of the rendering task assigned thereto.
32. The method of claim 31 wherein the feedback data from the one of the first pair of graphics processors that is last to finish overwrites feedback data from the other one of the first pair of processors.
33. The method of claim 28 further comprising, for a second pair of graphics processors selected from the plurality of graphics processors:
determining, based on the feedback data provided by the second pair of graphics processors, whether an imbalance exists between respective loads of the second pair of graphics processors; and
in the event that an imbalance exists, shifting a subset of the portion of the rendering process assigned to a more heavily loaded one of the second pair of graphics processors to the less heavily loaded one of the second pair of graphics processors.
34. The method of claim 33 wherein one of the graphics processors in the first pair of graphics processors also belongs to the second pair of graphics processors.
35. The method of claim 33 wherein neither of the graphics processors in the first pair of graphics processors belongs to the second pair of graphics processors.
36. The method of claim 28 further comprising:
instructing one graphics processor of the first pair of graphics processors to transfer result data from the portion of the rendering process assigned thereto to another one of the plurality of graphics processors.
37. The method of claim 36 wherein the other one of the plurality of graphics processors is the other one of the first pair of graphics processors.
38. The method of claim 36 wherein the act of instructing one graphics processor of the first pair of graphics processors to transfer the result data is performed subsequently to the act of instructing the plurality of graphics processors to perform the rendering task and prior to the act of instructing the plurality of graphics processors to transmit the feedback data.
39. The method of claim 28 , further comprising:
defining a plurality of storage locations, each storage location associated with a different one of a plurality of frames,
wherein the act of instructing the graphics processors to provide feedback data includes:
instructing a first one of the first pair of graphics processors to store, after completion of the portion of the rendering process assigned thereto for one of the plurality of frames, a first processor identifier in the one of the storage locations associated with the one of the frames; and
instructing a second one of the first pair of graphics processors to store, after completion of the portion of the rendering process assigned thereto for the one of the frames, a second processor identifier in the one of the storage locations associated with the one of the frames,
wherein the processor identifier written by the first one of the first pair of graphics processors that was last to finish the portion of the rendering process assigned thereto overwrites the processor identifier of the second one of the first pair of graphics processors.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/376,587 US20060221087A1 (en) | 2003-08-18 | 2006-03-14 | Adaptive load balancing in a multi-processor graphics processing system |
US12/817,997 US8077181B2 (en) | 2003-08-18 | 2010-06-17 | Adaptive load balancing in a multi processor graphics processing system |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/642,905 US7075541B2 (en) | 2003-08-18 | 2003-08-18 | Adaptive load balancing in a multi-processor graphics processing system |
US11/376,587 US20060221087A1 (en) | 2003-08-18 | 2006-03-14 | Adaptive load balancing in a multi-processor graphics processing system |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/642,905 Continuation US7075541B2 (en) | 2003-08-18 | 2003-08-18 | Adaptive load balancing in a multi-processor graphics processing system |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/817,997 Continuation US8077181B2 (en) | 2003-08-18 | 2010-06-17 | Adaptive load balancing in a multi processor graphics processing system |
Publications (1)
Publication Number | Publication Date |
---|---|
US20060221087A1 true US20060221087A1 (en) | 2006-10-05 |
Family
ID=34193748
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/642,905 Expired - Lifetime US7075541B2 (en) | 2003-08-18 | 2003-08-18 | Adaptive load balancing in a multi-processor graphics processing system |
US11/376,587 Abandoned US20060221087A1 (en) | 2003-08-18 | 2006-03-14 | Adaptive load balancing in a multi-processor graphics processing system |
US11/375,820 Abandoned US20060221086A1 (en) | 2003-08-18 | 2006-03-14 | Adaptive load balancing in a multi-processor graphics processing system |
US12/817,997 Expired - Lifetime US8077181B2 (en) | 2003-08-18 | 2010-06-17 | Adaptive load balancing in a multi processor graphics processing system |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/642,905 Expired - Lifetime US7075541B2 (en) | 2003-08-18 | 2003-08-18 | Adaptive load balancing in a multi-processor graphics processing system |
Family Applications After (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/375,820 Abandoned US20060221086A1 (en) | 2003-08-18 | 2006-03-14 | Adaptive load balancing in a multi-processor graphics processing system |
US12/817,997 Expired - Lifetime US8077181B2 (en) | 2003-08-18 | 2010-06-17 | Adaptive load balancing in a multi processor graphics processing system |
Country Status (7)
Country | Link |
---|---|
US (4) | US7075541B2 (en) |
EP (1) | EP1661092B1 (en) |
JP (1) | JP4691493B2 (en) |
CA (1) | CA2535878A1 (en) |
DE (1) | DE602004019104D1 (en) |
TW (1) | TWI344108B (en) |
WO (1) | WO2005020157A1 (en) |
Cited By (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080263220A1 (en) * | 2007-04-17 | 2008-10-23 | Sony Corporation | Image processing system, image processing apparatus, image processing method, and program |
US20090064165A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | Method for Hardware Based Dynamic Load Balancing of Message Passing Interface Tasks |
US20090064167A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | System and Method for Performing Setup Operations for Receiving Different Amounts of Data While Processors are Performing Message Passing Interface Tasks |
US20090064168A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | System and Method for Hardware Based Dynamic Load Balancing of Message Passing Interface Tasks By Modifying Tasks |
US20090063885A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | System and Computer Program Product for Modifying an Operation of One or More Processors Executing Message Passing Interface Tasks |
US20090288096A1 (en) * | 2008-05-19 | 2009-11-19 | Ahmed Hazem Mohamed Rashid El-Mahdy | Load balancing for image processing using multiple processors |
US20090324085A1 (en) * | 2008-06-27 | 2009-12-31 | Andrew Leung | Object detection control apparatus, object detecting system, object detection control method, and computer program |
US20100110085A1 (en) * | 2008-10-30 | 2010-05-06 | Microchip Technology Incorporated | Microcontroller with integrated graphical processing unit |
US20100149195A1 (en) * | 2008-12-15 | 2010-06-17 | Canon Kabushiki Kaisha | Load balancing in multiple processor rendering systems |
US7777748B2 (en) | 2003-11-19 | 2010-08-17 | Lucid Information Technology, Ltd. | PC-level computing system with a multi-mode parallel graphics rendering subsystem employing an automatic mode controller, responsive to performance data collected during the run-time of graphics applications |
US7796130B2 (en) | 2003-11-19 | 2010-09-14 | Lucid Information Technology, Ltd. | PC-based computing system employing multiple graphics processing units (GPUS) interfaced with the central processing unit (CPU) using a PC bus and a hardware hub, and parallelized according to the object division mode of parallel operation |
US7808504B2 (en) | 2004-01-28 | 2010-10-05 | Lucid Information Technology, Ltd. | PC-based computing system having an integrated graphics subsystem supporting parallel graphics processing operations across a plurality of different graphics processing units (GPUS) from the same or different vendors, in a manner transparent to graphics applications |
US7961194B2 (en) | 2003-11-19 | 2011-06-14 | Lucid Information Technology, Ltd. | Method of controlling in real time the switching of modes of parallel operation of a multi-mode parallel graphics processing subsystem embodied within a host computing system |
US20110212761A1 (en) * | 2010-02-26 | 2011-09-01 | Igt | Gaming machine processor |
CN102289782A (en) * | 2010-06-18 | 2011-12-21 | 索尼公司 | Information processing apparatus, and method and program for controlling information processing apparatus |
US8085273B2 (en) | 2003-11-19 | 2011-12-27 | Lucid Information Technology, Ltd | Multi-mode parallel graphics rendering system employing real-time automatic scene profiling and mode control |
US20120188270A1 (en) * | 2007-11-06 | 2012-07-26 | Nvidia Corporation | Method and system for blending rendered images from multiple applications |
US8284207B2 (en) | 2003-11-19 | 2012-10-09 | Lucid Information Technology, Ltd. | Method of generating digital images of objects in 3D scenes while eliminating object overdrawing within the multiple graphics processing pipeline (GPPLS) of a parallel graphics processing system generating partial color-based complementary-type images along the viewing direction using black pixel rendering and subsequent recompositing operations |
US8497865B2 (en) | 2006-12-31 | 2013-07-30 | Lucid Information Technology, Ltd. | Parallel graphics system employing multiple graphics processing pipelines with multiple graphics processing units (GPUS) and supporting an object division mode of parallel graphics processing using programmable pixel or vertex processing resources provided with the GPUS |
US8675002B1 (en) * | 2010-06-09 | 2014-03-18 | Ati Technologies, Ulc | Efficient approach for a unified command buffer |
US8924596B1 (en) * | 2013-12-06 | 2014-12-30 | Concurrent Ventures, LLC | System and method for dividing and synchronizing a processing task across multiple processing elements/processors in hardware |
GB2559042A (en) * | 2015-12-21 | 2018-07-25 | Imagination Tech Ltd | Allocation of tiles to processing engines in a graphics processing system |
US10084855B2 (en) | 2017-01-23 | 2018-09-25 | Akamai Technologies, Inc. | Pixel-based load balancing |
US11605148B2 (en) * | 2020-02-03 | 2023-03-14 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by pretesting against screen regions using prior frame information |
Families Citing this family (235)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9849372B2 (en) * | 2012-09-28 | 2017-12-26 | Sony Interactive Entertainment Inc. | Method and apparatus for improving efficiency without increasing latency in emulation of a legacy application title |
US20080211816A1 (en) * | 2003-07-15 | 2008-09-04 | Alienware Labs. Corp. | Multiple parallel processor computer graphics system |
US7119808B2 (en) * | 2003-07-15 | 2006-10-10 | Alienware Labs Corp. | Multiple parallel processor computer graphics system |
US7075541B2 (en) * | 2003-08-18 | 2006-07-11 | Nvidia Corporation | Adaptive load balancing in a multi-processor graphics processing system |
US8788996B2 (en) | 2003-09-15 | 2014-07-22 | Nvidia Corporation | System and method for configuring semiconductor functional circuits |
US8732644B1 (en) | 2003-09-15 | 2014-05-20 | Nvidia Corporation | Micro electro mechanical switch system and method for testing and configuring semiconductor functional circuits |
US8775997B2 (en) | 2003-09-15 | 2014-07-08 | Nvidia Corporation | System and method for testing and configuring semiconductor functional circuits |
US20050086040A1 (en) * | 2003-10-02 | 2005-04-21 | Curtis Davis | System incorporating physics processing unit |
US7739479B2 (en) * | 2003-10-02 | 2010-06-15 | Nvidia Corporation | Method for providing physics simulation data |
US7895411B2 (en) * | 2003-10-02 | 2011-02-22 | Nvidia Corporation | Physics processing unit |
US7782325B2 (en) * | 2003-10-22 | 2010-08-24 | Alienware Labs Corporation | Motherboard for supporting multiple graphics cards |
US20080094403A1 (en) * | 2003-11-19 | 2008-04-24 | Reuven Bakalash | Computing system capable of parallelizing the operation graphics processing units (GPUs) supported on a CPU/GPU fusion-architecture chip and one or more external graphics cards, employing a software-implemented multi-mode parallel graphics rendering subsystem |
US20070291040A1 (en) * | 2005-01-25 | 2007-12-20 | Reuven Bakalash | Multi-mode parallel graphics rendering system supporting dynamic profiling of graphics-based applications and automatic control of parallel modes of operation |
US8711161B1 (en) | 2003-12-18 | 2014-04-29 | Nvidia Corporation | Functional component compensation reconfiguration system and method |
US20050134595A1 (en) * | 2003-12-18 | 2005-06-23 | Hung-Ming Lin | Computer graphics display system |
US7421303B2 (en) * | 2004-01-22 | 2008-09-02 | Nvidia Corporation | Parallel LCP solver and system incorporating same |
US7526456B2 (en) | 2004-01-22 | 2009-04-28 | Nvidia Corporation | Method of operation for parallel LCP solver |
US8134561B2 (en) | 2004-04-16 | 2012-03-13 | Apple Inc. | System for optimizing graphics operations |
US8704837B2 (en) * | 2004-04-16 | 2014-04-22 | Apple Inc. | High-level program interface for graphics operations |
US8707317B2 (en) * | 2004-04-30 | 2014-04-22 | Microsoft Corporation | Reserving a fixed amount of hardware resources of a multimedia console for system application and controlling the unreserved resources by the multimedia application |
US20050251644A1 (en) * | 2004-05-06 | 2005-11-10 | Monier Maher | Physics processing unit instruction set architecture |
US20050270298A1 (en) * | 2004-05-14 | 2005-12-08 | Mercury Computer Systems, Inc. | Daughter card approach to employing multiple graphics cards within a system |
EP1601218A1 (en) * | 2004-05-28 | 2005-11-30 | Orange S.A. | Method and system for improving mobile radio communications |
JPWO2006022228A1 (en) * | 2004-08-24 | 2008-05-08 | シャープ株式会社 | Simulation device, simulation program, and simulation method |
WO2006022191A1 (en) * | 2004-08-24 | 2006-03-02 | Sharp Kabushiki Kaisha | Display system |
US8723231B1 (en) | 2004-09-15 | 2014-05-13 | Nvidia Corporation | Semiconductor die micro electro-mechanical switch management system and method |
JP4405884B2 (en) * | 2004-09-22 | 2010-01-27 | キヤノン株式会社 | Drawing processing circuit and image output control device |
US8711156B1 (en) | 2004-09-30 | 2014-04-29 | Nvidia Corporation | Method and system for remapping processing elements in a pipeline of a graphics processing unit |
US7475001B2 (en) * | 2004-11-08 | 2009-01-06 | Nvidia Corporation | Software package definition for PPU enabled system |
US7620530B2 (en) * | 2004-11-16 | 2009-11-17 | Nvidia Corporation | System with PPU/GPU architecture |
US7633505B1 (en) | 2004-11-17 | 2009-12-15 | Nvidia Corporation | Apparatus, system, and method for joint processing in graphics processing units |
US7598958B1 (en) * | 2004-11-17 | 2009-10-06 | Nvidia Corporation | Multi-chip graphics processing unit apparatus, system, and method |
US7522167B1 (en) | 2004-12-16 | 2009-04-21 | Nvidia Corporation | Coherence of displayed images for split-frame rendering in multi-processor graphics system |
US20090096798A1 (en) * | 2005-01-25 | 2009-04-16 | Reuven Bakalash | Graphics Processing and Display System Employing Multiple Graphics Cores on a Silicon Chip of Monolithic Construction |
US8436851B2 (en) * | 2005-02-04 | 2013-05-07 | Hewlett-Packard Development Company, L.P. | Systems and methods for rendering three-dimensional graphics in a multi-node rendering system |
US7565279B2 (en) * | 2005-03-07 | 2009-07-21 | Nvidia Corporation | Callbacks in asynchronous or parallel execution of a physics simulation |
US20060227145A1 (en) * | 2005-04-06 | 2006-10-12 | Raymond Chow | Graphics controller having a single display interface for two or more displays |
US7305649B2 (en) * | 2005-04-20 | 2007-12-04 | Motorola, Inc. | Automatic generation of a streaming processor circuit |
US8021193B1 (en) | 2005-04-25 | 2011-09-20 | Nvidia Corporation | Controlled impedance display adapter |
US7616207B1 (en) * | 2005-04-25 | 2009-11-10 | Nvidia Corporation | Graphics processing system including at least three bus devices |
US7450129B2 (en) * | 2005-04-29 | 2008-11-11 | Nvidia Corporation | Compression of streams of rendering commands |
US7650266B2 (en) * | 2005-05-09 | 2010-01-19 | Nvidia Corporation | Method of simulating deformable object using geometrically motivated model |
JP4070778B2 (en) * | 2005-05-13 | 2008-04-02 | 株式会社ソニー・コンピュータエンタテインメント | Image processing system |
US7793029B1 (en) | 2005-05-17 | 2010-09-07 | Nvidia Corporation | Translation device apparatus for configuring printed circuit board connectors |
US20060265485A1 (en) * | 2005-05-17 | 2006-11-23 | Chai Sek M | Method and apparatus for controlling data transfer in a processing system |
US8287451B2 (en) * | 2005-05-19 | 2012-10-16 | Industrial Technology Research Institute | Flexible biomonitor with EMI shielding and module expansion |
US8681160B2 (en) * | 2005-05-27 | 2014-03-25 | Ati Technologies, Inc. | Synchronizing multiple cards in multiple video processing unit (VPU) systems |
US7649537B2 (en) * | 2005-05-27 | 2010-01-19 | Ati Technologies, Inc. | Dynamic load balancing in multiple video processing unit (VPU) systems |
US7663635B2 (en) * | 2005-05-27 | 2010-02-16 | Ati Technologies, Inc. | Multiple video processor unit (VPU) memory mapping |
US8054314B2 (en) | 2005-05-27 | 2011-11-08 | Ati Technologies, Inc. | Applying non-homogeneous properties to multiple video processing units (VPUs) |
US8212838B2 (en) * | 2005-05-27 | 2012-07-03 | Ati Technologies, Inc. | Antialiasing system and method |
US20060271717A1 (en) * | 2005-05-27 | 2006-11-30 | Raja Koduri | Frame synchronization in multiple video processing unit (VPU) systems |
US7613346B2 (en) | 2005-05-27 | 2009-11-03 | Ati Technologies, Inc. | Compositing in multiple video processing unit (VPU) systems |
US7456833B1 (en) | 2005-06-15 | 2008-11-25 | Nvidia Corporation | Graphical representation of load balancing and overlap |
US20070038939A1 (en) * | 2005-07-11 | 2007-02-15 | Challen Richard F | Display servers and systems and methods of graphical display |
JP4327175B2 (en) * | 2005-07-12 | 2009-09-09 | 株式会社ソニー・コンピュータエンタテインメント | Multi-graphics processor system, graphic processor and drawing processing method |
US20070059669A1 (en) * | 2005-08-23 | 2007-03-15 | Lockheed Martin Corporation | Systems and methods for processing video images |
US7603492B2 (en) * | 2005-09-20 | 2009-10-13 | Motorola, Inc. | Automatic generation of streaming data interface circuit |
US8004531B2 (en) * | 2005-10-14 | 2011-08-23 | Via Technologies, Inc. | Multiple graphics processor systems and methods |
TWI348652B (en) * | 2005-10-17 | 2011-09-11 | Via Tech Inc | Driver assisted asynchronous command processing |
US20070085903A1 (en) * | 2005-10-17 | 2007-04-19 | Via Technologies, Inc. | 3-d stereoscopic image display system |
US7817151B2 (en) * | 2005-10-18 | 2010-10-19 | Via Technologies, Inc. | Hardware corrected software vertex shader |
TWI322354B (en) * | 2005-10-18 | 2010-03-21 | Via Tech Inc | Method and system for deferred command issuing in a computer system |
US7629978B1 (en) * | 2005-10-31 | 2009-12-08 | Nvidia Corporation | Multichip rendering with state control |
US8327388B2 (en) * | 2005-12-07 | 2012-12-04 | Nvidia Corporation | Cloth application programmer interface |
US8412872B1 (en) * | 2005-12-12 | 2013-04-02 | Nvidia Corporation | Configurable GPU and method for graphics processing using a configurable GPU |
US8417838B2 (en) | 2005-12-12 | 2013-04-09 | Nvidia Corporation | System and method for configurable digital communication |
US7656409B2 (en) * | 2005-12-23 | 2010-02-02 | Intel Corporation | Graphics processing on a processor core |
TWI309395B (en) * | 2006-02-24 | 2009-05-01 | Via Tech Inc | Graphics system and graphics control method |
JP4779756B2 (en) * | 2006-03-29 | 2011-09-28 | カシオ計算機株式会社 | Server apparatus and server control program in computer system |
US7535433B2 (en) * | 2006-05-18 | 2009-05-19 | Nvidia Corporation | Dynamic multiple display configuration |
US8035648B1 (en) * | 2006-05-19 | 2011-10-11 | Nvidia Corporation | Runahead execution for graphics processing units |
JP2008028852A (en) * | 2006-07-24 | 2008-02-07 | Felica Networks Inc | Information processing terminal, data selection processing method, and program |
US20080030510A1 (en) * | 2006-08-02 | 2008-02-07 | Xgi Technology Inc. | Multi-GPU rendering system |
EP1914640B1 (en) * | 2006-08-23 | 2011-10-05 | Hewlett-Packard Development Company, L.P. | Multiple screen size render-engine |
US8570331B1 (en) | 2006-08-24 | 2013-10-29 | Nvidia Corporation | System, method, and computer program product for policy-based routing of objects in a multi-graphics processor environment |
US8089481B2 (en) * | 2006-09-28 | 2012-01-03 | International Business Machines Corporation | Updating frame divisions based on ray tracing image processing system performance |
US7768516B1 (en) * | 2006-10-16 | 2010-08-03 | Adobe Systems Incorporated | Image splitting to use multiple execution channels of a graphics processor to perform an operation on single-channel input |
US9058792B1 (en) * | 2006-11-01 | 2015-06-16 | Nvidia Corporation | Coalescing to avoid read-modify-write during compressed data operations |
KR100803220B1 (en) * | 2006-11-20 | 2008-02-14 | 삼성전자주식회사 | Method and apparatus for rendering of 3d graphics of multi-pipeline |
US20080120497A1 (en) * | 2006-11-20 | 2008-05-22 | Motorola, Inc. | Automated configuration of a processing system using decoupled memory access and computation |
JP4942179B2 (en) * | 2006-12-11 | 2012-05-30 | キヤノン株式会社 | Print control apparatus, control method therefor, and device driver |
US7969444B1 (en) * | 2006-12-12 | 2011-06-28 | Nvidia Corporation | Distributed rendering of texture data |
US8207972B2 (en) * | 2006-12-22 | 2012-06-26 | Qualcomm Incorporated | Quick pixel rendering processing |
US7940261B2 (en) * | 2007-01-10 | 2011-05-10 | Qualcomm Incorporated | Automatic load balancing of a 3D graphics pipeline |
WO2008105092A1 (en) * | 2007-02-28 | 2008-09-04 | Panasonic Corporation | Graphics plotting device and graphics plotting method |
JP5200396B2 (en) | 2007-03-16 | 2013-06-05 | 株式会社リコー | Image forming apparatus, image processing apparatus, control apparatus, and connection apparatus |
US8205205B2 (en) * | 2007-03-16 | 2012-06-19 | Sap Ag | Multi-objective allocation of computational jobs in client-server or hosting environments |
US7627744B2 (en) * | 2007-05-10 | 2009-12-01 | Nvidia Corporation | External memory accessing DMA request scheduling in IC of parallel processing engines according to completion notification queue occupancy level |
US8306367B2 (en) * | 2007-06-08 | 2012-11-06 | Apple Inc. | Method and apparatus for managing image-processing operations |
US7969445B2 (en) * | 2007-06-20 | 2011-06-28 | Nvidia Corporation | System, method, and computer program product for broadcasting write operations |
CN101663640A (en) * | 2007-06-27 | 2010-03-03 | 国际商业机器公司 | System and method for providing a composite display |
US20090064166A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | System and Method for Hardware Based Dynamic Load Balancing of Message Passing Interface Tasks |
US8724483B2 (en) | 2007-10-22 | 2014-05-13 | Nvidia Corporation | Loopback configuration for bi-directional interfaces |
US8922565B2 (en) * | 2007-11-30 | 2014-12-30 | Qualcomm Incorporated | System and method for using a secondary processor in a graphics system |
US8537166B1 (en) * | 2007-12-06 | 2013-09-17 | Nvidia Corporation | System and method for rendering and displaying high-resolution images |
US7995003B1 (en) * | 2007-12-06 | 2011-08-09 | Nvidia Corporation | System and method for rendering and displaying high-resolution images |
KR100980449B1 (en) * | 2007-12-17 | 2010-09-07 | 한국전자통신연구원 | Method and system for rendering of parallel global illumination |
US8711153B2 (en) * | 2007-12-28 | 2014-04-29 | Intel Corporation | Methods and apparatuses for configuring and operating graphics processing units |
KR100969322B1 (en) * | 2008-01-10 | 2010-07-09 | 엘지전자 주식회사 | Data processing unit with multi-graphic controller and Method for processing data using the same |
US9418171B2 (en) | 2008-03-04 | 2016-08-16 | Apple Inc. | Acceleration of rendering of web-based content |
US8477143B2 (en) | 2008-03-04 | 2013-07-02 | Apple Inc. | Buffers for display acceleration |
US8811499B2 (en) * | 2008-04-10 | 2014-08-19 | Imagine Communications Corp. | Video multiviewer system permitting scrolling of multiple video windows and related methods |
KR101473215B1 (en) | 2008-04-18 | 2014-12-17 | 삼성전자주식회사 | Apparatus for generating panorama image and method therof |
TWI363969B (en) * | 2008-04-30 | 2012-05-11 | Asustek Comp Inc | A computer system with data accessing bridge circuit |
US8933943B2 (en) * | 2008-04-30 | 2015-01-13 | Intel Corporation | Technique for performing load balancing for parallel rendering |
JP5397782B2 (en) * | 2008-05-08 | 2014-01-22 | 日本電気株式会社 | Business process management apparatus, business process management method, and business process management program |
US8711154B2 (en) * | 2008-06-09 | 2014-04-29 | Freescale Semiconductor, Inc. | System and method for parallel video processing in multicore devices |
US8199158B2 (en) | 2008-06-11 | 2012-06-12 | Intel Corporation | Performance allocation method and apparatus |
GB2461900B (en) | 2008-07-16 | 2012-11-07 | Advanced Risc Mach Ltd | Monitoring graphics processing |
JP5280135B2 (en) * | 2008-09-01 | 2013-09-04 | 株式会社日立製作所 | Data transfer device |
US8395619B1 (en) * | 2008-10-02 | 2013-03-12 | Nvidia Corporation | System and method for transferring pre-computed Z-values between GPUs |
US10157492B1 (en) | 2008-10-02 | 2018-12-18 | Nvidia Corporation | System and method for transferring pre-computed Z-values between GPUS |
US8427474B1 (en) | 2008-10-03 | 2013-04-23 | Nvidia Corporation | System and method for temporal load balancing across GPUs |
US8228337B1 (en) * | 2008-10-03 | 2012-07-24 | Nvidia Corporation | System and method for temporal load balancing across GPUs |
TWI382348B (en) * | 2008-10-24 | 2013-01-11 | Univ Nat Taiwan | Multi-core system and scheduling method thereof |
US8531471B2 (en) * | 2008-11-13 | 2013-09-10 | Intel Corporation | Shared virtual memory |
US8751654B2 (en) * | 2008-11-30 | 2014-06-10 | Red Hat Israel, Ltd. | Determining the graphic load of a virtual desktop |
US9270783B2 (en) * | 2008-12-06 | 2016-02-23 | International Business Machines Corporation | System and method for photorealistic imaging workload distribution |
KR101511273B1 (en) * | 2008-12-29 | 2015-04-10 | 삼성전자주식회사 | System and method for 3d graphic rendering based on multi-core processor |
US8737475B2 (en) * | 2009-02-02 | 2014-05-27 | Freescale Semiconductor, Inc. | Video scene change detection and encoding complexity reduction in a video encoder system having multiple processing devices |
US8854379B2 (en) * | 2009-02-25 | 2014-10-07 | Empire Technology Development Llc | Routing across multicore networks using real world or modeled data |
US8843927B2 (en) * | 2009-04-23 | 2014-09-23 | Microsoft Corporation | Monitoring and updating tasks arrival and completion statistics without data locking synchronization |
US9479358B2 (en) * | 2009-05-13 | 2016-10-25 | International Business Machines Corporation | Managing graphics load balancing strategies |
US20100289804A1 (en) * | 2009-05-13 | 2010-11-18 | International Business Machines Corporation | System, mechanism, and apparatus for a customizable and extensible distributed rendering api |
US8122117B2 (en) * | 2009-05-28 | 2012-02-21 | Microsoft Corporation | Determining an imbalance among computer-component usage |
US8719831B2 (en) * | 2009-06-18 | 2014-05-06 | Microsoft Corporation | Dynamically change allocation of resources to schedulers based on feedback and policies from the schedulers and availability of the resources |
US9378062B2 (en) * | 2009-06-18 | 2016-06-28 | Microsoft Technology Licensing, Llc | Interface between a resource manager and a scheduler in a process |
US8484647B2 (en) | 2009-07-24 | 2013-07-09 | Apple Inc. | Selectively adjusting CPU wait mode based on estimation of remaining work before task completion on GPU |
US8963931B2 (en) * | 2009-09-10 | 2015-02-24 | Advanced Micro Devices, Inc. | Tiling compaction in multi-processor systems |
US9015440B2 (en) | 2009-09-11 | 2015-04-21 | Micron Technology, Inc. | Autonomous memory subsystem architecture |
US8698814B1 (en) * | 2009-10-13 | 2014-04-15 | Nvidia Corporation | Programmable compute engine screen mapping |
US9041719B2 (en) * | 2009-12-03 | 2015-05-26 | Nvidia Corporation | Method and system for transparently directing graphics processing to a graphical processing unit (GPU) of a multi-GPU system |
EP2513860B1 (en) * | 2009-12-16 | 2018-08-01 | Intel Corporation | A graphics pipeline scheduling architecture utilizing performance counters |
JP2011126210A (en) * | 2009-12-18 | 2011-06-30 | Canon Inc | Printing data processor, print data processing method, and program |
US9524138B2 (en) * | 2009-12-29 | 2016-12-20 | Nvidia Corporation | Load balancing in a system with multi-graphics processors and multi-display systems |
US9331869B2 (en) | 2010-03-04 | 2016-05-03 | Nvidia Corporation | Input/output request packet handling techniques by a device specific kernel mode driver |
KR101641541B1 (en) * | 2010-03-31 | 2016-07-22 | 삼성전자주식회사 | Apparatus and method of dynamically distributing load in multi-core |
US20110292057A1 (en) * | 2010-05-26 | 2011-12-01 | Advanced Micro Devices, Inc. | Dynamic Bandwidth Determination and Processing Task Assignment for Video Data Processing |
US9183560B2 (en) | 2010-05-28 | 2015-11-10 | Daniel H. Abelow | Reality alternate |
JP5539051B2 (en) * | 2010-06-14 | 2014-07-02 | キヤノン株式会社 | Rendering processor |
US8587596B2 (en) * | 2010-06-28 | 2013-11-19 | International Business Machines Corporation | Multithreaded software rendering pipeline with dynamic performance-based reallocation of raster threads |
US9064468B2 (en) | 2010-07-19 | 2015-06-23 | Ati Technologies Ulc | Displaying compressed supertile images |
US8970603B2 (en) | 2010-09-30 | 2015-03-03 | Microsoft Technology Licensing, Llc | Dynamic virtual device failure recovery |
US9069622B2 (en) | 2010-09-30 | 2015-06-30 | Microsoft Technology Licensing, Llc | Techniques for load balancing GPU enabled virtual machines |
US8736695B2 (en) | 2010-11-12 | 2014-05-27 | Qualcomm Incorporated | Parallel image processing using multiple processors |
US9524572B2 (en) * | 2010-11-23 | 2016-12-20 | Microsoft Technology Licensing, Llc | Parallel processing of pixel data |
US8830245B2 (en) * | 2010-12-14 | 2014-09-09 | Amazon Technologies, Inc. | Load balancing between general purpose processors and graphics processors |
JP5275402B2 (en) * | 2011-04-20 | 2013-08-28 | 株式会社東芝 | Information processing apparatus, video playback method, and video playback program |
JP2012256223A (en) | 2011-06-09 | 2012-12-27 | Sony Corp | Information processing device and information processing method |
CN102270095A (en) * | 2011-06-30 | 2011-12-07 | 威盛电子股份有限公司 | Multiple display control method and system |
DE102011108754A1 (en) * | 2011-07-28 | 2013-01-31 | Khs Gmbh | inspection unit |
KR20130019674A (en) * | 2011-08-17 | 2013-02-27 | 삼성전자주식회사 | Terminal and method for performing application thereof |
CN102521209B (en) * | 2011-12-12 | 2015-03-11 | 浪潮电子信息产业股份有限公司 | Parallel multiprocessor computer design method |
CN102546946B (en) * | 2012-01-05 | 2014-04-23 | 中国联合网络通信集团有限公司 | Method and device for processing task on mobile terminal |
WO2013122572A1 (en) * | 2012-02-14 | 2013-08-22 | Empire Technology Development Llc | Load balancing in cloud-based game system |
KR101947726B1 (en) * | 2012-03-08 | 2019-02-13 | 삼성전자주식회사 | Image processing apparatus and Method for processing image thereof |
KR101834195B1 (en) * | 2012-03-15 | 2018-04-13 | 삼성전자주식회사 | System and Method for Balancing Load on Multi-core Architecture |
US9875105B2 (en) | 2012-05-03 | 2018-01-23 | Nvidia Corporation | Checkpointed buffer for re-entry from runahead |
KR101399472B1 (en) * | 2012-08-13 | 2014-06-27 | (주)투비소프트 | Method and apparatus for rendering processing by using multiple processings |
KR101399473B1 (en) * | 2012-08-13 | 2014-05-28 | (주)투비소프트 | Method and apparatus for rendering processing by using multiple processings |
US10001996B2 (en) | 2012-10-26 | 2018-06-19 | Nvidia Corporation | Selective poisoning of data during runahead |
US9269120B2 (en) | 2012-11-06 | 2016-02-23 | Intel Corporation | Dynamically rebalancing graphics processor resources |
GB2522355B (en) * | 2012-11-06 | 2019-12-25 | Intel Corp | Dynamically rebalancing graphics processor resources |
US9740553B2 (en) | 2012-11-14 | 2017-08-22 | Nvidia Corporation | Managing potentially invalid results during runahead |
US9632976B2 (en) | 2012-12-07 | 2017-04-25 | Nvidia Corporation | Lazy runahead operation for a microprocessor |
US9275601B2 (en) | 2012-12-12 | 2016-03-01 | Intel Corporation | Techniques to control frame display rate |
US9823931B2 (en) | 2012-12-28 | 2017-11-21 | Nvidia Corporation | Queued instruction re-dispatch after runahead |
US10970429B2 (en) * | 2013-01-07 | 2021-04-06 | Magma Giessereitechnologie Gmbh | Method and algorithm for simulating the influence of thermally coupled surface radiation in casting processes |
CN103077088B (en) * | 2013-01-17 | 2016-01-13 | 浙江大学 | Based on the dynamic feedback of load equalization methods of PKDT tree in Cluster Rendering environment |
CN103984669A (en) * | 2013-02-07 | 2014-08-13 | 辉达公司 | System and method for image processing |
US20140298246A1 (en) * | 2013-03-29 | 2014-10-02 | Lenovo (Singapore) Pte, Ltd. | Automatic display partitioning based on user number and orientation |
US9582280B2 (en) | 2013-07-18 | 2017-02-28 | Nvidia Corporation | Branching to alternate code based on runahead determination |
WO2015012786A1 (en) | 2013-07-22 | 2015-01-29 | Empire Technology Development Llc | Game load management |
JP6249692B2 (en) * | 2013-09-06 | 2017-12-20 | キヤノン株式会社 | Image processing apparatus, control method thereof, and program |
IN2013MU03836A (en) * | 2013-12-06 | 2015-07-31 | Tata Consultancy Services Ltd | |
AU2013273716A1 (en) | 2013-12-19 | 2015-07-09 | Canon Kabushiki Kaisha | Method, apparatus and system for rendering an image |
KR20150095144A (en) * | 2014-02-12 | 2015-08-20 | 삼성전자주식회사 | Method and apparatus for rendering graphics data and medium record of |
US9275429B2 (en) * | 2014-02-17 | 2016-03-01 | Qualcomm Incorporated | Device hang detection and recovery |
US9417911B2 (en) | 2014-03-12 | 2016-08-16 | Live Planet Llc | Systems and methods for scalable asynchronous computing framework |
EP3136719A4 (en) * | 2014-04-24 | 2017-09-13 | Sony Corporation | Image processing apparatus and method and surgical operation system |
US10346941B2 (en) * | 2014-05-30 | 2019-07-09 | Apple Inc. | System and method for unified application programming interface and model |
DK178380B1 (en) * | 2014-07-01 | 2016-01-25 | Magma Giessereitechnologie Gmbh | Method of beam tracking for use in a simulation or calculation process |
CN106873935B (en) * | 2014-07-16 | 2020-01-07 | 三星半导体(中国)研究开发有限公司 | Display driving apparatus and method for generating display interface of electronic terminal |
US9898804B2 (en) * | 2014-07-16 | 2018-02-20 | Samsung Electronics Co., Ltd. | Display driver apparatus and method of driving display |
CN104123452B (en) * | 2014-07-18 | 2017-10-10 | 西北工业大学 | GPU load comprehensive evaluation methods based on fuzzy decision |
KR102314110B1 (en) * | 2014-09-16 | 2021-10-18 | 삼성디스플레이 주식회사 | Touch display device comprising visual accelerator |
GB2533284B (en) * | 2014-12-11 | 2017-04-12 | Imagination Tech Ltd | Performing object detection |
JP6513984B2 (en) * | 2015-03-16 | 2019-05-15 | 株式会社スクウェア・エニックス | PROGRAM, RECORDING MEDIUM, INFORMATION PROCESSING DEVICE, AND CONTROL METHOD |
US10445850B2 (en) * | 2015-08-26 | 2019-10-15 | Intel Corporation | Technologies for offloading network packet processing to a GPU |
US9767770B2 (en) * | 2015-12-28 | 2017-09-19 | American Megatrends Inc. | Computer system and method thereof for scalable data processing |
US9817431B2 (en) * | 2016-02-03 | 2017-11-14 | Qualcomm Incorporated | Frame based clock rate adjustment for processing unit |
GB2547252B (en) * | 2016-02-12 | 2019-12-11 | Advanced Risc Mach Ltd | Graphics processing systems |
KR101797845B1 (en) * | 2016-02-16 | 2017-11-14 | 가천대학교 산학협력단 | Parallel video processing apparatus using multicore system and method thereof |
US10261847B2 (en) | 2016-04-08 | 2019-04-16 | Bitfusion.io, Inc. | System and method for coordinating use of multiple coprocessors |
WO2017203096A1 (en) * | 2016-05-27 | 2017-11-30 | Picturall Oy | A computer-implemented method for reducing video latency of a computer video processing system and computer program product thereto |
US9990714B2 (en) | 2016-09-07 | 2018-06-05 | Simula Innovation As | Apparatus and method for global optimization |
US10115223B2 (en) * | 2017-04-01 | 2018-10-30 | Intel Corporation | Graphics apparatus including a parallelized macro-pipeline |
US10147159B2 (en) * | 2017-04-07 | 2018-12-04 | Microsoft Technology Licensing, Llc | Ink render using high priority queues |
US10043232B1 (en) * | 2017-04-09 | 2018-08-07 | Intel Corporation | Compute cluster preemption within a general-purpose graphics processing unit |
JP7013677B2 (en) * | 2017-05-01 | 2022-02-01 | ソニーグループ株式会社 | Medical image processing device, operation method of medical image processing device, and endoscopic system |
CN107423135B (en) * | 2017-08-07 | 2020-05-12 | 上海兆芯集成电路有限公司 | Equalizing device and equalizing method |
GB2565770B (en) | 2017-08-15 | 2019-09-18 | Advanced Risc Mach Ltd | Data processing systems |
US10354356B2 (en) * | 2017-11-02 | 2019-07-16 | Dell Products L.P. | Systems and methods for interconnecting and cooling multiple graphics processing unit (GPU) cards |
JP2019128658A (en) * | 2018-01-22 | 2019-08-01 | ファナック株式会社 | Numerical control device and numerical control system |
TWI683253B (en) * | 2018-04-02 | 2020-01-21 | 宏碁股份有限公司 | Display system and display method |
CN109395384A (en) * | 2018-09-12 | 2019-03-01 | Oppo广东移动通信有限公司 | Game rendering method and Related product |
WO2020105069A1 (en) * | 2018-11-21 | 2020-05-28 | Datalogic Ip Tech S.R.L. | Image multiprocessing method for vision systems |
TWI734072B (en) * | 2019-01-25 | 2021-07-21 | 鴻齡科技股份有限公司 | Gpu accelerated optimization method, device and computer storage medium |
US11074666B2 (en) * | 2019-01-30 | 2021-07-27 | Sony Interactive Entertainment LLC | Scalable game console CPU/GPU design for home console and cloud gaming |
US11890538B2 (en) | 2019-01-30 | 2024-02-06 | Sony Interactive Entertainment LLC | Scalable game console CPU / GPU design for home console and cloud gaming |
CN109920040B (en) * | 2019-03-01 | 2023-10-27 | 京东方科技集团股份有限公司 | Display scene processing method and device and storage medium |
JP7317630B2 (en) * | 2019-08-14 | 2023-07-31 | キヤノン株式会社 | Image processing device, image processing method, and program |
CN110532100B (en) * | 2019-09-02 | 2022-04-15 | Oppo广东移动通信有限公司 | Method, device, terminal and storage medium for scheduling resources |
US11120522B2 (en) * | 2020-02-03 | 2021-09-14 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by subdividing geometry |
US11263718B2 (en) * | 2020-02-03 | 2022-03-01 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by pretesting against in interleaved screen regions before rendering |
US11170461B2 (en) | 2020-02-03 | 2021-11-09 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by performing geometry analysis while rendering |
WO2021158449A1 (en) * | 2020-02-03 | 2021-08-12 | Sony Interactive Entertainment Inc. | System and method for efficient multi-gpu rendering of geometry by region testing while rendering |
US11514549B2 (en) | 2020-02-03 | 2022-11-29 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by generating information in one rendering phase for use in another rendering phase |
US12112394B2 (en) * | 2020-02-03 | 2024-10-08 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by pretesting against screen regions using configurable shaders |
CN115335866A (en) * | 2020-02-03 | 2022-11-11 | 索尼互动娱乐股份有限公司 | System and method for efficient multi-GPU rendering of geometry through geometry analysis at rendering |
US11508110B2 (en) * | 2020-02-03 | 2022-11-22 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by performing geometry analysis before rendering |
US11321800B2 (en) | 2020-02-03 | 2022-05-03 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by region testing while rendering |
US12001929B2 (en) | 2020-04-01 | 2024-06-04 | Samsung Electronics Co., Ltd. | Mixed-precision neural processing unit (NPU) using spatial fusion with load balancing |
US20220035684A1 (en) * | 2020-08-03 | 2022-02-03 | Nvidia Corporation | Dynamic load balancing of operations for real-time deep learning analytics |
CN111988598B (en) * | 2020-09-09 | 2022-06-21 | 江苏普旭科技股份有限公司 | Visual image generation method based on far and near view layered rendering |
US11934846B2 (en) * | 2020-10-01 | 2024-03-19 | Adobe Inc. | Job modification to present a user interface based on a user interface update rate |
US11604752B2 (en) | 2021-01-29 | 2023-03-14 | Arm Limited | System for cross-routed communication between functional units of multiple processing units |
CN114095655B (en) * | 2021-11-17 | 2024-08-13 | 海信视像科技股份有限公司 | Method and device for displaying streaming data |
KR20240056563A (en) * | 2021-12-10 | 2024-04-30 | 구글 엘엘씨 | Scalable hardware architecture template for streaming input data processing |
US20230289211A1 (en) | 2022-03-10 | 2023-09-14 | Nvidia Corporation | Techniques for Scalable Load Balancing of Thread Groups in a Processor |
US11983809B2 (en) * | 2022-05-23 | 2024-05-14 | Rockwell Collins, Inc. | A-Buffer dynamic allocation |
TWI838028B (en) * | 2022-12-21 | 2024-04-01 | 宏碁股份有限公司 | Electronic device and method for loading graphic resource and image processing model |
US20240220115A1 (en) * | 2022-12-29 | 2024-07-04 | Advanced Micro Devices, Inc. | Apparatus and methods for direct co-processor access to prestored file system data in a non-volatile memory system |
CN116954541B (en) * | 2023-09-18 | 2024-02-09 | 广东保伦电子股份有限公司 | Video cutting method and system for spliced screen |
Citations (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5031089A (en) * | 1988-12-30 | 1991-07-09 | United States Of America As Represented By The Administrator, National Aeronautics And Space Administration | Dynamic resource allocation scheme for distributed heterogeneous computer systems |
US5719598A (en) * | 1993-08-23 | 1998-02-17 | Loral Aerospace Corporation | Graphics processor for parallel processing a plurality of fields of view for multiple video displays |
US5790130A (en) * | 1995-06-08 | 1998-08-04 | Hewlett-Packard Company | Texel cache interrupt daemon for virtual memory management of texture maps |
US5841444A (en) * | 1996-03-21 | 1998-11-24 | Samsung Electronics Co., Ltd. | Multiprocessor graphics system |
US6023381A (en) * | 1998-02-05 | 2000-02-08 | Leica Mikroskopie Und Systeme Gmbh | Microscope objective having a correction holder |
US6078339A (en) * | 1998-02-10 | 2000-06-20 | Intel Corporation | Mutual exclusion of drawing engine execution on a graphics device |
US6191800B1 (en) * | 1998-08-11 | 2001-02-20 | International Business Machines Corporation | Dynamic balancing of graphics workloads using a tiling strategy |
US6259461B1 (en) * | 1998-10-14 | 2001-07-10 | Hewlett Packard Company | System and method for accelerating the rendering of graphics in a multi-pass rendering environment |
US6266072B1 (en) * | 1995-04-05 | 2001-07-24 | Hitachi, Ltd | Graphics system |
US6317133B1 (en) * | 1998-09-18 | 2001-11-13 | Ati Technologies, Inc. | Graphics processor with variable performance characteristics |
US6362818B1 (en) * | 1998-01-07 | 2002-03-26 | Evans & Sutherland Computer Corporation | System and method for reducing the rendering load for high depth complexity scenes on a computer graphics display |
US6445391B1 (en) * | 1998-02-17 | 2002-09-03 | Sun Microsystems, Inc. | Visible-object determination for interactive visualization |
US6469746B1 (en) * | 1992-12-28 | 2002-10-22 | Sanyo Electric Co., Ltd. | Multi-vision screen adapter |
US6473086B1 (en) * | 1999-12-09 | 2002-10-29 | Ati International Srl | Method and apparatus for graphics processing using parallel graphics processors |
US6570571B1 (en) * | 1999-01-27 | 2003-05-27 | Nec Corporation | Image processing apparatus and method for efficient distribution of image processing to plurality of graphics processors |
US20030128216A1 (en) * | 2001-12-21 | 2003-07-10 | Walls Jeffrey J. | System and method for automatically configuring graphics pipelines by tracking a region of interest in a computer graphical display system |
US20030169269A1 (en) * | 2002-03-11 | 2003-09-11 | Nobuo Sasaki | System and method of optimizing graphics processing |
US6651082B1 (en) * | 1998-08-03 | 2003-11-18 | International Business Machines Corporation | Method for dynamically changing load balance and computer |
US20040003023A1 (en) * | 2002-06-28 | 2004-01-01 | Paul Gootherts | Processing thread launching using volunteer information |
US6724390B1 (en) * | 1999-12-29 | 2004-04-20 | Intel Corporation | Allocating memory |
US20040075623A1 (en) * | 2002-10-17 | 2004-04-22 | Microsoft Corporation | Method and system for displaying images on multiple monitors |
US6747654B1 (en) * | 2000-04-20 | 2004-06-08 | Ati International Srl | Multiple device frame synchronization method and apparatus |
US20040125111A1 (en) * | 2002-12-30 | 2004-07-01 | Silicon Graphics, Inc. | System, method, and computer program product for near-real time load balancing across multiple rendering pipelines |
US6781590B2 (en) * | 1986-10-06 | 2004-08-24 | Hitachi, Ltd. | Graphic processing system having bus connection control functions |
US20040189650A1 (en) * | 2003-03-31 | 2004-09-30 | Deering Michael F. | Accelerator control unit configured to manage multiple hardware contexts |
US20050012749A1 (en) * | 2003-07-15 | 2005-01-20 | Nelson Gonzalez | Multiple parallel processor computer graphics system |
US6853381B1 (en) * | 1999-09-16 | 2005-02-08 | Ati International Srl | Method and apparatus for a write behind raster |
US20050088445A1 (en) * | 2003-10-22 | 2005-04-28 | Alienware Labs Corporation | Motherboard for supporting multiple graphics cards |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05324583A (en) | 1992-05-26 | 1993-12-07 | Dainippon Screen Mfg Co Ltd | Image data processor |
JP2780575B2 (en) * | 1992-07-27 | 1998-07-30 | 松下電器産業株式会社 | Parallel image generation device |
EP0693737A3 (en) * | 1994-07-21 | 1997-01-08 | Ibm | Method and apparatus for managing multiprocessor graphical workload distribution |
JPH10506492A (en) * | 1995-07-21 | 1998-06-23 | フィリップス エレクトロニクス ネムローゼ フェンノートシャップ | Multimedia processor architecture with high performance density |
JPH09153150A (en) * | 1995-12-01 | 1997-06-10 | Hitachi Ltd | Parallel processing method |
US6023281A (en) | 1998-03-02 | 2000-02-08 | Ati Technologies, Inc. | Method and apparatus for memory allocation |
JP2000132349A (en) * | 1998-10-21 | 2000-05-12 | Fuji Xerox Co Ltd | Plotting processor |
US7047309B2 (en) * | 2000-08-23 | 2006-05-16 | International Business Machines Corporation | Load balancing and dynamic control of multiple data streams in a network |
JP2003115047A (en) * | 2001-03-23 | 2003-04-18 | Keisoku Giken Co Ltd | Device for generating and displaying highly accurate image |
US7075541B2 (en) | 2003-08-18 | 2006-07-11 | Nvidia Corporation | Adaptive load balancing in a multi-processor graphics processing system |
-
2003
- 2003-08-18 US US10/642,905 patent/US7075541B2/en not_active Expired - Lifetime
-
2004
- 2004-08-17 TW TW093124643A patent/TWI344108B/en not_active IP Right Cessation
- 2004-08-17 CA CA002535878A patent/CA2535878A1/en not_active Abandoned
- 2004-08-17 JP JP2006523975A patent/JP4691493B2/en not_active Expired - Lifetime
- 2004-08-17 DE DE602004019104T patent/DE602004019104D1/en not_active Expired - Lifetime
- 2004-08-17 WO PCT/US2004/026656 patent/WO2005020157A1/en active Application Filing
- 2004-08-17 EP EP04781366A patent/EP1661092B1/en not_active Expired - Lifetime
-
2006
- 2006-03-14 US US11/376,587 patent/US20060221087A1/en not_active Abandoned
- 2006-03-14 US US11/375,820 patent/US20060221086A1/en not_active Abandoned
-
2010
- 2010-06-17 US US12/817,997 patent/US8077181B2/en not_active Expired - Lifetime
Patent Citations (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6781590B2 (en) * | 1986-10-06 | 2004-08-24 | Hitachi, Ltd. | Graphic processing system having bus connection control functions |
US5031089A (en) * | 1988-12-30 | 1991-07-09 | United States Of America As Represented By The Administrator, National Aeronautics And Space Administration | Dynamic resource allocation scheme for distributed heterogeneous computer systems |
US6469746B1 (en) * | 1992-12-28 | 2002-10-22 | Sanyo Electric Co., Ltd. | Multi-vision screen adapter |
US5719598A (en) * | 1993-08-23 | 1998-02-17 | Loral Aerospace Corporation | Graphics processor for parallel processing a plurality of fields of view for multiple video displays |
US6266072B1 (en) * | 1995-04-05 | 2001-07-24 | Hitachi, Ltd | Graphics system |
US5790130A (en) * | 1995-06-08 | 1998-08-04 | Hewlett-Packard Company | Texel cache interrupt daemon for virtual memory management of texture maps |
US5841444A (en) * | 1996-03-21 | 1998-11-24 | Samsung Electronics Co., Ltd. | Multiprocessor graphics system |
US6362818B1 (en) * | 1998-01-07 | 2002-03-26 | Evans & Sutherland Computer Corporation | System and method for reducing the rendering load for high depth complexity scenes on a computer graphics display |
US6023381A (en) * | 1998-02-05 | 2000-02-08 | Leica Mikroskopie Und Systeme Gmbh | Microscope objective having a correction holder |
US6078339A (en) * | 1998-02-10 | 2000-06-20 | Intel Corporation | Mutual exclusion of drawing engine execution on a graphics device |
US6445391B1 (en) * | 1998-02-17 | 2002-09-03 | Sun Microsystems, Inc. | Visible-object determination for interactive visualization |
US6651082B1 (en) * | 1998-08-03 | 2003-11-18 | International Business Machines Corporation | Method for dynamically changing load balance and computer |
US6191800B1 (en) * | 1998-08-11 | 2001-02-20 | International Business Machines Corporation | Dynamic balancing of graphics workloads using a tiling strategy |
US6317133B1 (en) * | 1998-09-18 | 2001-11-13 | Ati Technologies, Inc. | Graphics processor with variable performance characteristics |
US6259461B1 (en) * | 1998-10-14 | 2001-07-10 | Hewlett Packard Company | System and method for accelerating the rendering of graphics in a multi-pass rendering environment |
US6570571B1 (en) * | 1999-01-27 | 2003-05-27 | Nec Corporation | Image processing apparatus and method for efficient distribution of image processing to plurality of graphics processors |
US6853381B1 (en) * | 1999-09-16 | 2005-02-08 | Ati International Srl | Method and apparatus for a write behind raster |
US6473086B1 (en) * | 1999-12-09 | 2002-10-29 | Ati International Srl | Method and apparatus for graphics processing using parallel graphics processors |
US6724390B1 (en) * | 1999-12-29 | 2004-04-20 | Intel Corporation | Allocating memory |
US6747654B1 (en) * | 2000-04-20 | 2004-06-08 | Ati International Srl | Multiple device frame synchronization method and apparatus |
US20030128216A1 (en) * | 2001-12-21 | 2003-07-10 | Walls Jeffrey J. | System and method for automatically configuring graphics pipelines by tracking a region of interest in a computer graphical display system |
US20030169269A1 (en) * | 2002-03-11 | 2003-09-11 | Nobuo Sasaki | System and method of optimizing graphics processing |
US20040003023A1 (en) * | 2002-06-28 | 2004-01-01 | Paul Gootherts | Processing thread launching using volunteer information |
US20040075623A1 (en) * | 2002-10-17 | 2004-04-22 | Microsoft Corporation | Method and system for displaying images on multiple monitors |
US20040125111A1 (en) * | 2002-12-30 | 2004-07-01 | Silicon Graphics, Inc. | System, method, and computer program product for near-real time load balancing across multiple rendering pipelines |
US6885376B2 (en) * | 2002-12-30 | 2005-04-26 | Silicon Graphics, Inc. | System, method, and computer program product for near-real time load balancing across multiple rendering pipelines |
US20040189650A1 (en) * | 2003-03-31 | 2004-09-30 | Deering Michael F. | Accelerator control unit configured to manage multiple hardware contexts |
US20050012749A1 (en) * | 2003-07-15 | 2005-01-20 | Nelson Gonzalez | Multiple parallel processor computer graphics system |
US20050088445A1 (en) * | 2003-10-22 | 2005-04-28 | Alienware Labs Corporation | Motherboard for supporting multiple graphics cards |
Cited By (69)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7843457B2 (en) | 2003-11-19 | 2010-11-30 | Lucid Information Technology, Ltd. | PC-based computing systems employing a bridge chip having a routing unit for distributing geometrical data and graphics commands to parallelized GPU-driven pipeline cores supported on a plurality of graphics cards and said bridge chip during the running of a graphics application |
US8134563B2 (en) | 2003-11-19 | 2012-03-13 | Lucid Information Technology, Ltd | Computing system having multi-mode parallel graphics rendering subsystem (MMPGRS) employing real-time automatic scene profiling and mode control |
US7800611B2 (en) | 2003-11-19 | 2010-09-21 | Lucid Information Technology, Ltd. | Graphics hub subsystem for interfacing parallalized graphics processing units (GPUs) with the central processing unit (CPU) of a PC-based computing system having an CPU interface module and a PC bus |
US7808499B2 (en) | 2003-11-19 | 2010-10-05 | Lucid Information Technology, Ltd. | PC-based computing system employing parallelized graphics processing units (GPUS) interfaced with the central processing unit (CPU) using a PC bus and a hardware graphics hub having a router |
US8085273B2 (en) | 2003-11-19 | 2011-12-27 | Lucid Information Technology, Ltd | Multi-mode parallel graphics rendering system employing real-time automatic scene profiling and mode control |
US9584592B2 (en) | 2003-11-19 | 2017-02-28 | Lucidlogix Technologies Ltd. | Internet-based graphics application profile management system for updating graphic application profiles stored within the multi-GPU graphics rendering subsystems of client machines running graphics-based applications |
US9405586B2 (en) | 2003-11-19 | 2016-08-02 | Lucidlogix Technologies, Ltd. | Method of dynamic load-balancing within a PC-based computing system employing a multiple GPU-based graphics pipeline architecture supporting multiple modes of GPU parallelization |
US8284207B2 (en) | 2003-11-19 | 2012-10-09 | Lucid Information Technology, Ltd. | Method of generating digital images of objects in 3D scenes while eliminating object overdrawing within the multiple graphics processing pipeline (GPPLS) of a parallel graphics processing system generating partial color-based complementary-type images along the viewing direction using black pixel rendering and subsequent recompositing operations |
US8754894B2 (en) | 2003-11-19 | 2014-06-17 | Lucidlogix Software Solutions, Ltd. | Internet-based graphics application profile management system for updating graphic application profiles stored within the multi-GPU graphics rendering subsystems of client machines running graphics-based applications |
US7777748B2 (en) | 2003-11-19 | 2010-08-17 | Lucid Information Technology, Ltd. | PC-level computing system with a multi-mode parallel graphics rendering subsystem employing an automatic mode controller, responsive to performance data collected during the run-time of graphics applications |
US7796130B2 (en) | 2003-11-19 | 2010-09-14 | Lucid Information Technology, Ltd. | PC-based computing system employing multiple graphics processing units (GPUS) interfaced with the central processing unit (CPU) using a PC bus and a hardware hub, and parallelized according to the object division mode of parallel operation |
US7796129B2 (en) | 2003-11-19 | 2010-09-14 | Lucid Information Technology, Ltd. | Multi-GPU graphics processing subsystem for installation in a PC-based computing system having a central processing unit (CPU) and a PC bus |
US7800619B2 (en) | 2003-11-19 | 2010-09-21 | Lucid Information Technology, Ltd. | Method of providing a PC-based computing system with parallel graphics processing capabilities |
US7800610B2 (en) | 2003-11-19 | 2010-09-21 | Lucid Information Technology, Ltd. | PC-based computing system employing a multi-GPU graphics pipeline architecture supporting multiple modes of GPU parallelization dymamically controlled while running a graphics application |
US8629877B2 (en) | 2003-11-19 | 2014-01-14 | Lucid Information Technology, Ltd. | Method of and system for time-division based parallelization of graphics processing units (GPUs) employing a hardware hub with router interfaced between the CPU and the GPUs for the transfer of geometric data and graphics commands and rendered pixel data within the system |
US7961194B2 (en) | 2003-11-19 | 2011-06-14 | Lucid Information Technology, Ltd. | Method of controlling in real time the switching of modes of parallel operation of a multi-mode parallel graphics processing subsystem embodied within a host computing system |
US7944450B2 (en) | 2003-11-19 | 2011-05-17 | Lucid Information Technology, Ltd. | Computing system having a hybrid CPU/GPU fusion-type graphics processing pipeline (GPPL) architecture |
US7940274B2 (en) | 2003-11-19 | 2011-05-10 | Lucid Information Technology, Ltd | Computing system having a multiple graphics processing pipeline (GPPL) architecture supported on multiple external graphics cards connected to an integrated graphics device (IGD) embodied within a bridge circuit |
US7812846B2 (en) | 2003-11-19 | 2010-10-12 | Lucid Information Technology, Ltd | PC-based computing system employing a silicon chip of monolithic construction having a routing unit, a control unit and a profiling unit for parallelizing the operation of multiple GPU-driven pipeline cores according to the object division mode of parallel operation |
US8125487B2 (en) | 2003-11-19 | 2012-02-28 | Lucid Information Technology, Ltd | Game console system capable of paralleling the operation of multiple graphic processing units (GPUS) employing a graphics hub device supported on a game console board |
US7834880B2 (en) | 2004-01-28 | 2010-11-16 | Lucid Information Technology, Ltd. | Graphics processing and display system employing multiple graphics cores on a silicon chip of monolithic construction |
US7812844B2 (en) | 2004-01-28 | 2010-10-12 | Lucid Information Technology, Ltd. | PC-based computing system employing a silicon chip having a routing unit and a control unit for parallelizing multiple GPU-driven pipeline cores according to the object division mode of parallel operation during the running of a graphics application |
US7812845B2 (en) | 2004-01-28 | 2010-10-12 | Lucid Information Technology, Ltd. | PC-based computing system employing a silicon chip implementing parallelized GPU-driven pipelines cores supporting multiple modes of parallelization dynamically controlled while running a graphics application |
US7808504B2 (en) | 2004-01-28 | 2010-10-05 | Lucid Information Technology, Ltd. | PC-based computing system having an integrated graphics subsystem supporting parallel graphics processing operations across a plurality of different graphics processing units (GPUS) from the same or different vendors, in a manner transparent to graphics applications |
US8754897B2 (en) | 2004-01-28 | 2014-06-17 | Lucidlogix Software Solutions, Ltd. | Silicon chip of a monolithic construction for use in implementing multiple graphic cores in a graphics processing and display subsystem |
US9659340B2 (en) | 2004-01-28 | 2017-05-23 | Lucidlogix Technologies Ltd | Silicon chip of a monolithic construction for use in implementing multiple graphic cores in a graphics processing and display subsystem |
US11341602B2 (en) | 2005-01-25 | 2022-05-24 | Google Llc | System on chip having processing and graphics units |
US10867364B2 (en) | 2005-01-25 | 2020-12-15 | Google Llc | System on chip having processing and graphics units |
US10614545B2 (en) | 2005-01-25 | 2020-04-07 | Google Llc | System on chip having processing and graphics units |
US8497865B2 (en) | 2006-12-31 | 2013-07-30 | Lucid Information Technology, Ltd. | Parallel graphics system employing multiple graphics processing pipelines with multiple graphics processing units (GPUS) and supporting an object division mode of parallel graphics processing using programmable pixel or vertex processing resources provided with the GPUS |
US20080263220A1 (en) * | 2007-04-17 | 2008-10-23 | Sony Corporation | Image processing system, image processing apparatus, image processing method, and program |
US8234652B2 (en) | 2007-08-28 | 2012-07-31 | International Business Machines Corporation | Performing setup operations for receiving different amounts of data while processors are performing message passing interface tasks |
US20090064168A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | System and Method for Hardware Based Dynamic Load Balancing of Message Passing Interface Tasks By Modifying Tasks |
US8108876B2 (en) * | 2007-08-28 | 2012-01-31 | International Business Machines Corporation | Modifying an operation of one or more processors executing message passing interface tasks |
US20090063885A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | System and Computer Program Product for Modifying an Operation of One or More Processors Executing Message Passing Interface Tasks |
US20090064167A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | System and Method for Performing Setup Operations for Receiving Different Amounts of Data While Processors are Performing Message Passing Interface Tasks |
US8127300B2 (en) * | 2007-08-28 | 2012-02-28 | International Business Machines Corporation | Hardware based dynamic load balancing of message passing interface tasks |
US8312464B2 (en) | 2007-08-28 | 2012-11-13 | International Business Machines Corporation | Hardware based dynamic load balancing of message passing interface tasks by modifying tasks |
US20090064165A1 (en) * | 2007-08-28 | 2009-03-05 | Arimilli Lakshminarayana B | Method for Hardware Based Dynamic Load Balancing of Message Passing Interface Tasks |
US8893148B2 (en) | 2007-08-28 | 2014-11-18 | International Business Machines Corporation | Performing setup operations for receiving different amounts of data while processors are performing message passing interface tasks |
US8773445B2 (en) * | 2007-11-06 | 2014-07-08 | Nvidia Corporation | Method and system for blending rendered images from multiple applications |
US20120188270A1 (en) * | 2007-11-06 | 2012-07-26 | Nvidia Corporation | Method and system for blending rendered images from multiple applications |
US8056086B2 (en) | 2008-05-19 | 2011-11-08 | International Business Machines Corporation | Load balancing for image processing using multiple processors |
US20090288096A1 (en) * | 2008-05-19 | 2009-11-19 | Ahmed Hazem Mohamed Rashid El-Mahdy | Load balancing for image processing using multiple processors |
US20090324085A1 (en) * | 2008-06-27 | 2009-12-31 | Andrew Leung | Object detection control apparatus, object detecting system, object detection control method, and computer program |
US8363893B2 (en) * | 2008-06-27 | 2013-01-29 | Sony Corporation | Object detection control apparatus, object detecting system, object detection control method, and computer program |
US20100110085A1 (en) * | 2008-10-30 | 2010-05-06 | Microchip Technology Incorporated | Microcontroller with integrated graphical processing unit |
US8456478B2 (en) * | 2008-10-30 | 2013-06-04 | Microchip Technology Incorporated | Microcontroller with integrated graphical processing unit |
US8704838B2 (en) | 2008-12-15 | 2014-04-22 | Canon Kabushiki Kaisha | Load balancing in multiple processor rendering systems |
US20100149195A1 (en) * | 2008-12-15 | 2010-06-17 | Canon Kabushiki Kaisha | Load balancing in multiple processor rendering systems |
US20110212761A1 (en) * | 2010-02-26 | 2011-09-01 | Igt | Gaming machine processor |
US8675002B1 (en) * | 2010-06-09 | 2014-03-18 | Ati Technologies, Ulc | Efficient approach for a unified command buffer |
US8482571B2 (en) * | 2010-06-18 | 2013-07-09 | Sony Corporation | Information processing processing apparatus, method for controlling information processing apparatus, and program |
US20110310107A1 (en) * | 2010-06-18 | 2011-12-22 | Hisakazu Shiraki | Information processing apparatus, method for controlling information processing apparatus, and program |
CN102289782A (en) * | 2010-06-18 | 2011-12-21 | 索尼公司 | Information processing apparatus, and method and program for controlling information processing apparatus |
US20150160861A1 (en) * | 2013-12-06 | 2015-06-11 | Concurrent Ventures, LLC | System and method for dividing and synchronizing a processing task across multiple processing elements/processors in hardware |
US10359956B2 (en) * | 2013-12-06 | 2019-07-23 | Concurrent Ventures, LLC | System and method for dividing and synchronizing a processing task across multiple processing elements/processors in hardware |
US8924596B1 (en) * | 2013-12-06 | 2014-12-30 | Concurrent Ventures, LLC | System and method for dividing and synchronizing a processing task across multiple processing elements/processors in hardware |
US9201597B2 (en) * | 2013-12-06 | 2015-12-01 | Concurrent Ventures, LLC | System and method for dividing and synchronizing a processing task across multiple processing elements/processors in hardware |
US9753658B2 (en) * | 2013-12-06 | 2017-09-05 | Concurrent Ventures, LLC | System and method for dividing and synchronizing a processing task across multiple processing elements/processors in hardware |
US10210651B2 (en) | 2015-12-21 | 2019-02-19 | Imagination Technologies Limited | Allocation of tiles to processing engines in a graphics processing system |
GB2559042B (en) * | 2015-12-21 | 2019-06-05 | Imagination Tech Ltd | Allocation of tiles to processing engines in a graphics processing system |
US10475228B2 (en) | 2015-12-21 | 2019-11-12 | Imagination Technologies Limited | Allocation of tiles to processing engines in a graphics processing system |
GB2559042A (en) * | 2015-12-21 | 2018-07-25 | Imagination Tech Ltd | Allocation of tiles to processing engines in a graphics processing system |
US10055877B2 (en) | 2015-12-21 | 2018-08-21 | Imagination Technologies Limited | Allocation of tiles to processing engines in a graphics processing system |
US10084855B2 (en) | 2017-01-23 | 2018-09-25 | Akamai Technologies, Inc. | Pixel-based load balancing |
US11605148B2 (en) * | 2020-02-03 | 2023-03-14 | Sony Interactive Entertainment Inc. | System and method for efficient multi-GPU rendering of geometry by pretesting against screen regions using prior frame information |
US20230222620A1 (en) * | 2020-02-03 | 2023-07-13 | Sony Interactive Entertainment Inc. | Assigning geometry for pretesting against screen regions for an image frame using prior frame information |
US11954760B2 (en) * | 2020-02-03 | 2024-04-09 | Sony Interactive Entertainment Inc. | Assigning geometry for pretesting against screen regions for an image frame using prior frame information |
Also Published As
Publication number | Publication date |
---|---|
EP1661092A1 (en) | 2006-05-31 |
US20050041031A1 (en) | 2005-02-24 |
US20060221086A1 (en) | 2006-10-05 |
WO2005020157A1 (en) | 2005-03-03 |
EP1661092B1 (en) | 2009-01-14 |
JP4691493B2 (en) | 2011-06-01 |
JP2007503059A (en) | 2007-02-15 |
US7075541B2 (en) | 2006-07-11 |
US8077181B2 (en) | 2011-12-13 |
TWI344108B (en) | 2011-06-21 |
CA2535878A1 (en) | 2005-03-03 |
TW200511113A (en) | 2005-03-16 |
DE602004019104D1 (en) | 2009-03-05 |
US20100271375A1 (en) | 2010-10-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8077181B2 (en) | Adaptive load balancing in a multi processor graphics processing system | |
US8169441B2 (en) | Method and system for minimizing an amount of data needed to test data against subarea boundaries in spatially composited digital video | |
US5969726A (en) | Caching and coherency control of multiple geometry accelerators in a computer graphics system | |
US7616207B1 (en) | Graphics processing system including at least three bus devices | |
US7009614B2 (en) | Unified memory distributed across multiple nodes in a computer graphics system | |
US8587581B2 (en) | Order-preserving distributed rasterizer | |
US7629978B1 (en) | Multichip rendering with state control | |
US7612781B2 (en) | Memory control method of graphic processor unit | |
US7664922B2 (en) | Data transfer arbitration apparatus and data transfer arbitration method | |
US8941669B1 (en) | Split push buffer rendering for scalability | |
US7760205B2 (en) | Information processing apparatus for efficient image processing | |
US6943804B2 (en) | System and method for performing BLTs | |
US7546425B2 (en) | Data processor with a built-in memory | |
US7404056B1 (en) | Virtual copying scheme for creating multiple versions of state information | |
US20060061579A1 (en) | Information processing apparatus for efficient image processing | |
US7404059B1 (en) | Parallel copying scheme for creating multiple versions of state information | |
US7593971B1 (en) | Configurable state table for managing multiple versions of state information | |
US6873331B2 (en) | System and method for passing messages among processing nodes in a distributed system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |