Type and length abstraction for data types
Summary by NHIP
Generic SIMD Data Type Implementation
The method implements a generic single instruction multiple data type in software code by accessing an algorithm containing a variable number of elements. At runtime, the system determines the element count based on the vector register width and selects customized processor-specific code using the included type parameter to resolve the vector register abstraction.
Claim Score by NHIP
Abstract
Embodiments are directed to implementing a generic SIMD data type in software code. In an embodiment, a computer system accesses a portion of software code that includes an algorithm with a generic SIMD data type that includes a variable number of elements. The algorithm with the generic SIMD data type is to be processed by a specific processor that includes various specific hardware features. The computer system determines at runtime a portion of customized processor-specific code that is to be used with the specified processor based on the generic SIMD data type, wherein the runtime determination resolves the number of elements that are to be used with the specified processor. The computer system also processes the software code including the algorithm with the generic SIMD data type using the determined, customized processor-specific code.

Term
5.3 yearsleft in the term
Expires 9 January 2032, including 391 days of term adjustment.
- Priority and filed
- Granted
- Today
- Expires
16 claims: 3 independent, 13 dependent
- 1Broadest claimClaim Score 24, narrow(NHIP)At a computer system including at least one processor and a memory, in a computer networking environment including a plurality of computing systems, a computer-implemented method for implementing a generic single instruction multiple data (SIMD) type in software code, the method comprising:accessing a portion of software code that includes an algorithm comprising a generic SIMD data type, the generic SIMD data type being an abstraction of a vector register of an unspecified type and size, the SIMD data type including a type parameter which specifies information about the type that is to be used in processing the data, enabling the algorithm with the generic SIMD data type to be processed by a specific processor that includes one or more specific hardware features, such that the specified processor and the specific hardware features need not be known when the algorithm is coded;determining at runtime, based at least on the generic SIMD data type and a width of the vector register, a number of elements of the generic SIMD data type that an instantiated generic SIMD data type contains when instantiated in accordance with the specific hardware features;determining at runtime, based at least on the generic SIMD data type and the included type parameter, a portion of customized processor-specific code that is to be used with the specified processor, wherein the runtime determination resolves the abstraction of a vector register into a specific instantiation of a vector register wherein the number of elements that are to be used with the specified processor are known;and processing the software code including the algorithm with the generic SIMD data type using the determined, customized processor-specific code;wherein the specific hardware features comprise registers that are configurable to include a certain number of elements of one or more types, and associated instructions which operate on those elements in parallel;querying the specified processor to determine its number of registers.
- 12A computer program product for implementing a method for providing a generic SIMD data type that includes an implicitly-generic number of elements of a generic SIMD data type, the computer program product comprising one or more computer- readable hardware devices having stored thereon computer-executable instructions that, when executed by one or more processors of the computing system, cause the computing system to perform the method, the method comprising:accessing a portion of software code that includes an algorithm comprising a generic SIMD data type, the generic SIMD data type being an abstraction of a vector register of an unspecified type and size, the SIMD data type including a type parameter which specifies information about the type that is to be used in processing the data, enabling the algorithm with the generic SIMD data type to be processed by a specific processor that includes one or more specific hardware features, such that the specified processor and the specific hardware features need not be known when the algorithm is coded;determining at runtime, based at least on the generic SIMD data type and a width of the vector register, a number of elements of the generic SIMD data type that an instantiated generic SIMD data type contains when instantiated in accordance with the specific hardware features;determining at runtime, based at least on the generic SIMD data type and the included type parameter, a portion of customized processor-specific code that is to be used with the specified processor, wherein the runtime determination resolves the abstraction of a vector register into a specific instantiation of a vector register wherein the number of elements that are to be used with the specified processor are known;and processing the software code including the algorithm with the generic SIMD data type using the determined, customized processor-specific code;wherein the specific hardware features comprise registers that are configurable to include a certain number of elements of one or more types, and associated instructions which operate on those elements in parallel;querying the specified processor to determine the number of elements that are stored in and processed using its registers.
- 15A computer system comprising the following:one or more processors;system memory;one or more computer-readable storage media having stored thereon computer-executable instructions that, when executed by the one or more processors, causes the computing system to perform a method for providing a generic SIMD data type that has a variable data type, the method comprising the following: accessing a portion of software code that includes an algorithm comprising a generic SIMD data type, the generic SIMD data type being an abstraction of a vector register of an unspecified type and size, the SIMD data type including a type parameter which specifies information about the type that is to be used in processing the data, enabling the algorithm with the generic SIMD data type is to be processed by a specific processor that includes one or more specific hardware features, such that the specified processor and the specific hardware features need not be known when the algorithm is coded;determining at runtime, based at least on the generic SIMD data type and a width of the vector register, a number of elements of the generic SIMD data type that an instantiated generic SIMD data type contains when instantiated in accordance with the specific hardware features;determining at runtime, based at least on the generic SIMD data type and the included type parameter, a portion of customized processor-specific code that is to be used with the specified processor, wherein the runtime determination resolves the abstraction of a vector register into a specific instantiation of a vector register wherein the number of elements that are to be used with the specified processor are known;and processing the software code including the algorithm with the generic SIMD data type using the determined, customized processor-specific code;wherein the specific hardware features comprise registers that are configurable to include a certain number of elements of one or more types, and associated instructions which operate on those elements in parallel;querying the specified processor to determine its number of registers.
Independent claims3
38 paragraphs in 4 sections, as filed
BACKGROUND
0001Computers have become highly integrated in the workforce, in the home, in mobile devices, and many other places. Computers can process massive amounts of information quickly and efficiently. Software applications designed to run on computer systems allow users to perform a wide variety of functions including business applications, schoolwork, entertainment and more. Software applications are often designed to perform specific tasks, such as word processor applications for drafting documents, or email programs for sending, receiving and organizing email.
0002In some cases, software applications are designed for execution on a specific processor or processing system. For example, software code for a particular application may include instructions that operate on more than one data item at once (single instruction multiple data instructions, or SIMD instructions), and which are specific to a certain type of processor. Such specific instructions are often used with used with number-oriented data types including int, float and double. In some cases, software compilers may be configured to perform auto-vectorization which changes software code for use with a specific processor. However, auto-vectorization does not work well with all types of software code.
BRIEF SUMMARY
0003Embodiments described herein are directed to implementing a generic SIMD data type in software code. In one embodiment, a computer system accesses a portion of software code that includes an algorithm with a generic SIMD data type that includes a variable number of elements. The number of elements is not determined until runtime, but is available to the algorithm as a property of the generic SIMD data type. The algorithm with the generic SIMD data type is to be processed by a specific processor that includes various specific hardware features. The computer system determines at runtime a portion of customized processor-specific code that is to be used with the specified processor based on the generic SIMD data type, wherein the runtime determination resolves the number of elements that are to be used with the specified processor. The computer system also processes the software code including the algorithm with the generic SIMD data type using the determined, customized processor-specific code.
0004This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
0005Additional features and advantages will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the teachings herein. Features and advantages of the invention may be realized and obtained by means of the instruments and combinations particularly pointed out in the appended claims. Features of the present invention will become more fully apparent from the following description and appended claims, or may be learned by the practice of the invention as set forth hereinafter.
BRIEF DESCRIPTION OF THE DRAWINGS
0006To further clarify the above and other advantages and features of embodiments of the present invention, a more particular description of embodiments of the present invention will be rendered by reference to the appended drawings. It is appreciated that these drawings depict only typical embodiments of the invention and are therefore not to be considered limiting of its scope. The invention will be described and explained with additional specificity and detail through the use of the accompanying drawings in which:
0007<figref idref="DRAWINGS">FIG. 1</figref> illustrates a computer architecture in which embodiments of the present invention may operate including implementing a generic type in software code.
0008<figref idref="DRAWINGS">FIG. 2</figref> illustrates a flowchart of an example method for implementing a generic SIMD type in software code.
0009<figref idref="DRAWINGS">FIG. 3</figref> illustrates an alternative architecture for implementing a generic SIMD type in software code.
DETAILED DESCRIPTION
0010Embodiments described herein are directed to implementing a generic SIMD data type in software code. In one embodiment, a computer system accesses a portion of software code that includes an algorithm with a generic SIMD data type that includes a variable number of elements. The algorithm with the generic SIMD data type is to be processed by a specific processor that includes various specific hardware features. The computer system determines at runtime a portion of customized processor-specific code that is to be used with the specified processor based on the generic SIMD data type, wherein the runtime determination resolves the number of elements that are to be used with the specified processor. The computer system also processes the software code including the algorithm with the generic SIMD data type using the determined, customized processor-specific code
0011The following discussion now refers to a number of methods and method acts that may be performed. It should be noted, that although the method acts may be discussed in a certain order or illustrated in a flow chart as occurring in a particular order, no particular ordering is necessarily required unless specifically stated, or required because an act is dependent on another act being completed prior to the act being performed.
0012Embodiments of the present invention may comprise or utilize a special purpose or general-purpose computer including computer hardware, such as, for example, one or more processors and system memory, as discussed in greater detail below. Embodiments within the scope of the present invention also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system. Computer-readable media that store computer-executable instructions are computer storage media. Computer-readable media that carry computer-executable instructions are transmission media. Thus, by way of example, and not limitation, embodiments of the invention can comprise at least two distinctly different kinds of computer-readable media: computer storage media and transmission media.
0013Computer storage media includes RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
0014A “network” is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices. When information is transferred or provided over a network or another communications connection (either hardwired, wireless, or a combination of hardwired or wireless) to a computer, the computer properly views the connection as a transmission medium. Transmissions media can include a network and/or data links which can be used to carry data or desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer-readable media.
0015Further, upon reaching various computer system components, program code means in the form of computer-executable instructions or data structures can be transferred automatically from transmission media to computer storage media (or vice versa). For example, computer-executable instructions or data structures received over a network or data link can be buffered in RAM within a network interface module (e.g., a “NIC”), and then eventually transferred to computer system RAM and/or to less volatile computer storage media at a computer system. Thus, it should be understood that computer storage media can be included in computer system components that also (or even primarily) utilize transmission media.
0016Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. The computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the described features or acts described above. Rather, the described features and acts are disclosed as example forms of implementing the claims.
0017Those skilled in the art will appreciate that the invention may be practiced in network computing environments with many types of computer system configurations, including, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, routers, switches, and the like. The invention may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks (e.g. cloud computing, cloud services and the like). In a distributed system environment, program modules may be located in both local and remote memory storage devices.
0018<figref idref="DRAWINGS">FIG. 1</figref> illustrates a computer architecture <b>100</b> in which the principles of the present invention may be employed. Computer architecture <b>100</b> includes computer system <b>110</b>. Computer system <b>110</b> may be any type of local or distributed computing system including a cloud computing system. The computer system may be configured to access software code <b>107</b> from a variety of different sources. These sources may include computer users (e.g. user <b>105</b>), computer systems (e.g. system <b>106</b>), software applications, data stores (local or remote) or other sources. The software code may be written in various different formats and may be processed by computer system <b>110</b>. The code may include algorithms that operate on different portions of data. The data may include multiple elements of a single type. In some cases, an algorithm may operate on multiple portions of data that include multiple elements of a single type. The software code may be accessed by software code accessing module <b>115</b>, and may include one or more algorithms <b>108</b>. Each algorithm may include one or more generic SIMD data types.
0019The software code accessed by the code accessing module may be processed, formatted or otherwise changed, or may be passed directly on by code determining module <b>125</b>. Module <b>125</b> may receive the software code with its algorithms and generic SIMD data types. The generic SIMD data types may be abstracted by size, by data type or both. Accordingly, the generic SIMD data type may be instantiated with various different data types of varying sizes. In some cases, the data types may be numeric primitives such as int, short, long, float, double and byte, as well as both signed and unsigned variants of the integral data types. The data may be structured in an array of customizable size. Thus, the generic type may include any of a variety of different data types, and may be a different size, depending on the data type.
0020The generic SIMD data type <b>121</b> may include a type parameter <b>122</b> which specifies information about the type that is actually going to be used in the processing of the data input. Accordingly, the type parameter <b>122</b> may specify that the data type is to be int, or float, or double or substantially any other data type. The type parameter may also include metadata or other contextual information that provides additional details about the data type that is to be used. It should be noted that, as used herein, the type parameter <b>122</b> may refer to a “formal” parameter (e.g. the “T” in VectorBase<T> in the examples below) or to an “actual parameter” (e.g. when code that uses VectorBase instantiates it (to, for example, VectorBase<float>), “float” is the actual parameter). It may be assumed below that in examples where “VectorBase<T> is used, the type parameter is referring to the formal parameter “T”, and in other cases, the type parameter is referring to the actual parameter.
0021The software code, including generic SIMD data type <b>121</b>, and type parameter <b>125</b>, may be passed to code determining module <b>125</b> which determines which specific portion of code is to be used based on which type of processor is going to be used to process the data and which data type is specified in the type parameter <b>122</b>. The code determining module may have a specified processor that it uses each time, may have a list of available processors and may choose from those processors, or, at least in some cases, may allow the user <b>105</b> to specify which processor is to be used to process the inputted data <b>107</b>. Code determining module <b>125</b> may send its code determination <b>126</b> to code processing module <b>130</b> where the code is processed by the specified processor. The results of the processing (e.g. program output <b>131</b>) may be sent to the user, to another computer system or to a storage system.
0022In some cases, the processor(s) of computer system <b>110</b> may offer single instruction multiple data (SIMD) capabilities. These capabilities offer increased performance, by providing special “vector registers” capable of holding several data items simultaneously, and special vector operations on these registers that are performed in parallel on each of the data items in the register(s). Different processors may offer different SIMD capabilities. For instance, processors may offer different data types that can be contained within a vector register, different sets of supported operations, different instruction encodings, and different vector register widths.
0023In some cases, for example, some SIMD extensions may allow parallel operations over four floating-point values, while other processors may allow <b>16</b>. Using the various modules of computer system <b>110</b>, developers may use SIMD features in the processing of their applications via a high-level abstraction, without having to explicitly enter the details of the target processor (e.g. data width, specific functions provided, encoding, etc.). Developers may abstract vector registers as a generic SIMD data type <b>121</b> (which, at least in some cases, may be called VectorBase<T>). The generic SIMD data type <b>121</b> may be a higher level generic SIMD data type which is abstracted by size and/or type; in SIMD implementations, this corresponds to the number and type of values that can be contained in a vector register. The generic SIMD data type's size may be queried programmatically. Moreover, the generic type can be instantiated over substantially all of the currently existing primitive numeric types. The generic SIMD data type provides standard arithmetic operations, which may be mapped by a compiler to a target instruction set. The operations may include add, multiply, shift, and other operations.
0024In some embodiments, a generic type VectorBase<T> may be instantiated over one or more primitive types (integer, floating point, etc.). This generic SIMD data type provides a range of operations which enable users to develop a single implementation of their algorithm, while applying it to a range of numeric types or precisions. The generic SIMD data type allows for translation to a target architecture, as the operations on VectorBase<T> have been chosen with knowledge of common SIMD instructions sets, so they usually translate directly into a short sequence of SIMD processor instructions, often just a single instruction. The generic type also provides a high-level programming model, which allows developers or other users to write code that is both target-independent and can be instantiated over a range of element types. In some cases, the target processor may be fixed at development time. The concepts mentioned above will be explained in greater detail below with regard to method <b>200</b> of <figref idref="DRAWINGS">FIG. 2</figref>.
0025In view of the systems and architectures described above, methodologies that may be implemented in accordance with the disclosed subject matter will be better appreciated with reference to the flow charts of <figref idref="DRAWINGS">FIG. 2</figref>. For purposes of simplicity of explanation, the methodologies are shown and described as a series of blocks. However, it should be understood and appreciated that the claimed subject matter is not limited by the order of the blocks, as some blocks may occur in different orders and/or concurrently with other blocks from what is depicted and described herein. Moreover, not all illustrated blocks may be required to implement the methodologies described hereinafter.
0026<figref idref="DRAWINGS">FIG. 2</figref> illustrates a flowchart of a method <b>200</b> for implementing a generic SIMD data type in software code. The method <b>200</b> will now be described with frequent reference to the components and data of environments <b>100</b> and <b>300</b> of <figref idref="DRAWINGS">FIGS. 1 and 3</figref>, respectively.
0027Method <b>200</b> includes an act of accessing a portion of software code that includes an algorithm with a generic SIMD data type, the generic SIMD data type including a variable number of elements, wherein the algorithm with the generic SIMD data type is to be processed by a specific processor that includes one or more specific hardware features (act <b>210</b>). For example, software code accessing module <b>115</b> may access software code <b>107</b> which is to be processed by a specific processor. Processors may support SIMD instruction sets whose vector registers are of various widths. Accordingly, some processors may be able to perform more or fewer simultaneous operations.
0028For instance, on a processor whose vector registers are 128 bits wide, the generic SIMD data type may be instantiated with a 32-bit float data type. The width of that instantiation on that processor would be four elements, the number that may be simultaneously processed by a SIMD instruction. In other cases, the generic type may be instantiated with a double data type, where two elements at a time are processed by a SIMD instruction. Many other combinations are possible.
0029In some cases, the portion of software code <b>107</b> that is to be processed may include an algorithm with multiple different SIMD instructions. For instance, if the input were an algorithm or software function, that function may include the different SIMD instructions. These instructions may be taken into consideration when determining which code (i.e. the processor-specific code) is to be used with a currently-selected processor. The data portion may be structured in an array or other data structure. The elements of the array may be of an arbitrary data type, which may be specified in the generic type <b>121</b> with the type parameter <b>122</b>.
0030As shown in <figref idref="DRAWINGS">FIG. 3</figref>, during runtime compilation <b>316</b> by runtime <b>317</b>, the computing system uses the primitive generic parameter type and the width of the vector registers on the current hardware platform to determine the number of elements of the primitive type that the instantiated generic contains on this platform. The generic SIMD data type may be instantiated <b>310</b> at design time <b>305</b> where an algorithm <b>306</b> that implements the generic type is used in an application <b>307</b>. The generic type may be used to determine which processor-specific code to use, whereupon the numeric input data <b>320</b> may be processed and output <b>321</b>.
0031In one embodiment, algorithm <b>306</b> may be a high-level algorithm operating on VectorBase<T> values. Since these values will be stored in vector registers, and operations on VectorBase<T> values map to the hardware's parallel vector operations, writing the algorithm in this manner may enable increases in speed. The algorithm may take input arrays of type T, and consider them as sequences of VectorBase<T> values. To enable this, VectorBase<T>. Length may be used to represent the number of values of type T in a VectorBase<T> (i.e., the number that fit into a vector register on the current hardware platform). The algorithm may therefore input every sequence of VectorBase<T>. Length T's in an array as a different VectorBase<T>. Thus, the high-level algorithm remains generic over the width of the vector registers.
0032Application <b>307</b> may be an application that implements the high-level algorithm for a specific number type T. The generic type may be instantiated <b>310</b> and used in runtime compilation <b>316</b> to determine processor-specific SIMD code for type T (<b>315</b>). The numeric input <b>320</b> may comprise one or more arrays of the primitive type T used in the application <b>307</b>. The determined processor-specific SIMD code may process the arrays using primitives appropriate for the specified type parameter <b>122</b>. The numeric output <b>321</b> may include one or more arrays of primitive type T. Accordingly, a generic type may be implemented that is abstracted over type and size.
0033As mentioned above, the generic SIMD data type may be configured to implement many different data types including at least the following data types: int, short, long, float, double, and byte, as well as both signed and unsigned variants of the integral data types. In some cases, the generic SIMD data type may be instantiated with a float data type. Here, four elements at a time might be processed in a SIMD instruction, for a particular SIMD instruction set operating on vector registers able to contain four float values. In other cases, the generic type may be instantiated with a double data type. Here, two elements at a time would be processed by a SIMD instruction (for that same SIMD instruction set). The generic type may be used with a single processor or multiple processors and may be used with multiple different processing threads located on one or more computing systems.
0034Method <b>200</b> includes an act of determining at runtime a portion of customized processor-specific code that is to be used with the specified processor based on the generic SIMD data type, wherein the runtime determination resolves the number of elements that are to be used with the specified processor (act <b>220</b>). For example, code determining module <b>125</b> may determine at runtime <b>317</b> a portion of customized processor-specific code <b>126</b>/<b>315</b> that is to be used with the specified processor based on the generic SIMD data type <b>121</b>. The proper type of processor-specific code may be determined dynamically at runtime by code determining module <b>125</b> of computer system <b>110</b>. The processor specific code may be selected by the code processing module <b>130</b> at runtime, or at such time as the target processor is known. In some cases, this could be after design time, but before runtime, but would be performed by the runtime system including code determining module <b>125</b>.
0035Method <b>200</b> includes an act of processing the software code including the algorithm with the generic SIMD data type using the determined, customized processor-specific code (act <b>230</b>). For example, code processing module <b>130</b> may process the processor-specific code including the algorithm <b>108</b> with generic SIMD data type <b>121</b> using the determined, customized processor-specific code <b>126</b>. The code may be selected and run during runtime <b>317</b>.
0036In some cases, the numeric input data <b>320</b> may include data arrays of different types. Thus, more than one data type may be present in the input data. Accordingly, code processing module <b>130</b> may select different processor-specific code for each different data type. This selection may be performed dynamically and without user intervention. The computer system <b>110</b> may query the selected or specified processor to determine the width of its vector registers.
0037Accordingly, systems, methods and computer program products are provided which implement a generic SIMD data type in software code. The generic type may be abstracted by size and/or data type. Moreover, systems, methods and computer program products are provided which provide a generic SIMD data type that includes an implicitly-generic number of elements of the data type over which it is instantiated.
0038The present invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described embodiments are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.
Contents4
5 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US9891900B2 | Cited by | United States of America | Search report |
| US2016202961A1 | Cited by | United States of America | Pre-grant |
| CN1688966A | Cites | China | Applicant |
| US2003126176A1 | Cites | United States of America | Search report |
| US2003145031A1 | Cites | United States of America | Search report |
| US2004181652A1 | Cites | United States of America | Search report |
| US2007174828A1 | Cites | United States of America | Search report |
| US2008104574A1 | Cites | United States of America | Search report |
| US2008114937A1 | Cites | United States of America | Search report |
| US2010293534A1 | Cites | United States of America | Search report |
| US5764787A | Cites | United States of America | Search report |
| US6113650A | Cites | United States of America | Search report |
| US6202077B1 | Cites | United States of America | Search report |
| US6425054B1 | Cites | United States of America | Search report |
| US7168069B1 | Cites | United States of America | Search report |
| US8171461B1 | Cites | United States of America | Search report |
| US20030126176A1 | Cites | United States of America | Search report |
| US20030145031A1 | Cites | United States of America | Search report |
| US20040181652A1 | Cites | United States of America | Search report |
| US20070174828A1 | Cites | United States of America | Search report |
| US20080104574A1 | Cites | United States of America | Search report |
| US20080114937A1 | Cites | United States of America | Search report |
| US20100293534A1 | Cites | United States of America | Search report |
| Thakkar et al, "The Internet Streaming SIMD Extensions", 1999. | Non-patent | – | Search report |
| Zhou et al, "Implementing Database Operations Using SIMD Instructions", Jun. 4-6, 2002. | Non-patent | – | Search report |
| "First Office Action Received for China Patent Application No. 201110436673.8", Mailed Date: Nov. 5, 2013, Filed Date: Dec. 13, 2011, 12 Pages. (MS# 331241.02). | Non-patent | – | Applicant |
| "Second Office Action Received for China Patent Application No. 201110436673.8", Mailed Date: Jun. 17, 2014, Filed Date: Dec. 13, 2011, 9 Pages. (MS# 331241.02). | Non-patent | – | Applicant |
| Thakkar et al, “The Internet Streaming SIMD Extensions”, 1999. | Non-patent | – | Search report |
| Zhou et al, “Implementing Database Operations Using SIMD Instructions”, Jun. 4-6, 2002. | Non-patent | – | Search report |
| “First Office Action Received for China Patent Application No. 201110436673.8”, Mailed Date: Nov. 5, 2013, Filed Date: Dec. 13, 2011, 12 Pages. (MS# 331241.02). | Non-patent | – | Applicant |
| “Second Office Action Received for China Patent Application No. 201110436673.8”, Mailed Date: Jun. 17, 2014, Filed Date: Dec. 13, 2011, 9 Pages. (MS# 331241.02). | Non-patent | – | Applicant |
4 members in 2 offices
Members4
| Document | Office | Kind | |
|---|---|---|---|
| CN102446100A | China | A | |
| US2012151188A1 | United States of America | A1 | |
| US8959501B2This record | United States of America | B2 | |
| CN102446100B | China | B |
62 transactions on the USPTO file
Allowed after 2 non-final rejections, 1 final rejection and 1 RCE.
- Non-final rejections
- 2
- Final rejections
- 1
- RCEs
- 1
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Application ready for PDX access by participating foreign officesCCRDY | CCRDY | |
| Application ready for PDX access by participating foreign officesCCRDY | CCRDY | |
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Payment of Maintenance Fee, 4th Year, Large EntityM1551 | M1551 | |
| Correspondence Address ChangeC.ADB | C.ADB | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Response to Reasons for AllowanceREAS | REAS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reasons for AllowanceEX.R | EX.R | |
| Examiner's Amendment CommunicationEX.A | EX.A | |
| Interview Summary - Examiner Initiated - TelephonicEXET | EXET | |
| Interview Summary - Examiner InitiatedEXIE | EXIE | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Transfer Inquiry to GAUTI1050 | TI1050 | |
| Transfer Inquiry to GAUTI1050 | TI1050 | |
| Email NotificationEML_NTR | EML_NTR | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| Transfer Inquiry to GAUTI1050 | TI1050 | |
| Correspondence Address ChangeC.ADB | C.ADB | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Application Is Now CompleteCOMP | COMP | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Sent to Classification ContractorPGPC | PGPC | |
| Cleared by OIPE CSRL194 | L194 | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Applicants have given acceptable permission for participating foreignAPPERMS | APPERMS | |
| Initial Exam Team nnIEXX | IEXX |
8 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| AssignmentAS | AS | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Fee payment procedurePAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| AssignmentAS | AS |
Numbers
- Publication
- 8959501
- Application
- 12968148
Titles
- English
- Type and length abstraction for data types
Patent term adjustment
- A delay
- +401 daysthe office missed an examination deadline
- B delay
- +4 dayspendency past three years
- Applicant delay
- −14 days
- Net adjustment
- 391 days
Classification
- CPC, 2
- G06F8/20
- G06F9/45516
- IPC, 3
- G06F9 45
- G06F9 44
- G06F9 455
- USPC, 4
- 717151000
- 717136000
- 717150000
- 717160000