US20150022534A1 - Graphics processor with arithmetic and elementary function units - Google Patents

Graphics processor with arithmetic and elementary function units Download PDF

Info

Publication number
US20150022534A1
US20150022534A1 US14/506,959 US201414506959A US2015022534A1 US 20150022534 A1 US20150022534 A1 US 20150022534A1 US 201414506959 A US201414506959 A US 201414506959A US 2015022534 A1 US2015022534 A1 US 2015022534A1
Authority
US
United States
Prior art keywords
elementary function
alu
function unit
elementary
unit
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
Application number
US14/506,959
Inventor
Yun Du
Guofang Jiao
Chun Yu
Alexei Vladimirovich Bourd
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qualcomm Inc
Original Assignee
Qualcomm Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qualcomm Inc filed Critical Qualcomm Inc
Priority to US14/506,959 priority Critical patent/US20150022534A1/en
Assigned to QUALCOMM INCORPORATED reassignment QUALCOMM INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: YU, CHUN, DU, YUN, JIAO, GUOFANG, BOURD, ALEXEI VLADIMIROVICH
Publication of US20150022534A1 publication Critical patent/US20150022534A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30145Instruction analysis, e.g. decoding, instruction word fields
    • G06F9/3016Decoding the operand specifier, e.g. specifier format
    • G06F9/30167Decoding the operand specifier, e.g. specifier format of immediate specifier, e.g. constants
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3824Operand accessing
    • G06F9/383Operand prefetching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3851Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution from multiple instruction streams, e.g. multistreaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3885Concurrent instruction execution, e.g. pipeline, look ahead using a plurality of independent parallel functional units

Definitions

  • the present disclosure relates generally to circuits, and more specifically to graphics processors.
  • Graphics processors are widely used to render 2-dimensional (2-D) and 3-dimensional (3-D) images for various applications such as video games, graphics, computer-aided design (CAD), simulation and visualization tools, imaging, etc.
  • a 3-D image may be modeled with surfaces, and each surface may be approximated with polygons (typically triangles).
  • the number of triangles used to represent a 3-D image is dependent on the complexity of the surfaces as well as the desired resolution of the image and may be quite large, e.g., in the millions.
  • Each triangle is defined by three vertices, and each vertex is associated with various attributes such as space coordinates, color values, and texture coordinates. Each attribute may have up to four components.
  • a graphics processor may perform various graphics operations to render an image.
  • the graphics operations may include rasterization, stencil and depth tests, texture mapping, shading, etc.
  • the image is composed of many triangles, and each triangle is composed of picture elements (pixels).
  • the graphics processor renders each triangle by determining the values of the components of each pixel within the triangle.
  • a graphics processor may employ a shader core to perform certain graphics operations such as shading.
  • Shading is a highly complex graphics operation involving lighting, shadowing, etc.
  • the shader core may need to compute transcendental elementary functions such as sine, cosine, reciprocal, logarithm, exponential, square root, and reciprocal square root. These elementary functions may be approximated with polynomial expressions, which may be evaluated with relatively simple instructions executed by an arithmetic logic unit (ALU). However, shader performance may suffer greatly from computing the elementary functions in this manner using an ALU.
  • ALU arithmetic logic unit
  • a graphics processor comprises a shader core and possibly other units.
  • the shader core has at least one ALU that can perform arithmetic operations and at least one elementary function unit that can compute elementary functions.
  • the ALU(s) and elementary function unit(s) are arranged and interconnected such that they can operate in parallel on instructions for the same or different threads to improve throughput. For example, the ALU(s) may execute one instruction for one thread, and the elementary function unit(s) may concurrently execute another instruction for another thread. These threads may be for the same or different graphics applications.
  • the shader core has fewer elementary function units than ALUs, e.g., four ALUs and a single elementary function unit.
  • the four ALUs may perform an arithmetic operation on (1) up to four components of an attribute for one pixel or (2) one component of an attribute for up to four pixels.
  • the single elementary function unit may operate on one component of one pixel at a time. The use of a single elementary function unit may reduce cost (since elementary function units are more complex and costly than ALUs) while still providing good performance (since elementary functions have lower average usage than arithmetic operations).
  • FIG. 1 shows a graphics processor supporting graphics applications.
  • FIG. 2 illustrates attributes and components of a pixel.
  • FIG. 3A shows pixel-parallel processing with four scalar ALUs.
  • FIG. 3B shows component-parallel processing with one quad ALU.
  • FIG. 3C shows an example instruction with synchronization bits.
  • FIG. 3D is an example illustration of latencies of an ALU and an elementary function unit.
  • FIG. 4 shows a shader core with a 4-unit ALU core and a 4-unit elementary function (EF) core.
  • FIG. 5 shows a shader core with parallel ALU core and EF core.
  • FIG. 6 shows a shader core with a 4-unit ALU core and a 1-unit EF core.
  • FIG. 7 shows a block diagram of a wireless device with a graphics processor.
  • FIG. 1 shows a block diagram of a graphics system 100 that supports N graphics applications/programs 110 a through 110 n , where in general N ⁇ 1.
  • Graphics system 100 may be a stand-alone system or part of a larger system such as a computing system, a wireless communication device, etc.
  • Graphics applications 110 a through 110 n may be for video games, graphics, etc., and may run concurrently.
  • Each graphics application 110 may generate threads to achieve the desired results.
  • a thread (or thread of execution) indicates a specific task that may be performed with a sequence of one or more instructions. Threads allow a graphics application to have multiple tasks performed simultaneously by different units and further allow different graphics applications to share resources.
  • a graphics processor 120 receives the threads from graphics applications 110 a through 110 n and performs the tasks indicated by these threads.
  • graphics processor 120 includes a shader core/processor 130 , a texture engine 140 , and a cache memory system 150 .
  • a core generally refers to a processing unit within an integrated circuit.
  • the terms “core”, “engine”, “processor” and “processing unit” are often used interchangeably.
  • Shader core 130 may perform certain graphics operations such as shading and may compute transcendental elementary functions.
  • Texture engine 140 may perform other graphics operations such as texture mapping.
  • Cache memory system 150 may include one or more caches, which are fast memories that can store data and instructions for shader core 130 and texture engine 140 .
  • Graphics processor 120 may include other processing and control units, engines, and memories.
  • graphics processor 120 may include one or more additional engines that perform triangle setup, rasterization, stencil and depth tests, attribute setup, pixel interpolation, etc.
  • the various graphics operations described herein are known in the art.
  • the additional engine(s) may be coupled between graphics applications 110 and shader core 130 or may be coupled to shader core 130 .
  • Graphics processor 120 may implement a software interface such as Open Graphics Library (OpenGL), Direct3D, etc. OpenGL is described in a document entitled “The OpenGL® Graphics System: A Specification,” Version 2.0, dated Oct. 22, 2004, which is publicly available.
  • a main memory 160 is a large, slower memory located further away (e.g., off-chip) from graphics processor 120 .
  • Main memory 160 stores data and instructions that may be loaded into the caches within cache memory system 150 .
  • FIG. 2 illustrates attributes and components of a pixel.
  • a 2-D or 3-D image may be composed of many triangles, and each triangle may be composed of pixels.
  • Each pixel may have various attributes such as space coordinates, color values, texture coordinates, etc.
  • Each attribute may have up to four components.
  • space coordinates may be given by three components for horizontal and vertical coordinates (x and y) and depth (z) or by four components x, y, z, and w, where w is a fourth term for homogeneous coordinates. Homogeneous coordinates are useful for certain graphics operations such as translation, scaling, rotation, etc. Color values are typically given by red (r), green (g), and blue (b). Texture coordinates are typically given by horizontal and vertical coordinates (u and v).
  • a pixel may also be associated with other attributes.
  • the group size may be selected based on various factors such as hardware requirements, performance, etc.
  • a group size of 2 ⁇ 2 may provide a good tradeoff between the various factors. Processing on four pixels in a 2 ⁇ 2 grid may be performed in several manners.
  • FIG. 3A shows pixel-parallel processing on four pixels 1 through 4 with four identical scalar ALUs, ALU1 through ALU4, respectively.
  • the four components of an attribute being operated on are denoted as A p,1 , A p,2 , A p,3 and A p,4 , where p is a pixel index and p ⁇ 1, 2, 3, 4 ⁇ for pixels 1 through 4. These components may be for space coordinates, color values, texture coordinates, etc.
  • the four operands to be applied to the four components are denoted as B p,1 , B p,2 , B p,3 and B p,4 , for p ⁇ 1, 2, 3, 4 ⁇ and may be constants.
  • the ALUs perform a multiply and accumulate (MAC) operation. The four components of each pixel are thus multiplied with the four operands, and the four intermediate results are accumulated to generate a final result for that pixel.
  • MAC multiply and accumulate
  • each scalar ALU operates on the four components of one pixel, and the four ALUs concurrently operate on the four pixels.
  • ALU1 multiplies component A 1,1 with B 1,1 in the first clock period T 1 , then multiplies component A 1,2 with B 1,2 and accumulates this result with the prior result in the second clock period T 2 , then multiplies component A 1,3 with B 1,3 and accumulates this result with the prior result in the third clock period T 3 , then multiplies component A 1,4 with B 1,4 and accumulates this result with the prior result in the fourth clock period T 4 .
  • ALU2 through ALU4 similarly operate on the components of pixels 2 through 4, respectively.
  • FIG. 3B shows component-parallel processing on four pixels with one quad ALU, which may also be called a vector-based ALU.
  • the quad ALU operates on all four components of one pixel at a time.
  • the quad ALU multiplies components A 1,1 , A 1,2 , A 1,3 and A 1,4 with operands B 1,1 , B 1,2 , B 1,3 and B 1,4 , respectively, and accumulates the four intermediate results to obtain the final result for the first pixel in the first clock period T 1 .
  • the quad ALU similarly operates on the components of the second, third and fourth pixels in clock periods T 2 , T 3 and T 4 , respectively.
  • FIGS. 3A and 3B show two schemes for performing quad processing on up to four components of an attribute for up to four pixels.
  • Quad processing for arithmetic operations may be performed by a single quad ALU or four scalar ALUs.
  • ALUs are assumed to be scalar ALUs unless noted otherwise.
  • Quad processing may substantially improve performance.
  • shader core 130 may be designed with capability to perform quad processing.
  • FIG. 4 shows a block diagram of an embodiment of a shader core/processor 130 a with a 4-unit ALU core 440 and a 4-unit elementary function core 450 .
  • Shader core 130 a may be used for shader core 130 in FIG. 1 .
  • a multiplexer (Mux) 410 receives threads from graphics applications 110 a through 110 n and provides these threads to a thread scheduler and context register 420 .
  • Thread scheduler 420 performs various functions to schedule and manage execution of threads. Thread scheduler 420 determines whether to accept new threads, creates a register map table for each accepted thread, and allocates resources to the threads.
  • the register map table indicates mapping between logical register address to physical register file address.
  • thread scheduler 420 determines whether resources required for that thread are ready, pushes the thread into a sleep queue if any resource (e.g., instruction, register file, or texture read) for the thread is not ready, and moves the thread from the sleep queue to an active queue when all of the resources are ready.
  • Thread scheduler 420 interfaces with a load control unit 460 in order to synchronize the resources for the threads.
  • Thread scheduler 420 also manages execution of threads. Thread scheduler 420 fetches the instruction(s) for each thread from an instruction cache 422 , decodes each instruction if necessary, and performs flow control for the thread. Thread scheduler 420 selects active threads for execution, checks for read/write port conflict among the selected threads and, if there is no conflict, sends instruction(s) for one thread into a processing core 430 and sends instruction(s) for another thread to load control unit 460 . Thread scheduler 420 maintains a program/instruction counter for each thread and updates this counter as instructions are executed or program flow is altered. Thread scheduler 420 also issues requests to fetch for missing instructions and removes threads that are completed.
  • Instruction cache 422 stores instructions for the threads. These instructions indicate specific operations to be performed for each thread. Each operation may be an arithmetic operation, an elementary function, a memory access operation, etc. Instruction cache 422 may be loaded with instructions from cache memory system 150 and/or main memory 160 , as needed, via load control unit 460
  • processing core 430 includes ALU core 440 and elementary function core 450 .
  • ALU core 440 performs arithmetic operations such as addition, subtraction, multiplication, multiply and accumulate, absolute, negation, comparison, saturation, etc.
  • ALU core 440 may also perform logical operations such as AND, OR, XOR, etc.
  • ALU core 440 may also perform format conversion, e.g., from integers to floating point numbers, and vice versa.
  • ALU core 440 may be a single quad ALU or four scalar ALUs.
  • ALU core 440 may perform pixel-parallel processing on one component of an attribute for up to four pixels, as shown in FIG. 3A .
  • ALU core 440 may perform component-parallel processing on up to four components of an attribute for a single pixel, as shown in FIG. 3B .
  • elementary function core 450 is composed of four elementary function units that can compute an elementary function for one component of an attribute for up to four pixels (pixel-parallel) or up to four components of an attribute for one pixel (component-parallel).
  • Elementary function core 450 may compute transcendental elementary functions such as sine, cosine, reciprocal, logarithm, exponential, square root, reciprocal square root, etc, which are widely used in shader instructions.
  • Elementary function core 450 may improve shader performance by computing the elementary functions in much less time than the time required to perform polynomial approximations of the elementary functions using simple instructions.
  • Load control unit 460 controls the flow of data and instructions for various units within shader core 130 a .
  • Load control unit 460 interfaces with cache memory system 150 and loads instruction cache 422 , a constant buffer 432 , and register file banks/output buffer 470 with data and instructions from cache memory system 150 .
  • Load control unit 460 also saves the data in output buffer 470 to cache memory system 150 .
  • Load control unit 460 also provides instructions to texture engine 140 .
  • Constant buffer 432 stores constant values used by ALU core 440 .
  • Output buffer 470 stores temporary results as well as final results from ALU core 440 and elementary function core 450 for threads.
  • a demultiplexer (Demux) 480 receives the final results for the executed threads from output buffer 470 and provides these results to the graphics applications.
  • processing core 430 includes both ALU core 440 and elementary function core 450 .
  • This embodiment allows ALU core 440 and elementary function core 450 to share buses that couple cores 440 and 450 to other units (e.g., thread scheduler 420 and output buffer 470 ) within shader core 130 a.
  • Elementary function units are generally more complex than ALUs. Even with cost-effective implementations, elementary function units typically occupy much larger circuit area than ALUs and are thus more expensive than ALUs. To achieve high shader throughput for all shader instructions, the number of elementary function units may be selected to match the number of ALUs, which is four in the embodiment shown in FIG. 4 . However, studies have shown that even though elementary functions are widely used, the average usage of elementary functions is fairly lower than the average usage of ALU operations. The lower average usage results from elementary functions being called less often than arithmetic operations as well as fewer components being operated on by elementary functions than arithmetic operations. For example, elementary functions are typically called less often than arithmetic operations and may thus be adequately supported by fewer elementary function units.
  • FIG. 5 shows a block diagram of an embodiment of a shader core 130 b with a 4-unit ALU core 540 and an L-unit elementary function core 550 , where 1 ⁇ L ⁇ 4. Shader core 130 b may also be used for shader core 130 in FIG. 1 .
  • Shader core 130 b includes a multiplexer 510 , a thread scheduler and context register 520 , an instruction cache 522 , a constant buffer 532 , ALU core 540 , elementary function core 550 , a load control unit 560 , register file banks/output buffer 570 , and a demultiplexer 580 that operate in similar manner as units 410 , 420 , 422 , 432 , 440 , 450 , 460 , 470 and 480 , respectively, in FIG. 4 .
  • ALU core 540 may be a single quad ALU or four scalar ALUs.
  • ALU core 540 couples to thread scheduler 520 , constant buffer 532 , and output buffer 570 via one set of buses.
  • Elementary function core 550 may be composed of one, two or three (L) elementary function units that can compute an elementary function for either L components of one pixel or one component of L pixels.
  • Elementary function core 550 couples to thread scheduler 520 , constant buffer 532 , and output buffer 570 via another set of buses.
  • ALU core 540 and elementary function core 550 are implemented separately from one another and are coupled to other units within shader core 130 b via separate buses.
  • ALU core 540 and elementary function core 550 may then operate on different instructions in parallel. These instructions may be for the same or different graphics applications.
  • the number of elementary function units is fewer than the number of ALUs and may be selected based on a tradeoff between cost and performance.
  • elementary function core 550 will be able to keep pace with ALU core 540 because of the lower average usage of elementary functions.
  • Thread scheduler 520 appropriately schedules elementary function operations with knowledge that L (instead of four) elementary function units are available for use.
  • FIG. 6 shows a block diagram of an embodiment of a shader core/processor 130 c with a 4-unit ALU core 640 and a 1-unit elementary function core 650 .
  • Shader core 130 c may also be used for shader core 130 in FIG. 1 .
  • Shader core 130 c includes a multiplexer 610 , a thread scheduler and context register 620 , an instruction cache 622 , a constant buffer 632 , ALU core 640 , elementary function core 650 , a load control unit 660 , register file banks/output buffer 670 , and a demultiplexer 680 that operate in similar manner as units 410 , 420 , 422 , 432 , 440 , 450 , 460 , 470 and 480 , respectively, in FIG. 4 .
  • ALU core 640 may be a single quad ALU or four scalar ALUs.
  • ALU core 640 couples to thread scheduler 620 , constant buffer 632 , and output buffer 670 via a set of buses.
  • Elementary function core 650 may be composed of a single elementary function unit that can compute an elementary function for one component of one pixel at a time. In the embodiment shown in FIG. 6 , elementary function core 650 couples to load control unit 660 and output buffer 670 . This embodiment reduces the number of buses to support separate ALU core 640 and elementary function core 650 . This embodiment may also provide other benefits such as more efficient sharing of resources such as register file read/write port, instruction decode, etc.
  • Instructions for elementary functions may be generated in an appropriate manner given the design as well as the placement of elementary function core 650 within shader core 130 c . If the number of EF units is equal to the number of ALU units (e.g., as shown in FIG. 4 ) and if the EF units have the same pipeline latency as the ALU units, then the EF instructions may be treated as ALU instructions with predictable pipeline delay. However, uneven implementations of ALU core 640 and elementary function core 650 may result in uneven throughput.
  • shader core 130 c treats elementary function core 650 as a load resource and processes EF instructions in similar manner and with the same synchronization as, e.g., a texture load or a memory load.
  • a shader compiler may compile EF instructions as instructions related to texture load instead of as ALU instructions, which may be the case in the embodiments shown in FIGS. 4 and 5 .
  • the shader compiler may include synchronization (sync) bits 810 in instructions 800 as appropriate.
  • FIG. 3C shows an example instruction 800 with synchronization bits 810 .
  • a sync bit 810 may indicate that the current instruction 800 which contains the sync bit 810 has data dependency with one or more previous instructions 800 , which may have unpredictable delay or latency.
  • the unpredictable latency may be due to several sources. First, unpredictable latency of texture load or memory load may result from unpredictable execution conditions such as cache hit/miss, memory access competence, memory access sequence, etc. Second, unpredictable latency may be caused by uneven implementations of the ALU core and the elementary function core.
  • FIG. 3D is an example illustration of latencies of an ALU and an elementary function unit.
  • Latency 820 illustrates an example of the latency of an ALU
  • latency 830 illustrates an example of the latency of an elementary function unit, which is different than the latency of an ALU, e.g., latency 820
  • FIG. 3D illustrates that latency 820 is less than latency 830
  • aspects of this disclosure should not be considered as limited to the example of FIG. 3D .
  • the shader compiler may insert sync bits 810 in instructions 800 that have data dependency with previous EF instructions, which may have unpredictable delay. These sync bits 810 ensure that the instructions 800 follow their dependent EF instructions and hence operate on the proper data.
  • thread scheduler 620 may generate elementary function requests that may share a bus with data load requests.
  • This shared bus may comprise the bus from thread scheduler 620 to load control unit 660 .
  • elementary function core 650 may execute in parallel with load instructions in load control unit 660 .
  • elementary function core 650 is coupled directly to thread scheduler 620 via a dedicated bus, e.g., as shown in FIG. 5 .
  • elementary function requests and data load requests may use separate buses.
  • thread scheduler 620 , ALU core 640 , elementary function core 650 , and load control unit 660 may operate in parallel on different threads for improved performance.
  • FIGS. 4 through 6 show specific embodiments of shader cores 130 a , 130 b and 130 c .
  • Other variations of shader cores 130 a , 130 b and 130 c are also possible.
  • elementary function core 450 in FIG. 4 may include fewer than four elementary function units.
  • elementary function core 650 in FIG. 6 may include more than one elementary function unit, e.g., two elementary function units.
  • a shader core may include any number of processing, control and memory units, which may be arranged in any manner. These units may also be referred to by other names.
  • a load control unit may also be called an input/output (I/O) interface unit.
  • a shader core may include fewer elementary function units than ALUs to reduce cost with little degradation in performance.
  • a shader core may include separate ALU core and elementary function core that can operate on different instructions for the same or different graphics applications in parallel.
  • the ALUs and elementary function units may be implemented with various designs known in the art.
  • a shader core may also interface with external units via synchronous and/or asynchronous interfaces.
  • graphics processors and shader cores described herein may be used for wireless communication, computing, networking, personal electronics, etc.
  • An exemplary use of a graphics processor for wireless communication is described below.
  • FIG. 7 shows a block diagram of an embodiment of a wireless device 700 in a wireless communication system.
  • Wireless device 700 may be a cellular phone, a terminal, a handset, a personal digital assistant (PDA), or some other device.
  • the wireless communication system may be a Code Division Multiple Access (CDMA) system, a Global System for Mobile Communications (GSM) system, or some other system.
  • CDMA Code Division Multiple Access
  • GSM Global System for Mobile Communications
  • Wireless device 700 is capable of providing bi-directional communication via a receive path and a transmit path.
  • signals transmitted by base stations are received by an antenna 712 and provided to a receiver (RCVR) 714 .
  • Receiver 714 conditions and digitizes the received signal and provides samples to a digital section 720 for further processing.
  • a transmitter (TMTR) 716 receives data to be transmitted from digital section 720 , processes and conditions the data, and generates a modulated signal, which is transmitted via antenna 712 to the base stations.
  • Digital section 720 includes various processing and interface units such as, for example, a modem processor 722 , a video processor 724 , an application processor 726 , a display processor 728 , a controller/processor 730 , a graphics processor 740 , and an external bus interface (EBI) 760 .
  • Modem processor 722 performs processing for data transmission and reception (e.g., encoding, modulation, demodulation, and decoding).
  • Video processor 724 performs processing on video content (e.g., still images, moving videos, and moving texts) for video applications such as camcorder, video playback, and video conferencing.
  • Application processor 726 performs processing for various applications such as multi-way calls, web browsing, media player, and user interface.
  • Display processor 728 performs processing to facilitate the display of videos, graphics, and texts on a display unit 780 .
  • Controller/processor 730 may direct the operation of various processing and interface units within digital section 720 .
  • Graphics processor 740 performs processing for graphics applications and may be implemented as described above.
  • graphics processor 740 may include shader core/processor 130 and texture engine 140 in FIG. 1 .
  • a cache memory system 750 stores data and/or instructions for graphics processor 740 .
  • Cache memory system 750 may be implemented with (1) configurable caches that may be assigned to different engines within graphics processor 740 and/or (2) dedicated caches that are assigned to specific engines.
  • EBI 760 facilitates transfer of data between digital section 720 (e.g., the caches) and main memory 770 .
  • Digital section 720 may be implemented with one or more digital signal processors (DSPs), micro-processors, reduced instruction set computers (RISCs), etc. Digital section 720 may also be fabricated on one or more application specific integrated circuits (ASICs) or some other type of integrated circuits (ICs).
  • DSPs digital signal processors
  • RISCs reduced instruction set computers
  • ASICs application specific integrated circuits
  • ICs integrated circuits
  • graphics processors and shader cores/processors described herein may be implemented in various hardware units.
  • the graphics systems and shader cores/processors may be implemented in ASICs, digital signal processors (DSPs), digital signal processing device (DSPDs), programmable logic devices (PLDs), field programmable gate array (FPGAs), processors, controllers, micro-controllers, microprocessors, and other electronic units.
  • DSPs digital signal processors
  • DSPDs digital signal processing device
  • PLDs programmable logic devices
  • FPGAs field programmable gate array
  • the thread scheduler and/or load control unit may be implemented with firmware and/or software modules (e.g., procedures, functions, and so on) that perform the functions described herein.
  • the firmware and/or software codes may be stored in a memory (e.g., memory 750 or 770 in FIG. 7 ) and executed by a processor (e.g., processor 730 ).
  • the memory may be implemented within the processor or external to the processor.

Abstract

A graphics processor capable of efficiently performing arithmetic operations and computing elementary functions is described. The graphics processor has at least one arithmetic logic unit (ALU) that can perform arithmetic operations and at least one elementary function unit that can compute elementary functions. The ALU(s) and elementary function unit(s) may be arranged such that they can operate in parallel to improve throughput. The graphics processor may also include fewer elementary function units than ALUs, e.g., four ALUs and a single elementary function unit. The four ALUs may perform an arithmetic operation on (1) four components of an attribute for one pixel or (2) one component of an attribute for four pixels. The single elementary function unit may operate on one component of one pixel at a time. The use of a single elementary function unit may reduce cost while still providing good performance.

Description

  • This application is a continuation of U.S. patent application Ser. No. 11/441,696, filed on May 25, 2006, the contents of which are incorporated by reference in their entirety.
  • BACKGROUND
  • I. Field
  • The present disclosure relates generally to circuits, and more specifically to graphics processors.
  • II. Background
  • Graphics processors are widely used to render 2-dimensional (2-D) and 3-dimensional (3-D) images for various applications such as video games, graphics, computer-aided design (CAD), simulation and visualization tools, imaging, etc. A 3-D image may be modeled with surfaces, and each surface may be approximated with polygons (typically triangles). The number of triangles used to represent a 3-D image is dependent on the complexity of the surfaces as well as the desired resolution of the image and may be quite large, e.g., in the millions. Each triangle is defined by three vertices, and each vertex is associated with various attributes such as space coordinates, color values, and texture coordinates. Each attribute may have up to four components.
  • A graphics processor may perform various graphics operations to render an image. The graphics operations may include rasterization, stencil and depth tests, texture mapping, shading, etc. The image is composed of many triangles, and each triangle is composed of picture elements (pixels). The graphics processor renders each triangle by determining the values of the components of each pixel within the triangle.
  • A graphics processor may employ a shader core to perform certain graphics operations such as shading. Shading is a highly complex graphics operation involving lighting, shadowing, etc. The shader core may need to compute transcendental elementary functions such as sine, cosine, reciprocal, logarithm, exponential, square root, and reciprocal square root. These elementary functions may be approximated with polynomial expressions, which may be evaluated with relatively simple instructions executed by an arithmetic logic unit (ALU). However, shader performance may suffer greatly from computing the elementary functions in this manner using an ALU.
  • SUMMARY
  • Graphics processors capable of efficiently performing arithmetic operations and computing elementary functions are described herein. The terms “operation” and “function” are sometimes used interchangeably. A graphics processor comprises a shader core and possibly other units. The shader core has at least one ALU that can perform arithmetic operations and at least one elementary function unit that can compute elementary functions. In some embodiments, the ALU(s) and elementary function unit(s) are arranged and interconnected such that they can operate in parallel on instructions for the same or different threads to improve throughput. For example, the ALU(s) may execute one instruction for one thread, and the elementary function unit(s) may concurrently execute another instruction for another thread. These threads may be for the same or different graphics applications.
  • In other embodiments, the shader core has fewer elementary function units than ALUs, e.g., four ALUs and a single elementary function unit. The four ALUs may perform an arithmetic operation on (1) up to four components of an attribute for one pixel or (2) one component of an attribute for up to four pixels. The single elementary function unit may operate on one component of one pixel at a time. The use of a single elementary function unit may reduce cost (since elementary function units are more complex and costly than ALUs) while still providing good performance (since elementary functions have lower average usage than arithmetic operations).
  • Various aspects and embodiments of the invention are described in further detail below.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The features and nature of the present invention will become more apparent from the detailed description set forth below when taken in conjunction with the drawings in which like reference characters identify correspondingly throughout.
  • FIG. 1 shows a graphics processor supporting graphics applications.
  • FIG. 2 illustrates attributes and components of a pixel.
  • FIG. 3A shows pixel-parallel processing with four scalar ALUs.
  • FIG. 3B shows component-parallel processing with one quad ALU.
  • FIG. 3C shows an example instruction with synchronization bits.
  • FIG. 3D is an example illustration of latencies of an ALU and an elementary function unit.
  • FIG. 4 shows a shader core with a 4-unit ALU core and a 4-unit elementary function (EF) core.
  • FIG. 5 shows a shader core with parallel ALU core and EF core.
  • FIG. 6 shows a shader core with a 4-unit ALU core and a 1-unit EF core.
  • FIG. 7 shows a block diagram of a wireless device with a graphics processor.
  • DETAILED DESCRIPTION
  • The word “exemplary” is used herein to mean “serving as an example, instance, or illustration.” Any embodiment or design described herein as “exemplary” is not necessarily to be construed as preferred or advantageous over other embodiments or designs.
  • FIG. 1 shows a block diagram of a graphics system 100 that supports N graphics applications/programs 110 a through 110 n, where in general N≧1. Graphics system 100 may be a stand-alone system or part of a larger system such as a computing system, a wireless communication device, etc. Graphics applications 110 a through 110 n may be for video games, graphics, etc., and may run concurrently. Each graphics application 110 may generate threads to achieve the desired results. A thread (or thread of execution) indicates a specific task that may be performed with a sequence of one or more instructions. Threads allow a graphics application to have multiple tasks performed simultaneously by different units and further allow different graphics applications to share resources.
  • A graphics processor 120 receives the threads from graphics applications 110 a through 110 n and performs the tasks indicated by these threads. In the embodiment shown in FIG. 1, graphics processor 120 includes a shader core/processor 130, a texture engine 140, and a cache memory system 150. A core generally refers to a processing unit within an integrated circuit. The terms “core”, “engine”, “processor” and “processing unit” are often used interchangeably. Shader core 130 may perform certain graphics operations such as shading and may compute transcendental elementary functions. Texture engine 140 may perform other graphics operations such as texture mapping. Cache memory system 150 may include one or more caches, which are fast memories that can store data and instructions for shader core 130 and texture engine 140.
  • Graphics processor 120 may include other processing and control units, engines, and memories. For example, graphics processor 120 may include one or more additional engines that perform triangle setup, rasterization, stencil and depth tests, attribute setup, pixel interpolation, etc. The various graphics operations described herein are known in the art. The additional engine(s) may be coupled between graphics applications 110 and shader core 130 or may be coupled to shader core 130. Graphics processor 120 may implement a software interface such as Open Graphics Library (OpenGL), Direct3D, etc. OpenGL is described in a document entitled “The OpenGL® Graphics System: A Specification,” Version 2.0, dated Oct. 22, 2004, which is publicly available.
  • A main memory 160 is a large, slower memory located further away (e.g., off-chip) from graphics processor 120. Main memory 160 stores data and instructions that may be loaded into the caches within cache memory system 150.
  • FIG. 2 illustrates attributes and components of a pixel. As noted above, a 2-D or 3-D image may be composed of many triangles, and each triangle may be composed of pixels. Each pixel may have various attributes such as space coordinates, color values, texture coordinates, etc. Each attribute may have up to four components. For example, space coordinates may be given by three components for horizontal and vertical coordinates (x and y) and depth (z) or by four components x, y, z, and w, where w is a fourth term for homogeneous coordinates. Homogeneous coordinates are useful for certain graphics operations such as translation, scaling, rotation, etc. Color values are typically given by red (r), green (g), and blue (b). Texture coordinates are typically given by horizontal and vertical coordinates (u and v). A pixel may also be associated with other attributes.
  • In many cases, it is desirable to operate on groups of pixels in an image to be rendered. The group size may be selected based on various factors such as hardware requirements, performance, etc. A group size of 2×2 may provide a good tradeoff between the various factors. Processing on four pixels in a 2×2 grid may be performed in several manners.
  • FIG. 3A shows pixel-parallel processing on four pixels 1 through 4 with four identical scalar ALUs, ALU1 through ALU4, respectively. In this example, the four components of an attribute being operated on are denoted as Ap,1, Ap,2, Ap,3 and Ap,4, where p is a pixel index and pε{1, 2, 3, 4} for pixels 1 through 4. These components may be for space coordinates, color values, texture coordinates, etc. The four operands to be applied to the four components are denoted as Bp,1, Bp,2, Bp,3 and Bp,4, for pε{1, 2, 3, 4} and may be constants. In this example, the ALUs perform a multiply and accumulate (MAC) operation. The four components of each pixel are thus multiplied with the four operands, and the four intermediate results are accumulated to generate a final result for that pixel.
  • For pixel-parallel processing in FIG. 3A, each scalar ALU operates on the four components of one pixel, and the four ALUs concurrently operate on the four pixels. ALU1 multiplies component A1,1 with B1,1 in the first clock period T1, then multiplies component A1,2 with B1,2 and accumulates this result with the prior result in the second clock period T2, then multiplies component A1,3 with B1,3 and accumulates this result with the prior result in the third clock period T3, then multiplies component A1,4 with B1,4 and accumulates this result with the prior result in the fourth clock period T4. ALU2 through ALU4 similarly operate on the components of pixels 2 through 4, respectively.
  • FIG. 3B shows component-parallel processing on four pixels with one quad ALU, which may also be called a vector-based ALU. For component-parallel processing, the quad ALU operates on all four components of one pixel at a time. Thus, the quad ALU multiplies components A1,1, A1,2, A1,3 and A1,4 with operands B1,1, B1,2, B1,3 and B1,4, respectively, and accumulates the four intermediate results to obtain the final result for the first pixel in the first clock period T1. The quad ALU similarly operates on the components of the second, third and fourth pixels in clock periods T2, T3 and T4, respectively.
  • FIGS. 3A and 3B show two schemes for performing quad processing on up to four components of an attribute for up to four pixels. Quad processing for arithmetic operations may be performed by a single quad ALU or four scalar ALUs. In the following description, ALUs are assumed to be scalar ALUs unless noted otherwise. Quad processing may substantially improve performance. Thus, shader core 130 may be designed with capability to perform quad processing.
  • FIG. 4 shows a block diagram of an embodiment of a shader core/processor 130 a with a 4-unit ALU core 440 and a 4-unit elementary function core 450. Shader core 130 a may be used for shader core 130 in FIG. 1.
  • Within shader core 130 a, a multiplexer (Mux) 410 receives threads from graphics applications 110 a through 110 n and provides these threads to a thread scheduler and context register 420. Thread scheduler 420 performs various functions to schedule and manage execution of threads. Thread scheduler 420 determines whether to accept new threads, creates a register map table for each accepted thread, and allocates resources to the threads. The register map table indicates mapping between logical register address to physical register file address. For each thread, thread scheduler 420 determines whether resources required for that thread are ready, pushes the thread into a sleep queue if any resource (e.g., instruction, register file, or texture read) for the thread is not ready, and moves the thread from the sleep queue to an active queue when all of the resources are ready. Thread scheduler 420 interfaces with a load control unit 460 in order to synchronize the resources for the threads.
  • Thread scheduler 420 also manages execution of threads. Thread scheduler 420 fetches the instruction(s) for each thread from an instruction cache 422, decodes each instruction if necessary, and performs flow control for the thread. Thread scheduler 420 selects active threads for execution, checks for read/write port conflict among the selected threads and, if there is no conflict, sends instruction(s) for one thread into a processing core 430 and sends instruction(s) for another thread to load control unit 460. Thread scheduler 420 maintains a program/instruction counter for each thread and updates this counter as instructions are executed or program flow is altered. Thread scheduler 420 also issues requests to fetch for missing instructions and removes threads that are completed.
  • Instruction cache 422 stores instructions for the threads. These instructions indicate specific operations to be performed for each thread. Each operation may be an arithmetic operation, an elementary function, a memory access operation, etc. Instruction cache 422 may be loaded with instructions from cache memory system 150 and/or main memory 160, as needed, via load control unit 460
  • In the embodiment shown in FIG. 4, processing core 430 includes ALU core 440 and elementary function core 450. ALU core 440 performs arithmetic operations such as addition, subtraction, multiplication, multiply and accumulate, absolute, negation, comparison, saturation, etc. ALU core 440 may also perform logical operations such as AND, OR, XOR, etc. ALU core 440 may also perform format conversion, e.g., from integers to floating point numbers, and vice versa. In the embodiment shown in FIG. 4, ALU core 440 may be a single quad ALU or four scalar ALUs. ALU core 440 may perform pixel-parallel processing on one component of an attribute for up to four pixels, as shown in FIG. 3A. Alternatively, ALU core 440 may perform component-parallel processing on up to four components of an attribute for a single pixel, as shown in FIG. 3B.
  • In the embodiment shown in FIG. 4, elementary function core 450 is composed of four elementary function units that can compute an elementary function for one component of an attribute for up to four pixels (pixel-parallel) or up to four components of an attribute for one pixel (component-parallel). Elementary function core 450 may compute transcendental elementary functions such as sine, cosine, reciprocal, logarithm, exponential, square root, reciprocal square root, etc, which are widely used in shader instructions. Elementary function core 450 may improve shader performance by computing the elementary functions in much less time than the time required to perform polynomial approximations of the elementary functions using simple instructions.
  • Load control unit 460 controls the flow of data and instructions for various units within shader core 130 a. Load control unit 460 interfaces with cache memory system 150 and loads instruction cache 422, a constant buffer 432, and register file banks/output buffer 470 with data and instructions from cache memory system 150. Load control unit 460 also saves the data in output buffer 470 to cache memory system 150. Load control unit 460 also provides instructions to texture engine 140.
  • Constant buffer 432 stores constant values used by ALU core 440. Output buffer 470 stores temporary results as well as final results from ALU core 440 and elementary function core 450 for threads. A demultiplexer (Demux) 480 receives the final results for the executed threads from output buffer 470 and provides these results to the graphics applications.
  • In the embodiment shown in FIG. 4, processing core 430 includes both ALU core 440 and elementary function core 450. This embodiment allows ALU core 440 and elementary function core 450 to share buses that couple cores 440 and 450 to other units (e.g., thread scheduler 420 and output buffer 470) within shader core 130 a.
  • Elementary function units are generally more complex than ALUs. Even with cost-effective implementations, elementary function units typically occupy much larger circuit area than ALUs and are thus more expensive than ALUs. To achieve high shader throughput for all shader instructions, the number of elementary function units may be selected to match the number of ALUs, which is four in the embodiment shown in FIG. 4. However, studies have shown that even though elementary functions are widely used, the average usage of elementary functions is fairly lower than the average usage of ALU operations. The lower average usage results from elementary functions being called less often than arithmetic operations as well as fewer components being operated on by elementary functions than arithmetic operations. For example, elementary functions are typically called less often than arithmetic operations and may thus be adequately supported by fewer elementary function units. Furthermore, while it may be common to perform addition or multiplication on all four components of an attribute, which would then benefit from having four ALUs, it is less common to perform an elementary function on all four components. Hence, fewer elementary function units may be able to provide good performance in many cases in which elementary functions are performed on only a subset of the components, e.g., one or two components Implementing fewer elementary function units may reduce cost while still providing good performance.
  • FIG. 5 shows a block diagram of an embodiment of a shader core 130 b with a 4-unit ALU core 540 and an L-unit elementary function core 550, where 1≦L<4. Shader core 130 b may also be used for shader core 130 in FIG. 1. Shader core 130 b includes a multiplexer 510, a thread scheduler and context register 520, an instruction cache 522, a constant buffer 532, ALU core 540, elementary function core 550, a load control unit 560, register file banks/output buffer 570, and a demultiplexer 580 that operate in similar manner as units 410, 420, 422, 432, 440, 450, 460, 470 and 480, respectively, in FIG. 4.
  • ALU core 540 may be a single quad ALU or four scalar ALUs. ALU core 540 couples to thread scheduler 520, constant buffer 532, and output buffer 570 via one set of buses. Elementary function core 550 may be composed of one, two or three (L) elementary function units that can compute an elementary function for either L components of one pixel or one component of L pixels. Elementary function core 550 couples to thread scheduler 520, constant buffer 532, and output buffer 570 via another set of buses. In the embodiment shown in FIG. 5, ALU core 540 and elementary function core 550 are implemented separately from one another and are coupled to other units within shader core 130 b via separate buses. ALU core 540 and elementary function core 550 may then operate on different instructions in parallel. These instructions may be for the same or different graphics applications.
  • In the embodiment shown in FIG. 5, the number of elementary function units is fewer than the number of ALUs and may be selected based on a tradeoff between cost and performance. In many cases, elementary function core 550 will be able to keep pace with ALU core 540 because of the lower average usage of elementary functions. Thread scheduler 520 appropriately schedules elementary function operations with knowledge that L (instead of four) elementary function units are available for use.
  • FIG. 6 shows a block diagram of an embodiment of a shader core/processor 130 c with a 4-unit ALU core 640 and a 1-unit elementary function core 650. Shader core 130 c may also be used for shader core 130 in FIG. 1. Shader core 130 c includes a multiplexer 610, a thread scheduler and context register 620, an instruction cache 622, a constant buffer 632, ALU core 640, elementary function core 650, a load control unit 660, register file banks/output buffer 670, and a demultiplexer 680 that operate in similar manner as units 410, 420, 422, 432, 440, 450, 460, 470 and 480, respectively, in FIG. 4.
  • ALU core 640 may be a single quad ALU or four scalar ALUs. ALU core 640 couples to thread scheduler 620, constant buffer 632, and output buffer 670 via a set of buses. Elementary function core 650 may be composed of a single elementary function unit that can compute an elementary function for one component of one pixel at a time. In the embodiment shown in FIG. 6, elementary function core 650 couples to load control unit 660 and output buffer 670. This embodiment reduces the number of buses to support separate ALU core 640 and elementary function core 650. This embodiment may also provide other benefits such as more efficient sharing of resources such as register file read/write port, instruction decode, etc.
  • Instructions for elementary functions (or EF instructions) may be generated in an appropriate manner given the design as well as the placement of elementary function core 650 within shader core 130 c. If the number of EF units is equal to the number of ALU units (e.g., as shown in FIG. 4) and if the EF units have the same pipeline latency as the ALU units, then the EF instructions may be treated as ALU instructions with predictable pipeline delay. However, uneven implementations of ALU core 640 and elementary function core 650 may result in uneven throughput. Thus, in an embodiment, shader core 130 c treats elementary function core 650 as a load resource and processes EF instructions in similar manner and with the same synchronization as, e.g., a texture load or a memory load. For example, a shader compiler may compile EF instructions as instructions related to texture load instead of as ALU instructions, which may be the case in the embodiments shown in FIGS. 4 and 5.
  • The shader compiler may include synchronization (sync) bits 810 in instructions 800 as appropriate. FIG. 3C shows an example instruction 800 with synchronization bits 810. A sync bit 810 may indicate that the current instruction 800 which contains the sync bit 810 has data dependency with one or more previous instructions 800, which may have unpredictable delay or latency. The unpredictable latency may be due to several sources. First, unpredictable latency of texture load or memory load may result from unpredictable execution conditions such as cache hit/miss, memory access competence, memory access sequence, etc. Second, unpredictable latency may be caused by uneven implementations of the ALU core and the elementary function core. FIG. 3D is an example illustration of latencies of an ALU and an elementary function unit. Latency 820 illustrates an example of the latency of an ALU, and latency 830 illustrates an example of the latency of an elementary function unit, which is different than the latency of an ALU, e.g., latency 820. Although FIG. 3D illustrates that latency 820 is less than latency 830, aspects of this disclosure should not be considered as limited to the example of FIG. 3D. The shader compiler may insert sync bits 810 in instructions 800 that have data dependency with previous EF instructions, which may have unpredictable delay. These sync bits 810 ensure that the instructions 800 follow their dependent EF instructions and hence operate on the proper data.
  • In the embodiment shown in FIG. 6, thread scheduler 620 may generate elementary function requests that may share a bus with data load requests. This shared bus may comprise the bus from thread scheduler 620 to load control unit 660. However, elementary function core 650 may execute in parallel with load instructions in load control unit 660. In another embodiment, elementary function core 650 is coupled directly to thread scheduler 620 via a dedicated bus, e.g., as shown in FIG. 5. In this embodiment, elementary function requests and data load requests may use separate buses. In both embodiments, thread scheduler 620, ALU core 640, elementary function core 650, and load control unit 660 may operate in parallel on different threads for improved performance.
  • FIGS. 4 through 6 show specific embodiments of shader cores 130 a, 130 b and 130 c. Other variations of shader cores 130 a, 130 b and 130 c are also possible. For example, elementary function core 450 in FIG. 4 may include fewer than four elementary function units. As another example, elementary function core 650 in FIG. 6 may include more than one elementary function unit, e.g., two elementary function units.
  • In general, a shader core may include any number of processing, control and memory units, which may be arranged in any manner. These units may also be referred to by other names. For example, a load control unit may also be called an input/output (I/O) interface unit. In some embodiments, a shader core may include fewer elementary function units than ALUs to reduce cost with little degradation in performance. In other embodiments, a shader core may include separate ALU core and elementary function core that can operate on different instructions for the same or different graphics applications in parallel. The ALUs and elementary function units may be implemented with various designs known in the art. A shader core may also interface with external units via synchronous and/or asynchronous interfaces.
  • The graphics processors and shader cores described herein may be used for wireless communication, computing, networking, personal electronics, etc. An exemplary use of a graphics processor for wireless communication is described below.
  • FIG. 7 shows a block diagram of an embodiment of a wireless device 700 in a wireless communication system. Wireless device 700 may be a cellular phone, a terminal, a handset, a personal digital assistant (PDA), or some other device. The wireless communication system may be a Code Division Multiple Access (CDMA) system, a Global System for Mobile Communications (GSM) system, or some other system.
  • Wireless device 700 is capable of providing bi-directional communication via a receive path and a transmit path. On the receive path, signals transmitted by base stations are received by an antenna 712 and provided to a receiver (RCVR) 714. Receiver 714 conditions and digitizes the received signal and provides samples to a digital section 720 for further processing. On the transmit path, a transmitter (TMTR) 716 receives data to be transmitted from digital section 720, processes and conditions the data, and generates a modulated signal, which is transmitted via antenna 712 to the base stations.
  • Digital section 720 includes various processing and interface units such as, for example, a modem processor 722, a video processor 724, an application processor 726, a display processor 728, a controller/processor 730, a graphics processor 740, and an external bus interface (EBI) 760. Modem processor 722 performs processing for data transmission and reception (e.g., encoding, modulation, demodulation, and decoding). Video processor 724 performs processing on video content (e.g., still images, moving videos, and moving texts) for video applications such as camcorder, video playback, and video conferencing. Application processor 726 performs processing for various applications such as multi-way calls, web browsing, media player, and user interface. Display processor 728 performs processing to facilitate the display of videos, graphics, and texts on a display unit 780. Controller/processor 730 may direct the operation of various processing and interface units within digital section 720.
  • Graphics processor 740 performs processing for graphics applications and may be implemented as described above. For example, graphics processor 740 may include shader core/processor 130 and texture engine 140 in FIG. 1. A cache memory system 750 stores data and/or instructions for graphics processor 740. Cache memory system 750 may be implemented with (1) configurable caches that may be assigned to different engines within graphics processor 740 and/or (2) dedicated caches that are assigned to specific engines. EBI 760 facilitates transfer of data between digital section 720 (e.g., the caches) and main memory 770.
  • Digital section 720 may be implemented with one or more digital signal processors (DSPs), micro-processors, reduced instruction set computers (RISCs), etc. Digital section 720 may also be fabricated on one or more application specific integrated circuits (ASICs) or some other type of integrated circuits (ICs).
  • The graphics processors and shader cores/processors described herein may be implemented in various hardware units. For example, the graphics systems and shader cores/processors may be implemented in ASICs, digital signal processors (DSPs), digital signal processing device (DSPDs), programmable logic devices (PLDs), field programmable gate array (FPGAs), processors, controllers, micro-controllers, microprocessors, and other electronic units.
  • Certain portions of the graphics processors may be implemented in firmware and/or software. For example, the thread scheduler and/or load control unit may be implemented with firmware and/or software modules (e.g., procedures, functions, and so on) that perform the functions described herein. The firmware and/or software codes may be stored in a memory (e.g., memory 750 or 770 in FIG. 7) and executed by a processor (e.g., processor 730). The memory may be implemented within the processor or external to the processor.
  • The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (25)

What is claimed is:
1. An apparatus comprising:
at least one arithmetic logic unit (ALU) operative to perform arithmetic operations; and
at least one elementary function unit operative to compute elementary functions, wherein the at least one elementary function unit and the at least one ALU are operable on multiple threads in parallel.
2. The apparatus of claim 1, wherein the at least one ALU comprises at least four ALUs.
3. The apparatus of claim 2, wherein the at least four ALUs are configured to perform an arithmetic operation on up to four components of an attribute for a pixel.
4. The apparatus of claim 2, wherein the at least four ALUs are configured to perform an arithmetic operation on a component of an attribute for up to four pixels.
5. The apparatus of claim 1, wherein the at least one ALU comprises more than one ALU, and wherein the at least one elementary function unit comprises fewer elementary function units than ALUs.
6. The apparatus of claim 1, wherein the at least one elementary function unit comprises a single elementary function unit.
7. The apparatus of claim 1, wherein instructions for the at least one elementary function unit are compiled with synchronization as load instructions.
8. The apparatus of claim 1, wherein control bits are used for synchronization of instructions for the at least one elementary function unit with other instructions dependent on the instructions for the at least one elementary function unit.
9. The apparatus of claim 1, wherein the at least one ALU is configured to execute a first instruction for a first thread and the at least one elementary function unit is configured to execute a second instruction for a second thread in parallel with the at least one ALU.
10. The apparatus of claim 1, wherein the at least one ALU and the at least one elementary function unit have different latency.
11. The apparatus of claim 1, further comprising:
a load control unit configured to facilitate exchanges of data between the at least one ALU and a memory system and between the at least one elementary function unit and the memory system.
12. The apparatus of claim 11, wherein the at least one elementary function unit is coupled to the load control unit.
13. The apparatus of claim 12, wherein the at least one elementary function unit is operable in parallel with the load control unit.
14. The apparatus of claim 12, wherein requests for the at least one elementary function unit and load requests for the load control unit share a bus, and wherein the at least one elementary function unit and the load control unit are configured to execute different threads in parallel.
15. The apparatus of claim 1, further comprising:
a scheduler configured to receive threads from at least one graphics application and to schedule execution of the threads by the at least one ALU and the at least one elementary function unit.
16. The apparatus of claim 15, wherein the at least one elementary function unit is coupled to the scheduler.
17. The apparatus of claim 1, further comprising:
an output buffer coupled to the at least one ALU and the at least one elementary function unit and operative to store results from the at least one ALU and the at least one elementary function unit.
18. An integrated circuit comprising:
at least one arithmetic logic unit (ALU) configured to perform arithmetic operations; and
at least one elementary function unit configured to compute elementary functions, wherein the at least one elementary function unit and the at least one ALU are operable on multiple threads in parallel.
19. The integrated circuit of claim 18, wherein the at least one ALU comprises at least four ALUs and fewer than four elementary function units.
20. A wireless device comprising:
a graphics processor comprising at least one arithmetic logic unit (ALU) configured to perform arithmetic operations and at least one elementary function unit configured to compute elementary functions, wherein the at least one elementary function unit and the at least one ALU are operable on multiple threads in parallel; and
a memory system configured to store data for the graphics processor.
21. The wireless device of claim 20, wherein the graphics processor comprises at least four ALUs and fewer than four elementary function units.
22. An apparatus comprising:
at least one arithmetic logic unit (ALU) operative to perform arithmetic operations; and
at least one elementary function unit operative to compute elementary functions, wherein the number of the at least one elementary function unit is fewer than the number of the at least one ALU.
23. The apparatus of claim 22, wherein the at least one ALU is operable in parallel with the at least one elementary function unit.
24. The apparatus of claim 22, further comprising:
a load control unit configured to facilitate exchanges of data between the at least one ALU and a memory system and between the at least one elementary function unit and the memory system.
25. The apparatus of claim 24, wherein the at least one elementary function unit is coupled to the load control unit.
US14/506,959 2006-05-25 2014-10-06 Graphics processor with arithmetic and elementary function units Abandoned US20150022534A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/506,959 US20150022534A1 (en) 2006-05-25 2014-10-06 Graphics processor with arithmetic and elementary function units

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/441,696 US8884972B2 (en) 2006-05-25 2006-05-25 Graphics processor with arithmetic and elementary function units
US14/506,959 US20150022534A1 (en) 2006-05-25 2014-10-06 Graphics processor with arithmetic and elementary function units

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/441,696 Continuation US8884972B2 (en) 2006-05-25 2006-05-25 Graphics processor with arithmetic and elementary function units

Publications (1)

Publication Number Publication Date
US20150022534A1 true US20150022534A1 (en) 2015-01-22

Family

ID=38683594

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/441,696 Active 2029-10-28 US8884972B2 (en) 2006-05-25 2006-05-25 Graphics processor with arithmetic and elementary function units
US14/506,959 Abandoned US20150022534A1 (en) 2006-05-25 2014-10-06 Graphics processor with arithmetic and elementary function units

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/441,696 Active 2029-10-28 US8884972B2 (en) 2006-05-25 2006-05-25 Graphics processor with arithmetic and elementary function units

Country Status (8)

Country Link
US (2) US8884972B2 (en)
EP (1) EP2024819B1 (en)
JP (1) JP5006390B2 (en)
KR (1) KR101012625B1 (en)
CN (1) CN101449239B (en)
CA (1) CA2650539A1 (en)
IN (1) IN266871B (en)
WO (1) WO2007140338A2 (en)

Families Citing this family (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9071344B2 (en) 2005-08-22 2015-06-30 Qualcomm Incorporated Reverse link interference cancellation
US8611305B2 (en) 2005-08-22 2013-12-17 Qualcomm Incorporated Interference cancellation for wireless communications
US8766995B2 (en) 2006-04-26 2014-07-01 Qualcomm Incorporated Graphics system with configurable caches
US20070268289A1 (en) * 2006-05-16 2007-11-22 Chun Yu Graphics system with dynamic reposition of depth engine
US8869147B2 (en) 2006-05-31 2014-10-21 Qualcomm Incorporated Multi-threaded processor with deferred thread output control
US8644643B2 (en) * 2006-06-14 2014-02-04 Qualcomm Incorporated Convolution filtering in a graphics processor
US8766996B2 (en) 2006-06-21 2014-07-01 Qualcomm Incorporated Unified virtual addressed register file
US20080122843A1 (en) * 2006-07-20 2008-05-29 Via Technologies, Inc. Multi-thread vertex shader, graphics processing unit and flow control method
US8345053B2 (en) * 2006-09-21 2013-01-01 Qualcomm Incorporated Graphics processors with parallel scheduling and execution of threads
US9135017B2 (en) * 2007-01-16 2015-09-15 Ati Technologies Ulc Configurable shader ALU units
US20080198166A1 (en) * 2007-02-16 2008-08-21 Via Technologies, Inc. Multi-threads vertex shader, graphics processing unit, and flow control method
US20090160867A1 (en) * 2007-12-19 2009-06-25 Advance Micro Devices, Inc. Autonomous Context Scheduler For Graphics Processing Units
US8248422B2 (en) * 2008-01-18 2012-08-21 International Business Machines Corporation Efficient texture processing of pixel groups with SIMD execution unit
US20090189896A1 (en) * 2008-01-25 2009-07-30 Via Technologies, Inc. Graphics Processor having Unified Shader Unit
US8633936B2 (en) 2008-04-21 2014-01-21 Qualcomm Incorporated Programmable streaming processor with mixed precision instruction execution
US20100046660A1 (en) * 2008-05-13 2010-02-25 Qualcomm Incorporated Interference cancellation under non-stationary conditions
US8995417B2 (en) 2008-06-09 2015-03-31 Qualcomm Incorporated Increasing capacity in wireless communication
US9237515B2 (en) 2008-08-01 2016-01-12 Qualcomm Incorporated Successive detection and cancellation for cell pilot detection
US9277487B2 (en) * 2008-08-01 2016-03-01 Qualcomm Incorporated Cell detection with interference cancellation
US8509293B2 (en) * 2008-08-19 2013-08-13 Qualcomm Incorporated Semi-coherent timing propagation for GERAN multislot configurations
US8503591B2 (en) * 2008-08-19 2013-08-06 Qualcomm Incorporated Enhanced geran receiver using channel input beamforming
US9160577B2 (en) 2009-04-30 2015-10-13 Qualcomm Incorporated Hybrid SAIC receiver
US8787509B2 (en) 2009-06-04 2014-07-22 Qualcomm Incorporated Iterative interference cancellation receiver
US8854381B2 (en) * 2009-09-03 2014-10-07 Advanced Micro Devices, Inc. Processing unit that enables asynchronous task dispatch
US8831149B2 (en) 2009-09-03 2014-09-09 Qualcomm Incorporated Symbol estimation methods and apparatuses
US8619928B2 (en) * 2009-09-03 2013-12-31 Qualcomm Incorporated Multi-stage interference suppression
ES2708959T3 (en) 2009-11-27 2019-04-12 Qualcomm Inc Greater capacity in wireless communications
JP6091895B2 (en) 2009-11-27 2017-03-08 クゥアルコム・インコーポレイテッドQualcomm Incorporated Increased capacity in wireless communications
CN103765376B (en) * 2011-06-16 2017-05-31 想象技术有限公司 Graphic process unit with clog-free parallel architecture
CN107092466B (en) * 2011-12-29 2020-12-08 英特尔公司 Method and device for controlling MXCSR
CN102622236A (en) * 2012-01-13 2012-08-01 深圳市妙趣工场信息科技有限公司 Geart three-dimensional (3D) game engine
CN103176948B (en) * 2013-03-04 2016-06-29 浙江大学 A kind of single precision elementary function arithmetic accelerator of low cost
WO2015132635A1 (en) * 2014-03-07 2015-09-11 Sony Corporation Data speculation for array processors
US10324723B2 (en) * 2014-07-02 2019-06-18 Nxp Usa, Inc. Systems and methods for processing both instructions and constant values from a memory of a digital processor accessed by separate pointers
US9552229B2 (en) 2015-05-14 2017-01-24 Atlassian Pty Ltd Systems and methods for task scheduling
US10410311B2 (en) * 2016-03-07 2019-09-10 Intel Corporation Method and apparatus for efficient submission of workload to a high performance graphics sub-system
US10558460B2 (en) 2016-12-14 2020-02-11 Qualcomm Incorporated General purpose register allocation in streaming processor
US10423747B2 (en) * 2017-02-02 2019-09-24 Intel Corporation Method and apparatus for supporting temporal virtualization on a target device
US10417734B2 (en) 2017-04-24 2019-09-17 Intel Corporation Compute optimization mechanism for deep neural networks
US10417731B2 (en) 2017-04-24 2019-09-17 Intel Corporation Compute optimization mechanism for deep neural networks
CN108564644B (en) * 2017-12-27 2022-04-08 中国科学院光电研究院 Airborne active and passive three-dimensional image real-time imaging device and method
US10402224B2 (en) * 2018-01-03 2019-09-03 Intel Corporation Microcontroller-based flexible thread scheduling launching in computing environments
GB2580178B (en) * 2018-12-21 2021-12-15 Imagination Tech Ltd Scheduling tasks in a processor
US20200264873A1 (en) * 2019-02-20 2020-08-20 Nanjing Iluvatar CoreX Technology Co., Ltd. (DBA ? Iluvatar CoreX Inc. Nanjing?) Scalar unit with high performance in crypto operation
CN117132450B (en) * 2023-10-24 2024-02-20 芯动微电子科技(武汉)有限公司 Computing device capable of realizing data sharing and graphic processor

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040088708A1 (en) * 2002-10-31 2004-05-06 Gopalan Ramanujam Methods and apparatus for multi-threading on a simultaneous multi-threading on a simultaneous multi-threading processor
US20050184994A1 (en) * 2000-02-11 2005-08-25 Sony Computer Entertainment Inc. Multiprocessor computer system
US6950927B1 (en) * 2001-04-13 2005-09-27 The United States Of America As Represented By The Secretary Of The Navy System and method for instruction-level parallelism in a programmable multiple network processor environment

Family Cites Families (165)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3304418A (en) * 1964-03-02 1967-02-14 Olivetti & Co Spa Binary-coded decimal adder with radix correction
US4079452A (en) 1976-06-15 1978-03-14 Bunker Ramo Corporation Programmable controller with modular firmware for communication control
NL7807314A (en) * 1978-07-06 1980-01-08 Philips Nv DEVICE FOR INCREASING THE LENGTH OF A LOGICAL COMPUTER ADDRESS.
JPH03185521A (en) * 1989-12-15 1991-08-13 Hitachi Ltd Data processor
US5208765A (en) * 1990-07-20 1993-05-04 Advanced Micro Devices, Inc. Computer-based method and system for product development
US7006881B1 (en) 1991-12-23 2006-02-28 Steven Hoffberg Media recording device with remote graphic user interface
US6850252B1 (en) 1999-10-05 2005-02-01 Steven M. Hoffberg Intelligent electronic appliance system and method
US5903454A (en) 1991-12-23 1999-05-11 Hoffberg; Linda Irene Human-factored interface corporating adaptive pattern recognition based controller apparatus
DE69418646T2 (en) 1993-06-04 2000-06-29 Sun Microsystems Inc Floating point processor for a high-performance three-dimensional graphics accelerator
JPH0784851A (en) 1993-09-13 1995-03-31 Toshiba Corp Shared data managing method
JP3579461B2 (en) 1993-10-15 2004-10-20 株式会社ルネサステクノロジ Data processing system and data processing device
US6339767B1 (en) * 1997-06-02 2002-01-15 Aurigin Systems, Inc. Using hyperbolic trees to visualize data generated by patent-centric and group-oriented data processing
US5509129A (en) * 1993-11-30 1996-04-16 Guttag; Karl M. Long instruction word controlling plural independent processor operations
US6154725A (en) * 1993-12-06 2000-11-28 Donner; Irah H. Intellectual property (IP) computer-implemented audit system optionally over network architecture, and computer program product for same
GB2285524B (en) 1994-01-11 1998-02-04 Advanced Risc Mach Ltd Data memory and processor bus
EP0676691A3 (en) 1994-04-06 1996-12-11 Hewlett Packard Co Apparatus for register saving and restoring in a digital computer.
US6279099B1 (en) 1994-04-29 2001-08-21 Sun Microsystems, Inc. Central processing unit with integrated graphics functions
US5694143A (en) 1994-06-02 1997-12-02 Accelerix Limited Single chip frame buffer and graphics accelerator
US5598546A (en) * 1994-08-31 1997-01-28 Exponential Technology, Inc. Dual-architecture super-scalar pipeline
US5526257A (en) * 1994-10-31 1996-06-11 Finlay Fine Jewelry Corporation Product evaluation system
CA2683230C (en) * 1995-02-13 2013-08-27 Intertrust Technologies Corporation Systems and methods for secure transaction management and electronic rights protection
US5798770A (en) 1995-03-24 1998-08-25 3Dlabs Inc. Ltd. Graphics rendering system with reconfigurable pipeline sequence
US5777629A (en) 1995-03-24 1998-07-07 3Dlabs Inc. Ltd. Graphics subsystem with smart direct-memory-access operation
US5872729A (en) * 1995-11-27 1999-02-16 Sun Microsystems, Inc. Accumulation buffer method and apparatus for graphical image processing
US5774833A (en) * 1995-12-08 1998-06-30 Motorola, Inc. Method for syntactic and semantic analysis of patent text and drawings
US5794016A (en) 1995-12-11 1998-08-11 Dynamic Pictures, Inc. Parallel-processor graphics architecture
US5754840A (en) * 1996-01-23 1998-05-19 Smartpatents, Inc. System, method, and computer program product for developing and maintaining documents which includes analyzing a patent application with regards to the specification and claims
US5944816A (en) 1996-05-17 1999-08-31 Advanced Micro Devices, Inc. Microprocessor configured to execute multiple threads including interrupt service routines
US5793385A (en) 1996-06-12 1998-08-11 Chips And Technologies, Inc. Address translator for a shared memory computing system
EP0858069B1 (en) 1996-08-02 2006-11-29 Matsushita Electric Industrial Co., Ltd. Voice encoder, voice decoder and recording medium thereof
US5949920A (en) 1996-08-13 1999-09-07 Hewlett-Packard Co. Reconfigurable convolver circuit
JP2970553B2 (en) 1996-08-30 1999-11-02 日本電気株式会社 Multi-thread execution method
TW360823B (en) 1996-09-30 1999-06-11 Hitachi Ltd Data processor and graphic processor
US6614847B1 (en) 1996-10-25 2003-09-02 Texas Instruments Incorporated Content-based video compression
US5870579A (en) 1996-11-18 1999-02-09 Advanced Micro Devices, Inc. Reorder buffer including a circuit for selecting a designated mask corresponding to an instruction that results in an exception
US6049811A (en) * 1996-11-26 2000-04-11 Petruzzi; James D. Machine for drafting a patent application and process for doing same
US5913925A (en) 1996-12-16 1999-06-22 International Business Machines Corporation Method and system for constructing a program including out-of-order threads and processor and method for executing threads out-of-order
US6044354A (en) * 1996-12-19 2000-03-28 Sprint Communications Company, L.P. Computer-based product planning system
US5831640A (en) 1996-12-20 1998-11-03 Cirrus Logic, Inc. Enhanced texture map data fetching circuit and method
US5991865A (en) 1996-12-31 1999-11-23 Compaq Computer Corporation MPEG motion compensation using operand routing and performing add and divide in a single instruction
US6697063B1 (en) 1997-01-03 2004-02-24 Nvidia U.S. Investment Company Rendering pipeline
US6549209B1 (en) 1997-05-22 2003-04-15 Kabushiki Kaisha Sega Enterprises Image processing device and image processing method
US5958041A (en) * 1997-06-26 1999-09-28 Sun Microsystems, Inc. Latency prediction in a pipelined microarchitecture
US6195734B1 (en) 1997-07-02 2001-02-27 Micron Technology, Inc. System for implementing a graphic address remapping table as a virtual register file in system memory
US6061660A (en) * 1997-10-20 2000-05-09 York Eggleston System and method for incentive programs and award fulfillment
JP4634548B2 (en) 1997-11-04 2011-02-16 ヒューレット・パッカード・カンパニー Multiprocessor computer system and operation method thereof
US6654428B1 (en) 1998-01-13 2003-11-25 Massachusetts Institute Of Technology Systems and methods for wireless communications
JP3666005B2 (en) * 1998-03-03 2005-06-29 マツダ株式会社 Patent information search system, patent information search device, information search relay device, and patent information search method
US6092175A (en) 1998-04-02 2000-07-18 University Of Washington Shared register storage mechanisms for multithreaded computer systems with out-of-order execution
US6188411B1 (en) 1998-07-02 2001-02-13 Neomagic Corp. Closed-loop reading of index registers using wide read and narrow write for multi-threaded system
US6067531A (en) * 1998-07-21 2000-05-23 Mci Communications Corporation Automated contract negotiator/generation system and method
US7068272B1 (en) 2000-05-31 2006-06-27 Nvidia Corporation System, method and article of manufacture for Z-value and stencil culling prior to rendering in a computer graphics processing pipeline
JP3869947B2 (en) 1998-08-04 2007-01-17 株式会社日立製作所 Parallel processing processor and parallel processing method
JP3279260B2 (en) 1998-08-07 2002-04-30 日本電気株式会社 3D graphics drawing device
US6226618B1 (en) * 1998-08-13 2001-05-01 International Business Machines Corporation Electronic content delivery system
US6771264B1 (en) 1998-08-20 2004-08-03 Apple Computer, Inc. Method and apparatus for performing tangent space lighting and bump mapping in a deferred shading graphics processor
JP2000148795A (en) * 1998-08-31 2000-05-30 Canon Inc Device and method for image retrieval and computer- readable memory
US6693719B1 (en) 1998-09-16 2004-02-17 Texas Instruments Incorporated Path to trapezoid decomposition of polygons for printing files in a page description language
US6163839A (en) 1998-09-30 2000-12-19 Intel Corporation Non-stalling circular counterflow pipeline processor with reorder buffer
GB2343601B (en) 1998-11-06 2002-11-27 Videologic Ltd Shading and texturing 3-dimensional computer generated images
US7088865B2 (en) 1998-11-20 2006-08-08 Nikon Corporation Image processing apparatus having image selection function, and recording medium having image selection function program
US6219769B1 (en) 1998-12-09 2001-04-17 Advanced Micro Devices, Inc. Method and system for origin-sensitive memory control and access in data processing systems
US6236977B1 (en) * 1999-01-04 2001-05-22 Realty One, Inc. Computer implemented marketing system
US7904187B2 (en) 1999-02-01 2011-03-08 Hoffberg Steven M Internet appliance system and method
US6480941B1 (en) 1999-02-23 2002-11-12 International Business Machines Corporation Secure partitioning of shared memory based multiprocessor system
AU3308400A (en) 1999-03-18 2000-10-04 British Broadcasting Corporation, The Watermarking
AU4328000A (en) * 1999-03-31 2000-10-16 Verizon Laboratories Inc. Techniques for performing a data query in a computer system
US6594633B1 (en) * 1999-07-07 2003-07-15 Vincent S. Broerman Real estate computer network
US6345239B1 (en) * 1999-08-31 2002-02-05 Accenture Llp Remote demonstration of business capabilities in an e-commerce environment
US6556992B1 (en) * 1999-09-14 2003-04-29 Patent Ratings, Llc Method and system for rating patents and other intangible assets
US6493741B1 (en) 1999-10-01 2002-12-10 Compaq Information Technologies Group, L.P. Method and apparatus to quiesce a portion of a simultaneous multithreaded central processing unit
US6389418B1 (en) * 1999-10-01 2002-05-14 Sandia Corporation Patent data mining method and apparatus
US6859782B2 (en) * 1999-10-06 2005-02-22 Bob F. Harshaw Method for new product development and market introduction
US6542871B1 (en) * 1999-10-06 2003-04-01 Bob F. Harshaw Method for new product development and market introduction
US6792575B1 (en) 1999-10-21 2004-09-14 Equilibrium Technologies Automated processing and delivery of media to web servers
US6964009B2 (en) 1999-10-21 2005-11-08 Automated Media Processing Solutions, Inc. Automated media delivery system
US6577762B1 (en) 1999-10-26 2003-06-10 Xerox Corporation Background surface thresholding
US6574725B1 (en) 1999-11-01 2003-06-03 Advanced Micro Devices, Inc. Method and mechanism for speculatively executing threads of instructions
US6417851B1 (en) * 1999-12-06 2002-07-09 Nvidia Corporation Method and apparatus for lighting module in a graphics processor
JP3485052B2 (en) 1999-12-16 2004-01-13 日本電気株式会社 Reference image creation method, pattern inspection apparatus, and recording medium recording reference image creation program
US7389239B1 (en) * 1999-12-30 2008-06-17 At&T Delaware Intellectual Property, Inc. System and method for managing intellectual property
US7801830B1 (en) * 1999-12-30 2010-09-21 At&T Intellectual Property I, L.P. System and method for marketing, managing, and maintaining intellectual property
US7127405B1 (en) * 1999-12-30 2006-10-24 Bellsouth Intellectual Property Corp. System and method for selecting and protecting intellectual property assets
US7346518B1 (en) * 1999-12-30 2008-03-18 At&T Bls Intellectual Property, Inc. System and method for determining the marketability of intellectual property assets
US20020032659A1 (en) * 2000-01-27 2002-03-14 Michael Waters System and method for obtaining and developing technology for market
JP2001222712A (en) 2000-02-08 2001-08-17 Sega Corp Image processor, convolutional integration circuit and method therefor
US6516443B1 (en) 2000-02-08 2003-02-04 Cirrus Logic, Incorporated Error detection convolution code and post processor for correcting dominant error events of a trellis sequence detector in a sampled amplitude read channel for disk storage systems
JP2001236221A (en) 2000-02-21 2001-08-31 Keisuke Shindo Pipe line parallel processor using multi-thread
US6738510B2 (en) 2000-02-22 2004-05-18 Olympus Optical Co., Ltd. Image processing apparatus
US6940545B1 (en) 2000-02-28 2005-09-06 Eastman Kodak Company Face detecting camera and method
US20020095368A1 (en) * 2000-02-29 2002-07-18 Bao Tran Systems and methods for trading intellectual property
US6988008B2 (en) 2000-03-10 2006-01-17 Adept Technology, Inc. Smart camera
US6891533B1 (en) 2000-04-11 2005-05-10 Hewlett-Packard Development Company, L.P. Compositing separately-generated three-dimensional images
US6952440B1 (en) 2000-04-18 2005-10-04 Sirf Technology, Inc. Signal detector employing a Doppler phase correction system
WO2002015000A2 (en) 2000-08-16 2002-02-21 Sun Microsystems, Inc. General purpose processor with graphics/media support
US7034828B1 (en) 2000-08-23 2006-04-25 Nintendo Co., Ltd. Recirculating shade tree blender for a graphics system
US6636214B1 (en) 2000-08-23 2003-10-21 Nintendo Co., Ltd. Method and apparatus for dynamically reconfiguring the order of hidden surface processing based on rendering mode
JP3580789B2 (en) 2000-10-10 2004-10-27 株式会社ソニー・コンピュータエンタテインメント Data communication system and method, computer program, recording medium
US20020072995A1 (en) * 2000-11-02 2002-06-13 Smith Frank A. Patent licensing process
GB2369016B (en) 2000-11-09 2004-06-09 Sony Uk Ltd Receiver
US7188069B2 (en) * 2000-11-30 2007-03-06 Syracuse University Method for valuing intellectual property
US6907520B2 (en) 2001-01-11 2005-06-14 Sun Microsystems, Inc. Threshold-based load address prediction and new thread identification in a multithreaded microprocessor
US6662178B2 (en) * 2001-03-21 2003-12-09 Knowledge Management Objects, Llc Apparatus for and method of searching and organizing intellectual property information utilizing an IP thesaurus
US6515443B2 (en) 2001-05-21 2003-02-04 Agere Systems Inc. Programmable pulse width modulated waveform generator for a spindle motor controller
US20040172631A1 (en) 2001-06-20 2004-09-02 Howard James E Concurrent-multitasking processor
US6744433B1 (en) 2001-08-31 2004-06-01 Nvidia Corporation System and method for using and collecting information from a plurality of depth layers
JP3564445B2 (en) * 2001-09-20 2004-09-08 松下電器産業株式会社 Processor, compiling device and compiling method
US8342935B1 (en) 2001-09-28 2013-01-01 Bally Gaming, Inc. Integrated display and input system
US6999076B2 (en) 2001-10-29 2006-02-14 Ati Technologies, Inc. System, method, and apparatus for early culling
US20030167379A1 (en) 2002-03-01 2003-09-04 Soltis Donald Charles Apparatus and methods for interfacing with cache memory
US6871264B2 (en) 2002-03-06 2005-03-22 Hewlett-Packard Development Company, L.P. System and method for dynamic processor core and cache partitioning on large-scale multithreaded, multiprocessor integrated circuits
JP4193990B2 (en) 2002-03-22 2008-12-10 ディーリング,マイケル,エフ. Scalable high-performance 3D graphics
US6825843B2 (en) 2002-07-18 2004-11-30 Nvidia Corporation Method and apparatus for loop and branch instructions in a programmable graphics pipeline
JP3856737B2 (en) * 2002-07-19 2006-12-13 株式会社ルネサステクノロジ Data processing device
US6931489B2 (en) 2002-08-12 2005-08-16 Hewlett-Packard Development Company, L.P. Apparatus and methods for sharing cache among processors
US7633506B1 (en) 2002-11-27 2009-12-15 Ati Technologies Ulc Parallel pipeline graphics system
US7268785B1 (en) 2002-12-19 2007-09-11 Nvidia Corporation System and method for interfacing graphics program modules
US7268779B2 (en) 2002-12-24 2007-09-11 Intel Corporation Z-buffering techniques for graphics rendering
US7146486B1 (en) * 2003-01-29 2006-12-05 S3 Graphics Co., Ltd. SIMD processor with scalar arithmetic logic units
KR100510131B1 (en) 2003-01-29 2005-08-26 삼성전자주식회사 Pixel cache, 3D graphic accelerator using it, and method therefor
US7145565B2 (en) 2003-02-27 2006-12-05 Nvidia Corporation Depth bounds testing
US7612803B2 (en) 2003-06-10 2009-11-03 Zoran Corporation Digital camera with reduced image buffer memory and minimal processing for recycling through a service center
US7372484B2 (en) 2003-06-26 2008-05-13 Micron Technology, Inc. Method and apparatus for reducing effects of dark current and defective pixels in an imaging device
US7088371B2 (en) 2003-06-27 2006-08-08 Intel Corporation Memory command handler for use in an image signal processor having a data driven architecture
US7015913B1 (en) 2003-06-27 2006-03-21 Nvidia Corporation Method and apparatus for multithreaded processing of data in a programmable graphics processor
US7239322B2 (en) 2003-09-29 2007-07-03 Ati Technologies Inc Multi-thread graphic processing system
US7702817B2 (en) 2003-10-28 2010-04-20 Microsoft Corporation Wireless network access technologies for retrieving a virtual resource via a plurality of wireless network interfaces
GB2409061B (en) 2003-12-09 2006-09-13 Advanced Risc Mach Ltd Table lookup operation within a data processing system
US7015914B1 (en) 2003-12-10 2006-03-21 Nvidia Corporation Multiple data buffers for processing graphics data
US7027062B2 (en) 2004-02-27 2006-04-11 Nvidia Corporation Register based queuing for texture requests
US20050195198A1 (en) 2004-03-03 2005-09-08 Anderson Michael H. Graphics pipeline and method having early depth detection
US7030878B2 (en) 2004-03-19 2006-04-18 Via Technologies, Inc. Method and apparatus for generating a shadow effect using shadow volumes
US7196708B2 (en) 2004-03-31 2007-03-27 Sony Corporation Parallel vector processing
US7873776B2 (en) 2004-06-30 2011-01-18 Oracle America, Inc. Multiple-core processor with support for multiple virtual processors
US7330988B2 (en) 2004-06-30 2008-02-12 Sun Microsystems, Inc. Method and apparatus for power throttling in a multi-thread processor
US7339592B2 (en) 2004-07-13 2008-03-04 Nvidia Corporation Simulating multiported memories using lower port count memories
US7355603B2 (en) 2004-08-04 2008-04-08 Nvidia Corporation Filtering unit for floating-point texture data
US7538765B2 (en) 2004-08-10 2009-05-26 Ati International Srl Method and apparatus for generating hierarchical depth culling characteristics
US6972769B1 (en) 2004-09-02 2005-12-06 Nvidia Corporation Vertex texture cache returning hits out of order
US7388588B2 (en) * 2004-09-09 2008-06-17 International Business Machines Corporation Programmable graphics processing engine
US7576737B2 (en) 2004-09-24 2009-08-18 Konica Minolta Medical & Graphic, Inc. Image processing device and program
JP2006099422A (en) 2004-09-29 2006-04-13 Konica Minolta Medical & Graphic Inc Image processing system and program
US7684079B2 (en) 2004-12-02 2010-03-23 Canon Kabushiki Kaisha Image forming apparatus and its control method
US20060136919A1 (en) 2004-12-17 2006-06-22 Sun Microsystems, Inc. System and method for controlling thread suspension in a multithreaded processor
US7358502B1 (en) 2005-05-06 2008-04-15 David Appleby Devices, systems, and methods for imaging
US20070030280A1 (en) 2005-08-08 2007-02-08 Via Technologies, Inc. Global spreader and method for a parallel graphics processor
US7557832B2 (en) 2005-08-12 2009-07-07 Volker Lindenstruth Method and apparatus for electronically stabilizing digital images
US20070073625A1 (en) * 2005-09-27 2007-03-29 Shelton Robert H System and method of licensing intellectual property assets
US7508396B2 (en) 2005-09-28 2009-03-24 Silicon Integrated Systems Corp. Register-collecting mechanism, method for performing the same and pixel processing system employing the same
US7447873B1 (en) 2005-11-29 2008-11-04 Nvidia Corporation Multithreaded SIMD parallel processor with loading of groups of threads
JP4920966B2 (en) 2005-12-21 2012-04-18 キヤノン株式会社 Image forming apparatus
US8024394B2 (en) * 2006-02-06 2011-09-20 Via Technologies, Inc. Dual mode floating point multiply accumulate unit
US8860721B2 (en) 2006-03-28 2014-10-14 Ati Technologies Ulc Method and apparatus for processing pixel depth information
US8766995B2 (en) 2006-04-26 2014-07-01 Qualcomm Incorporated Graphics system with configurable caches
US8933933B2 (en) 2006-05-08 2015-01-13 Nvidia Corporation Optimizing a graphics rendering pipeline using early Z-mode
US20070268289A1 (en) 2006-05-16 2007-11-22 Chun Yu Graphics system with dynamic reposition of depth engine
US8869147B2 (en) 2006-05-31 2014-10-21 Qualcomm Incorporated Multi-threaded processor with deferred thread output control
US8644643B2 (en) 2006-06-14 2014-02-04 Qualcomm Incorporated Convolution filtering in a graphics processor
US8766996B2 (en) 2006-06-21 2014-07-01 Qualcomm Incorporated Unified virtual addressed register file
JP4675854B2 (en) 2006-07-25 2011-04-27 株式会社東芝 Pattern evaluation method, evaluation apparatus, and pattern evaluation program
US8345053B2 (en) * 2006-09-21 2013-01-01 Qualcomm Incorporated Graphics processors with parallel scheduling and execution of threads
JP2008219523A (en) 2007-03-05 2008-09-18 Canon Inc Imaging apparatus and control method thereof
US7683962B2 (en) 2007-03-09 2010-03-23 Eastman Kodak Company Camera using multiple lenses and image sensors in a rangefinder configuration to provide a range map
KR101481203B1 (en) 2007-12-14 2015-01-09 엘에스아이 코포레이션 Systems and methods for adaptive cbd estimation in a storage device
EP2179417A4 (en) 2007-12-14 2013-12-18 Lsi Corp Systems and methods for fly-height control using servo address mark data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050184994A1 (en) * 2000-02-11 2005-08-25 Sony Computer Entertainment Inc. Multiprocessor computer system
US6950927B1 (en) * 2001-04-13 2005-09-27 The United States Of America As Represented By The Secretary Of The Navy System and method for instruction-level parallelism in a programmable multiple network processor environment
US20040088708A1 (en) * 2002-10-31 2004-05-06 Gopalan Ramanujam Methods and apparatus for multi-threading on a simultaneous multi-threading on a simultaneous multi-threading processor

Also Published As

Publication number Publication date
WO2007140338A3 (en) 2008-03-06
WO2007140338A2 (en) 2007-12-06
JP5006390B2 (en) 2012-08-22
KR101012625B1 (en) 2011-02-09
CA2650539A1 (en) 2007-12-06
US8884972B2 (en) 2014-11-11
EP2024819B1 (en) 2012-06-06
KR20090021286A (en) 2009-03-02
CN101449239B (en) 2012-07-18
CN101449239A (en) 2009-06-03
US20070273698A1 (en) 2007-11-29
JP2009538486A (en) 2009-11-05
EP2024819A2 (en) 2009-02-18
IN266871B (en) 2015-06-10

Similar Documents

Publication Publication Date Title
US8884972B2 (en) Graphics processor with arithmetic and elementary function units
US8345053B2 (en) Graphics processors with parallel scheduling and execution of threads
KR101118486B1 (en) On-demand multi-thread multimedia processor
US8644643B2 (en) Convolution filtering in a graphics processor
US10719447B2 (en) Cache and compression interoperability in a graphics processor pipeline
US7805589B2 (en) Relative address generation
US8633936B2 (en) Programmable streaming processor with mixed precision instruction execution
US10217183B2 (en) System, method, and computer program product for simultaneous execution of compute and graphics workloads
US8035650B2 (en) Tiled cache for multiple software programs
US20110249744A1 (en) Method and System for Video Processing Utilizing N Scalar Cores and a Single Vector Core
US10885603B2 (en) Alpha blending and display update bandwidth saving during render and display operations
US10565670B2 (en) Graphics processor register renaming mechanism
US20140240337A1 (en) Graphics processing unit with a texture return buffer and a texture queue
US9165396B2 (en) Graphics processing unit with a texture return buffer and a texture queue

Legal Events

Date Code Title Description
AS Assignment

Owner name: QUALCOMM INCORPORATED, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DU, YUN;YU, CHUN;JIAO, GUOFANG;AND OTHERS;SIGNING DATES FROM 20141006 TO 20141027;REEL/FRAME:034058/0858

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION