Parallel Processing Utilizing Highly Correlated Data Values

WILKERSON, CHRISTOPHER B.

Patent Application Summary

U.S. patent application number 09/195012 was filed with the patent office on 2002-04-25 for parallel processing utilizing highly correlated data values. Invention is credited to WILKERSON, CHRISTOPHER B..

Application Number20020049891 09/195012
Document ID /
Family ID22719719
Filed Date2002-04-25

United States Patent Application 20020049891
Kind Code A1
WILKERSON, CHRISTOPHER B. April 25, 2002

PARALLEL PROCESSING UTILIZING HIGHLY CORRELATED DATA VALUES

Abstract

Parallel processing utilizing correlated data values. One embodiment of the invention includes a method. The method renders active a correlated data values pair comprising a key value and a value correlated with the key value. The method next performs a task utilizing the value correlated with the key value in parallel with the task utilizing the key value. The method then renders inactive the correlated data values pair.


Inventors: WILKERSON, CHRISTOPHER B.; (BEAVERTON, OR)
Correspondence Address:
    SCHWEGMAN, LUNDBERG, WOESSNER & KLUTH, P.A.
    P.O. BOX 2938
    MINNEAPOLIS
    MN
    55402
    US
Family ID: 22719719
Appl. No.: 09/195012
Filed: November 18, 1998

Current U.S. Class: 712/1
Current CPC Class: G06F 8/45 20130101
Class at Publication: 712/1
International Class: G06F 015/00

Claims



I claim:

1. A method comprising: rendering active a correlated data values pair comprising a key value and a value correlated with the key value; and, performing a task utilizing the value correlated with the key value in parallel with the task utilizing the key value.

2. The method of claim 1, further comprising rendering inactive the correlated data values pair.

3. The method of claim 1, wherein rendering active a correlated data values pair comprises receiving the value correlated with the key value.

4. The method of claim 1, wherein rendering inactive the correlated data values pair comprises setting the value correlated with the key value.

5. The method of claim 1, wherein rendering active a correlated data values pair comprises looking up the key value in a table to obtain the value correlated with the key value.

6. The method of claim 1, wherein rendering inactive the correlated data values pair comprises storing in a table the value correlated with the key value as corresponding to the key value.

7. A processor comprising: module providing for a instruction to receive a value correlated with a key value, such that the first instruction is to render as an active correlated data values pair the key value and the value correlated with the key value; and, module providing for a second instruction to set the value correlated with the key value, such that the second instruction is to render as an inactively correlated data values pair the key value and the value correlated with the key value.

8. The processor of claim 7, further comprising memory storing a table to store the key value and the value correlated with the key value.

9. The processor of claim 7, wherein the first instruction comprises: a first argument to hold the value correlated with the key value; and, a second argument to hold the key value.

10. The processor of claim 7, wherein the second instruction comprises an argument to hold the value correlated with the key value.

11. A system comprising: a first instruction to receive a value correlated with a key value; and, a second instruction to set the value correlated with the key value.

12. The system of claim 11, wherein the first instruction comprises: a first argument to hold the value correlated with the key value; and, a second argument to hold the key value.

13. The system of claim 11, wherein the second instruction comprises an argument to hold the value correlated with the key value.

14. The system of claim 11, wherein the first instruction further is to render the key value and the value as an active correlated data values pair.

15. The system of claim 11, wherein the second instruction further is to render the key value and the value as an inactive correlated data values pair.

16. The system of claim 11, further comprising a table to store the key value and the value correlated with the key value.

17. A machine-readable medium storing processor instructions and executable on a processor to perform a method comprising: rendering active a correlated data values pair comprising a key value and a value correlated with the key value; performing a task utilizing the value correlated with the key value in parallel with the task utilizing the key value; and, rendering inactive the correlated data values pair.
Description



FIELD

[0001] This invention relates generally to parallel processing, and more particularly to parallel processing utilizing correlated data values.

BACKGROUND

[0002] Generally, there has been a need for greater speed at which computer programs are executed on computers. A computer typically has at least one processor, which is the part of a computer that usually runs the instructions that make up a computer program. In what is known as sequential or serial processing, the instructions that make up a computer program are executed one at a time by a processor of a computer. That is, a first instruction is executed, then a second instruction is executed, until the program is finished. Therefore, in sequential or serial processing, a manner by which execution speed of programs can be increased is to increase the speed at which the processor of the computer executes instructions.

[0003] In another type of processing, known as parallel processing, increased execution speed of computer programs is achieved by executing instructions of a computer program in parallel with one another. Thus, for example, a first instruction may be executed by a first processor of the computer at the same time as a second instruction is executed by a second processor (or, a different part of the first processor), then a third instruction may be executed by the first processor at the same time as a fourth instruction is executed by the second processor (or, the different part of the first processor), etc.

[0004] Parallel processing is, however, generally not as common-place as sequential processing. Computer programmers, for example, are typically not as experienced in developing computer programs that take advantage of parallel processing as they are in writing programs that are to be sequentially processed. Thus, there has been generally more emphasis placed on increasing the instruction execution speed of processors themselves to achieve increased execution speed of computer programs, rather than on utilizing parallel processing to achieve increased executed speed of computer programs.

SUMMARY

[0005] The present invention relates to parallel processing utilizing correlated data values. One embodiment of the invention includes a method. The method renders active a correlated data values pair comprising a key value and a value correlated with the key value. The method next performs a task utilizing the value correlated with the key value in parallel with the task utilizing the key value. The method then renders inactive the correlated data values pair. Other embodiments of the invention include methods, systems and processors of varying scope.

BRIEF DESCRIPTION OF THE DRAWINGS

[0006] FIG. 1 shows a flowchart of a method according to an embodiment of the invention;

[0007] FIG. 2 shows a diagram of a system according to an embodiment of the invention;

[0008] FIG. 3(a) shows a table a linked list search written in assembly without the use of CDV pairs;

[0009] FIG. 3(b) shows a table of a linked list search written in assembly utilizing CDV pairs, according to an embodiment of the invention; and,

[0010] FIG. 4 shows a diagram of a computer, in conjunction with which embodiments of the invention may be practiced.

DETAILED DESCRIPTION

[0011] In the following detailed description of exemplary embodiments of the invention, reference is made to the accompanying drawings which form a part hereof, and in which is shown by way of illustration specific exemplary embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical and other changes may be made without departing from the spirit or scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims.

[0012] Referring first to FIG. 1, a method according to an embodiment of the invention is shown. In 100, a correlated data values (CDV) pair is rendered active. The pair is rendered active so that parallel processing may be performed with respect to the correlated data values within the CDV pair.

[0013] The CDV pair includes a key value and a value correlated with the key value. Thus, a CDV pair is defined as any data value that can be correlated with a key value. The goal of the CDV pair is to improve performance. Correlated data values can occur in one situation when a sequence of instructions f(X) has an input X that is correlated with an input Y. An CDV pair thus includes a single input and a single output, where the input is the key value, and the output is the value correlated with the key value. As an example for illustrative purposes only, and not meant to limit any embodiment of the invention, the input X and the output Y of a mathematical function f(X)=Y are an CDV pair with a correlation of one. Embodiments of the invention relate to correlated data values, such that the correlation may not be one. The definition of a correlation may vary; in one embodiment, the correlation can be greater than 0.5, while in another embodiment, the correlation can be greater than 0.9.

[0014] For example, one situation where correlated data values occur is in a linked list. The first entry in a linked list may usually point to the second entry, based on some prior history, such that the second entry is correlated with the first entry (the first entry being the key value). Therefore, processing may be performed on the first and the second entries in parallel. However, the first entry may not always point to the second entry, such that processing of the second entry is said to be speculative. Processing of the second entry is not certain until it is known that in the current case the first entry does in fact point to the second entry. Note that this type of parallel processing is distinct from sequential processing, where processing of the second entry is not performed until after processing of the first entry has occurred.

[0015] In one particular embodiment, 100 includes receiving the value correlated with the key value. Thus, an instruction may be executed having two arguments, where one argument includes the key value, and the other argument references an output register in which the value correlated with the key value is inserted. This instruction can in one particular embodiment be accomplished by looking up the key value in a table to obtain the value correlated with the key value. However, if an CDV pair corresponding to the key value does not exist in the table, a storage location in the table can in one particular embodiment be allocated for this new CDV pair having the current key value.

[0016] In 102, parallel processing is performed. That is, a task is performed, in one iteration or thread utilizing the key value, and in another iteration or thread utilizing the value correlated with the key value. Thus, 102 performs parallel processing by taking advantage of the correlation between the key value and the value correlated with the key value, as this pair was rendered active in 100.

[0017] Finally, in 104, the correlated data values pair is rendered inactive. 104 is thus complementary to 100. In one particular embodiment, 104 includes setting the value correlated with the key value. Thus, an instruction may be executed having one argument, where the argument is the value correlated with the key value previously passed as an argument when the pair was rendered active in 100. This instruction thus in one particular embodiment can act to update a table in which CDV pairs are stored, such that the instruction passes the value correlated with and corresponding to the key value of the current, heretofore active CDV pair.

[0018] As has been described, a method according to one embodiment achieves parallel processing by rendering a correlated data values pair active, performing parallel processing instructions in relation to the two values of the CDV pair, and then rendering the pair inactive. Rendering the pair active in one particular embodiment obtains the correlated data value as can be looked up in a table corresponding to a given key value. Rendering the pair inactive in one particular embodiment stores the correlated data value corresponding to key value of the active pair.

[0019] Thus, by rendering the CDV pair inactive, in one particular embodiment, the CDV pairs stored in a table are continuously updated. In this manner, the correlation of the key values with their corresponding correlated data values can be maintained as close to one as possible, providing for more accurate parallel processing.

[0020] Referring next to FIG. 2, a diagram of a system according to an embodiment of the invention is shown. The system can in one particular embodiment be implemented as part of a processor of a computer, although the invention itself is not so limited. That is, the instructions as described herein may be implemented as part of modules of a processor, etc., where the term module refers to any hardware aspect of the processor. Furthermore, the table as described herein may be implemented as stored in memory of the processor. The invention is not particularly limited. The system includes a first instruction 200, a second instruction 202, and a table 204. The instructions 200 and 202 are instructions native to the system (for example, a processor), such that computer programs may include these instructions as a part thereof.

[0021] The table 204 includes entries 210a, 210b, . . . , 210n, where each entry includes a key value 212 and a value 214 correlated with the key value. New entries can be created in the table 204 for key values that are not already within an existing entry of table 204. Furthermore, the value 214 for an already existing entry within table 204 can also be changed. The value 214 for an existing entry within table 204 having a given key value 212 can also be looked up in the table 204.

[0022] The invention is not particularly limited to a given implementation of the table 204. In one embodiment, the table 204 is implemented as a direct mapped structure, as known in the art. In another embodiment, the table 204 is implemented as a two-way set associative structure, as also known within the art. The table 204 can also in another embodiment be stored within a cache that may already exist within the system (for example, where the system is a processor). In such an embodiment, the cache desirably should include an extra bit to differentiate between lines containing speculative data (that is, the CDV pairs), and lines containing normal addressable data.

[0023] The first instruction 200 is to receive a value correlated with a key value. The first instruction 200 includes a first argument 206 and a second argument 208. The first argument 206 is to hold the value correlated with the key value, and the second argument 208 is to hold the key value itself. Execution of the first instruction 200 renders the key value stored in the argument 208 and the value correlated with the key value stored in the argument 206 as a correlated data values (CDV) pair that is active.

[0024] Thus, execution of the first instruction 200 within a computer program operates as follows. The key value 212 of each entry 210a, 210b, . . . , 210n of the table 204 is examined to determine if there is a match with the parameter 208 of the first instruction 200. If there is a match, then the value 214 of this entry is returned in the parameter 206 (for example, a register referenced in the parameter 206). If there is not a match, then a new entry within the table 204 is created, having a key value 212 set to that of the key value within parameter 208 of the instruction 200.

[0025] The second instruction 202 is to set the value correlated with the key value. Because the second instruction 202 desirably should be executed only after the first instruction 200 has already been executed, the value set by the second instruction 202 is the value correlated with the key value that was referenced in the parameter 208 of the instruction 200. The second instruction 202 includes an argument 216 to hold the value correlated with the key value. Execution of the second instruction 202 renders the CDV pair that had been previously made active by the first instruction 200 inactive.

[0026] Execution of the second instruction 202 works as follows. The value 214 of the entry within table 204 that was previously matched by execution of the first instruction 200 or created by execution of the first instruction 200 is set to the parameter 216 of the second instruction 202. In this manner, execution of the second instruction 202 updates the value 214 of the previously matched or created entry within table 204 that is correlated with the key value 212 of this entry. That is, the parameter 216 is the new value correlated with the key value of this entry.

[0027] It is noted that the instructions 200 and 202 work as a pair in one embodiment. That is, the instruction 200 activates a CDV pair, the pair being then deactivated with the instruction 202. Note that the invention is not necessarily so limited, however. For example, in another embodiment of the invention, deactivation via an instruction such as instruction 202 may not be necessary following the activation via an instruction such as the instruction 200.

[0028] An example of the use of one embodiment of the invention is shown by reference to FIG. 3(a) and FIG. 3(b). The example is presented for illustrative purposes only, and is not meant to limit any embodiment of the invention. Referring first to FIG. 3(a), a table is shown of a linked list search, as known within the art, written in assembly without the use of CDV pairs. As those of ordinary skill within the art can appreciate, the critical path in the loop is determined by the instruction ptr=*(ptr+4) which dereferences the next pointer and retrieves the address of the next element in a linked list. Since each node includes a pointer to the next node, the system (for example, a processor) is limited by the rate at which it can obtain pointers.

[0029] Referring next to FIG. 3(b), a table is shown of a linked list search written in assembly utilizing CDV pairs, according to an embodiment of the invention. The table of FIG. 3(b) shows the same loop as in FIG. 3(a), except that it is represented as two separate threads, identified by column 300 and column 302, utilizing an embodiment of the invention. The non-speculative thread is identified by column 300, and column 302 identifies the speculative thread. The pred_key instruction in column 300 corresponds to the first instruction of an embodiment of the invention as has been described. The pred_val instruction in column 300 corresponds to the second instruction of an embodiment of the invention as has been described. While the non-speculative code of column 300 processes nodes n, n+1 in the linked list, the speculative instructions in column 302 processes nodes n+2, n+3 using the speculative link. The synchronize instruction of FIG. 3(b) represents the point at which the two threads must synchronize.

[0030] It has been observed that speculation as in the example of FIG. 3(b) adds about 24% overhead to the execution time of the loop; however, the throughput of the loop has doubled, resulting in a speed increase of about 50% on linked-list traversals with CDV history. As those of ordinary skill within the art can appreciate, the first traversals of the list will be significantly slower due to the lack of CDV history. That is, traversals of the list are slower until a table of CDV pairs has been built up, such that values correlated with the key values have been set.

[0031] Referring finally to FIG. 4, a diagram of a computer in conjunction with which embodiments of the invention may be practiced is shown. Computer 310 is operatively coupled to monitor 312, pointing device 314, and keyboard 316. Computer 310 includes a processor that can be in accordance with an embodiment of the invention, random-access memory (RAM), read-only memory (ROM), and one or more storage devices, such as a hard disk drive, a floppy disk drive (into which a floppy disk can be inserted), an optical disk drive, and a tape cartridge drive. The memory, hard drives, floppy disks, etc., are types of computer-readable media. The invention is not particularly limited to any type of computer 310.

[0032] Monitor 312 permits the display of information within a viewing area, including computer, video and other information, for viewing by a user of the computer. The invention is not limited to any particular monitor 312, and monitor 312 is one type of display device that may be used by the invention. Such monitors include cathode ray tube (CRT) displays, as well as flat panel displays such as liquid crystal displays (LCD's). Pointing device 314 permits the control of the screen pointer provided by the graphical user interface of operating systems. The invention is not limited to any particular pointing device 314. Such pointing devices include mouses, touch pads, trackballs, wheels, remote controls and point sticks. Finally, keyboard 316 permits entry of textual information into computer 310, as known within the art, and the invention is not limited to any particular type of keyboard.

[0033] Parallel processing utilizing correlated data values has been described. Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown. This application is intended to cover any adaptations or variations of the present invention. Therefore, it is manifestly intended that this invention be limited only by the following claims and equivalents thereof.

* * * * *


uspto.report is an independent third-party trademark research tool that is not affiliated, endorsed, or sponsored by the United States Patent and Trademark Office (USPTO) or any other governmental organization. The information provided by uspto.report is based on publicly available data at the time of writing and is intended for informational purposes only.

While we strive to provide accurate and up-to-date information, we do not guarantee the accuracy, completeness, reliability, or suitability of the information displayed on this site. The use of this site is at your own risk. Any reliance you place on such information is therefore strictly at your own risk.

All official trademark data, including owner information, should be verified by visiting the official USPTO website at www.uspto.gov. This site is not intended to replace professional legal advice and should not be used as a substitute for consulting with a legal professional who is knowledgeable about trademark law.

© 2024 USPTO.report | Privacy Policy | Resources | RSS Feed of Trademarks | Trademark Filings Twitter Feed