WO1989000733A1 - Cellular array having data dependent processing capabilities - Google Patents

Cellular array having data dependent processing capabilities Download PDF

Info

Publication number
WO1989000733A1
WO1989000733A1 PCT/US1988/001998 US8801998W WO8900733A1 WO 1989000733 A1 WO1989000733 A1 WO 1989000733A1 US 8801998 W US8801998 W US 8801998W WO 8900733 A1 WO8900733 A1 WO 8900733A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
data
processor
modules
array
Prior art date
Application number
PCT/US1988/001998
Other languages
French (fr)
Inventor
Jan Grinberg
James G. Nash
Michael J. Little
Original Assignee
Hughes Aircraft Company
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 Hughes Aircraft Company filed Critical Hughes Aircraft Company
Priority to DE8888906633T priority Critical patent/DE3873059T2/en
Publication of WO1989000733A1 publication Critical patent/WO1989000733A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8007Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors single instruction multiple data [SIMD] multiprocessors
    • G06F15/8023Two dimensional arrays, e.g. mesh, torus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8007Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors single instruction multiple data [SIMD] multiprocessors

Definitions

  • a further advantage is that there is a uniform array of memory registers at each level within the Array Processor. This allows a number of unique image and image analysis-related data sets to be simultaneously present within the Array Processor. Therefore, they are immediately present for use during the processing of an image. Still another advantage is that modules having nearest neighbor data interconnections to other modules on the same array level and therefore between neighboring Elemental Processors, can be placed on a number of levels within the Array Processor. This allows the data sets present in the modules on those levels to be independently transferred across the array in either similar or different directions.
  • FIG. 5 is a schematic diagram of an accumulator functional module.
  • the data subsystem 20 also includes provision for each module on a given functional plane to communicate with each of its four neighbors: north (NO) , south (SO) , east (EA) and west (WE) .
  • the data lines 24 provide a common interconnection between all of the modules which make up one of the N x N array of individual elemental processors 26.
  • each elemental processor 26 is comprised of a stack of modules in different functional planes which are connected together by a common data line 24.
  • the central component of memory module 34 is a multi-bit register 36.
  • Clock pulses on the input line labeled CK cause data contained in the register 36 to be shifted right by one bit, thereby providing for the serial transfer of data both to and from register 36.
  • serial d?_ta from the most significant bit (MSB) or least significant bit (LSB) of register 36, depending upon the logic state of MSB programmable input 38, is transferred through a data selector circuit 40 to the output line 42.
  • the serial data on output line 42 is made available to each of the four nearest neighboring memory modules (NO, SO,
  • a logic network 70 having a NAND gate 72 with one input coupled to the output of bus line 24.
  • the other input to gate 72 is from a programmable input labeled LOCAL SHIFT provided over line 74 from control processor 14.
  • a logical 1 level on line 74 causes the logical states on inverter 76 and NAND gate 78 to be such that the clock pulses applied from the output of gate 80 are derived from data bus line 24.
  • An opposite logical state on LOCAL SHIFT line 74 blocks the data bus line 24 from influencing the generation of the clock pulses which are instead derived over the normal clock control line 68.
  • Counter module 84 includes a multi-bit register 86 configured so as to provide a shift and count function.
  • the selection between the shift and count functions is provided via programmable input lines 88 and 90.
  • the count function is provided when the control lines are at one logical state whereas the shift function is provided when the control lines are in their opposite- states.
  • Gates 92, 94 and inverter 96 cooperate to steer the data to the count input or shift input of the register 86. Data is applied in the shift mode over line 98 to the MSB input of register 86 whereas data is applied over line 100 to the LS3 input in the count mode.
  • Adder with carry circuit 122 Upon application of clock pulses over line 68, data, in register 120 is shifted to the right to be outputted on bus line 24 through selection circuitry 124 and enable gate 126.
  • the exact number of shifts is determined in the following way.
  • the value E1-E2 is shifted also to the counter/shifter register. This value is the 2's complement of E2-E1.
  • the counter/shift register 84 is set to count. Therefore, the same clock pulses that shift M4 also increase the value in the counter.
  • counter 86 reaches full scale and then "Zero"
  • the corresponding bus line 24 is pulled down by the zero detector of the counter and any following clock pulses on this line are shorted. It is important to note that instead of counting down the value (E2-E1) , we are counting up, starting from (E1-E2) and detecting "Zero". These two are equivalent but the second is simpler to implement.
  • Table 1 gives the possible overflow bit as a function of the sign bits and the addition/subtraction operation. (In position “0" the overflow bit will be zero or none, in position “1” it will be one or none, in position “none” there will be no overflow) . The overflow bit is actually the sign bit of the sum.
  • n. is the desired number of left shifts to normalize m
  • (n-1) is the total number of bits minus the sign bit
  • nc is the number stored in C2.
  • step 15 the overflow bit was stored in the carry register of A3. After step 16 it is in the LSB of A3.
  • Step 17 plus step 18 are equivalent to "Exclusive 0 Or” operation and "1" in the LSB location in Cl indicates the overflow condition.
  • ne-(n-l-nc)' ne+nc-(n-1)'
  • n is the value of the exponent stored in A2
  • n is the number of bits of m (including the sign bit) and n is the number of recycle steps of M6 stored in C2-
  • the normalized mantissas are in M6 and the exponents in M3.
  • nln2 is simple multiplication of positive numbers, nlS2 and n2Sl are either zero, if the corresponding sign bit is zero, or they are 2*s complements of the positive mantissas if the corresponding sign bits are (-1) , SIS2 is multiplication of the sign bits and its value is either zero or one.
  • n bits are stored in Ml and M2.
  • the product (2 n bits) appears in Al (the n more significant bits) and in M3 (the n less significant bits) .
  • the carry register (CR) is part of the accumulator Al, but for clarity it is shown separately. The top row indicates how many cycles it takes to go from one state to the next state shown. To accomplish the multiplication there is a need for (n 2+n) cycles.
  • the LSB of M2 serves as a mask to add the Ml to Al. This takes n cycles. In the first phase (first n cycles) any previous data in Al is shifted out (lost) . Ml is in the recycle mode and also M2 can be
  • the LSB from Al is shifted to M3 (it could be shifted into M2 if one is not interested in preserving the multiplier data, or it could be just shifted out from Al and lost, if one is interested only in a single precision product) .
  • M2 is also shifted one step.
  • the content of Ml is added to Al (n cycles) .
  • the whole process is repeated n times except in the last cycle only M2 is shifted (to obtain back the content of M2) .
  • the normalization process is accomplished in steps 13-16. As one recalls there is no overflow in multiplication and there can be a maximum of one bit underflow. The underflow occurs when the sign bit and the MSB of the product have the same value, either one or zero.' It is easy to detect the locations without the underflow (full scale mantissas) . There, one of the bits is zero and the other is one, and a serial "Exclusive OR" function will do the job. We already saw before that this function can be very nicely implemented by one bit counter. The counter will be in "1" state only if the two bits are 0,1 or 1,0. So first we transfer the product from A2 to M5, but only the last 2 bits go also to Cl.
  • step 15 we recycle the M5 with n-1 (15) cycles only (step 15) .
  • the last clock pulse comes from the bus line (local shift) and at the same time we use the Cl as a mask. It means that the last shift will occur only in the locations that there is no underflow. The underflow location will not be shifted. This is equivalent to shifting the underflow locations one step to the left, with the exception that the shifted-in LSB has always the same value as the sign bit. This actually has some advantage because it eliminates the mentioned before full scale negative numbers (1.00...0). Now we have to correct the exponent values of the product for the normalization of the product mantissas.

Abstract

The present invention provides improvements to an array processor for analyzing two dimensional arrays of spatially related data elements. More specifically, provision is made to permit a cellular array processor (10) to efficiently perform data dependent processing such as floating point arithmetic functions. In the preferred embodiment, one module (84) in the array processor (12) generates a signal applied to bus line (24) when all of the bits in a register (86) are zero. The signal on bus line (24) effects the shifting operation of a shift register (36) in a memory module (34) located on a different functional plane. Thus, the processing functions carried out in each elemental processor (26) can be made to depend on the value of data stored therein instead of being dictated solely by a simultaneous executed instruction from the control processor (14) as is the normal case.

Description

CELLULAR ARRAY HAVING DATA DEPENDENT PROCESSING CAPABILITIES
CROSS REFERENCE TO RELATED
APPLICATIONS AND PATENTS
The subject matter of this invention is related to the following U.S. patent applications and patents which are hereby incorporated by reference:
1) U.S. Patent Application Serial No. 392,207, filed June 25, 1982 entitled 0 "Column Shorted and Full Array Shorted
Functional Plane for Use in a Modular Array Processor and Method for Using Same" and assigned to the assignee of the present invention; 5
2) U.S. Patent No. 4,275,410 issued June
23, 1981 and assigned to the assignee of the present invention;
ø 3) U;S. Patent No. 4,498,134 issued
February 5, 1985 and assigned to the assignee of the present invention;
4) U.S. Patent No. 4,507,726 issued March 5 26, 1985 and assigned to the assignee of the present invention; 5) U.S. Patent No. 4,239,312 issued December 16, 1980 entitled "Parallel Interconnect For Planar Arrays" and assigned to the assignee of the present invention; and -
6) U.S. Patent No. 4,524,428 issued June 18, 1985 and assigned to the assignee of the present invention.
BACKGROUND OF THE INVENTION
1. Technical Field
The present invention generally relates to the field of computer aided data analysis and, in particular, to highly specialized computers capable of processing two dimensionally structured data sets, generally referred to as images, that are known as Cellular Array Processors (CAP) .
2. Discussion in the field of image processing, the
Cellular Array Processor is generally well-known as a type of computer system whose architecture is particularly suited for the task of image processing. Although the specific design may differ substantially between different implementation, the general architecture of the Cellular Array Processor is quite distinctive. Typically, a system will include a highly specialized array processor that is controlled by a control processor of conventional design. The array processor, in turn, is formed from a large number of elemental processors that are distributed as individual cells within a regular matrix. (This gives rise to the descriptive name "Cellular Array Processor".) The elemental processors are essentially identical and generally contain a function-programmable logic circuit and memory register. The programmable logic circuit is typically capable of selectively performing a limited number of primitive logic and arithmetic functions, such as "and", "or", "invert", and "rotate" on the data stored in its respective memory register in conjunction with data provided by the control processor. The control processor is linked to the elemental processors via a common instruction bus. Thus, all of the elemental processors operate separately, yet synchronously, in the performance of a common logical function on the data contained in their respective memory registers. (This is commonly referred to as Single Instruction, Multiple Data, or SIMD operation.)
Cellular Array Processor systems are particularly well suited for image processing applications, since the memory registers present in the cellular array permit the digital representation of the image to be mapped directly into the processor. Thus, the spatial interrelationship of the data within the two-dimensionally structured data set is intrinsically preserved.. By directing the array processor to perform a selected sequence of SIMD logical operations corresponding to the performance of a desired image processing algorithm, the data at every point in the image ..can be processed essentially in parallel. Naturally, both the effective processing speed (the product of the number of instructions per second executed by an elemental processor and the number of elemental processors operating simultaneously) and the resolution of the image being processed can be increased, directly by the use of additional elemental processors. In addition to the image processing, the cellular processors are well suited for matrix calculations also.
Although the Cellular Array Processor architecture is a relatively recent development within the more general field of computer aided data analysis, a substantial number of systems utilizing the architecture have been developed. While many of the systems were specifically designed for general application purposes, quite a number have been designed for considerably more specialized applications. Descriptions of a number of the general application systems can be found in S.F. Reddaway, DAP-A Distributed Processor, IEEE, Proceedings of the First Symposium on Computer Architecture, pp. 61-65 (1973), General Purpose Array Processor, U.S. Pat. No. 3,815,095 issued to Aaron H. Wester on June 4, 1974, K.E. Batcher, Array Processor, U.S. Pat. No. 3,979,728 issued to Stewart Reddaway on Sept. 7, 1976, The Massively Parallel Processor (MPP) System, AIAA, Proceedings of The Computers in Aerospace Conference 2, pp. 93-97 (1979), and Parallel Type Processor with a Stacked Auxiliary Fast Memories, U.S. Pat. No. 4,144,566 issued to Claude Timsit on Mar. 13, 1979. A number of the more specialized systems are described in Floating Point Arithmetic Unit for a Parallel Processing Computer, U.S. Pat. No. 3,701,976 issued to Richard Shivety on Oct. 31, 1972; Network Computer System, U.S. Pat. No. 4,065,808 issued to Herman Schomberg et al. on Dec. 27, 1977; and Scientific Processor, U.S. Pat. No. 4,101,960 issued to Richard Stokes et al. on July 18, 1978.
In each of these system implementations, a significantly different elemental processor design is used in order to tailor the array processors for their anticipated applications. This is principally due to the extremely wide variety of their possible applications and equally wide variety of subcomponents that can be utilized. However, a common feature of these elemental processors is that a high degree of component interconnection is used in order to optimize the elemental processor processing speed. The particular disadvantage of using highly optimized elemental processor designs is that any significant change in the anticipated data processing application will require the elemental processors to be substantially redesigned in order to preserve the system's overall data processing capability and efficiency. This is a practical consequence of the fact that the subcomponents are too highly specialized and interconnected to allow any significant alteration or extension of the elemental processors' component composition.
The general purpose of the inventions disclosed in those patents and applications incorporated by reference and cross referenced above is to provide an Array Processor composed of Elemental Processors of. a distinctly modular architecture design that can be particularly configured for a wide variety of data processing applications.
The Array Processor disclosed therein is comprised of a plurality of modular Elemental
".' Processors, the modules being of a number of different functional types. These modules may be of such general functional types of memory and accumulator, with each type nominally including an input programmable logic circuit and a closely associated memory register. The modules of the Array Processor are associated so that the Elemental Processors are architecturally parallel to one another. The principal flow of data within the
Array Processor, -based on the simultaneous transfer of data words within the Elemental Processors, is thereby correspondingly parallel. The modules are also architecturally associated as functional planes that lie transverse to the Elemental Processors. Each functional plane is thereby comprised of an -array of modules that are each otherwise associated with a separate Elemental Processor. Further, the modules of a functional plane are of a single functional type. This allows the data of a two-dimensionally structured data set, present within the Array Processor, to be processed identically and in parallel by a common logical operation as provided and performed by a functional plane.
The Array Processor is operatively connected to a Control Processor by an Array/Control Processor interface. This interface allows the control processor to direct the operation of and exchange data with the
Array Processor.
A particular advantage of this approach is the high degree of design flexibility that is inherent in the modular Elemental Processor. Its design may be optimized for any particular data processing application through the selection of an appropriate number of each functional type of" module. Since practically any image processing function can be reduced to a small number of basic data manipulation functions which may, in turn, be implemented in modules, the Array Processor can be optimized for almost any application.
Another advantage is that the modularity of the Elemental Processors allows an Array Processor to be made fault tolerant. This is accomplished by providing an appropriate number and type of spare modules in each of the Elemental Processors.
A further advantage is that there is a uniform array of memory registers at each level within the Array Processor. This allows a number of unique image and image analysis-related data sets to be simultaneously present within the Array Processor. Therefore, they are immediately present for use during the processing of an image. Still another advantage is that modules having nearest neighbor data interconnections to other modules on the same array level and therefore between neighboring Elemental Processors, can be placed on a number of levels within the Array Processor. This allows the data sets present in the modules on those levels to be independently transferred across the array in either similar or different directions.
Despite all of its advantages, the computer architecture of the incorporated by reference documents can still be improved. For example, the SIMD nature of the operation of this and other cellular arrays does not lend itself to performing data dependent processing. In other words, the earlier cellular arrays are primarily designed to simultaneously perform a given operation on the data that may be stored in each elemental processor and that operation is usually carried out regardless of the value of the data in each module. There is very . little control provided to enable each elemental processor to process the data as a function of the data itself, as compared to the SIMD approach where the processing in each elemental processor is a function of a single instruction rather than the data.
There exists a need for a cellular array architecture that permits it to do data dependent processing. For example, there are many occasions when it would be beneficial for the cellular array to be capable of performing floating point arithmetic functions. As will appear, a computer must generally have a high degree of data dependant branching capability in order to accomplish floating point arithmetic. Doing calculations on arrays of data in general will result in overflow in some data points, underflow in others, and in some, the right order of magnitude will result. Also, to add or subtract two numbers, one first has to adjust them to the same exponent. All of these arithmetic functions require dealing with the data on a pixel by pixel basis. Many of the known massively parallel cellular arrays do not readily lend themselves to performing this type of processing efficiently. There are obviously still other applications such as skewing and remote neighbor communications where it would be desirable to control the processing in one module associated with the same elemental processor as a function of the detection of a preselected data value in another module.
SUMMARY OF THE INVENTION The present invention provides improvements to an array processor for analyzing two dimensional arrays of spatially related data elements. The processor includes a matrix of elemental processors defined by a plurality of functional planes. Each plane includes an array of modules containing logic means for performing at least one of a given number of logic functions on the data elements. Each module has a memory for storing at least one data element of a given value therein to be logically operated on by the logic means. A data exchange subsystem is provided for transferring data between modules on different functional planes.
Pursuant to the present invention, provision is made for detecting a preselected value of a data element in a given module associated with a particular elemental processor. In- addition, the improvement includes means for controlling the operation of the logic means in another module on a different plane of the same elemental processor as a function of the detection of said value. In a preferred embodiment, a given output signal is generated upon detection of said preselected value which is transmitted over the data exchange subsystem to all of the other modules associated with the same elemental processor. In such manner, each elemental processor can perform data dependent processing operations on the data array.
BRIEF DESCRIPTION OF THE DRAWINGS
The various advantages of the present invention will become apparent to one skilled in the art upon reading the following specification and by reference to the drawings in which: FIG. 1 is a perspective view which diagrammatically illustrates an array processor made in accordance with the teachings of the preferred embodiment of this invention;
FIG. 2 is a schematic block diagram illustrating the connection of various functional planes in the array processor to a control processor suitable for directing the operation of the array processor;
FIG. 3 is a schematic diagram of a memory functional module;
FIG. 4- is a schematic diagram of a counter functional module; and
FIG. 5 is a schematic diagram of an accumulator functional module.
DESCRIPTION OF THE PREFERRED EMBODIMENT Overview
A detailed description of the construction and operation of the array processor 10 is provided in the aforementioned patent documents which have been incorporated by reference. Consequently, the following specification provides a concise written description of the best mode currently contemplated by the inventors of carrying out the improvements to which this invention is directed. If the reader requires further background information, his attention is directed to the aforementioned incorporated by reference documents.
Briefly and with particular reference to
FIGS. 1 and 2, the present invention is directed to a cellular array processor (CAP) system 10 comprised of two principal components: an array processor 12 and a control processor 14. The array processor 12 is defined by a plurality of functional planes 16. Each plane 16 includes an N x N array of modules 18. Each module contains logic means for performing at least one of a given number of logic functions on data stored therein. As will appear, each module 18 has a memory for storing a data element of a given value that is to be logically operated on by the logic means in the module. The modules of a given functional plane are essentially identical. However, modules on different functional planes are particularly designed to efficiently perform different functional types of logical operations. In the preferred embodiment of this invention, there are several different types of functional planes. For example, in accordance with the preferred embodiment of this invention, there are provided functional planes which are designed to perform input/output, operations (I/O) , those that are primarily designed for memory operations (M1-M6) , accumulator operations (A1-A3) , counting and shifting operations (C1-C2) , while other functional planes function as comparators and replicators. The replicator functional plane is also referred to as a "shorted plane" in the aforementioned pending U.S. patent application.
Although each of the modules listed above is tailored to perform a given function, it should be understood that practically any basic data manipulation function can be implemented. In general, such an implementation should (1) be of a standard logic design, such as bit serial arithmetic, (2) provide all of the logical and data manipulation operations that are required by and consistent with its general functional type, including data storage and transfer, and (3) include a data transfer circuit, typically consisting of a data transmitter and receiver so that all of the modules 18 share a common means of data exchange.
The array processor 12 further includes a data exchange subsystem which is generally designated by the numeral 20. As explained more fully in the above referenced patent documents, the data exchange subsystem 20 includes a data bus 22 containing a plurality of individual data lines 24. Each of the data lines 24 run vertically through the stack of functional planes or wafers and are connected to one module in each of the different functional planes.
The data subsystem 20 also includes provision for each module on a given functional plane to communicate with each of its four neighbors: north (NO) , south (SO) , east (EA) and west (WE) .
The data lines 24 provide a common interconnection between all of the modules which make up one of the N x N array of individual elemental processors 26. Thus, when viewed in connection with FIG. 1, each elemental processor 26 is comprised of a stack of modules in different functional planes which are connected together by a common data line 24.
The program storage and sequencing of the matrix of elemental processors 26 is accomplished through the use of the stored program control processor 14. Control processor 14 communicates with the array processor 12 by way of address 28 and control bus lines 30 that pass through all of the wafers or functional planes 16. Each functional plane includes an address decoder and instruction or configuration latch connected to these lines. In preparation for an operation, the control unit 14 configures two or more of the planes 16 by transmitting its address over the address bus 28 and the appropriate configuration code over the control bus 30. In this way, all of the functional planes to be used in a particular operation are configured sequentially prior to the start of the operation.
II. Memory Module
FIG. 3 schematically illustrates the components making up the memory modules on memory functional planes M1-M6. It will be remembered that the modules are substantially identical in each functional plane and, consequently, a description of memory module 34 of FIG. 3 will suffice. For the most part, module 34 is similar to the memory module construction disclosed in more detail in the aforementioned patent documents which have been incorporated by reference. Consequently, the following description concentrates on new features and some background information to make an understanding of this invention easier.
The central component of memory module 34 is a multi-bit register 36. Clock pulses on the input line labeled CK cause data contained in the register 36 to be shifted right by one bit, thereby providing for the serial transfer of data both to and from register 36. Thus, when CK pulses are applied, serial d?_ta from the most significant bit (MSB) or least significant bit (LSB) of register 36, depending upon the logic state of MSB programmable input 38, is transferred through a data selector circuit 40 to the output line 42. The serial data on output line 42 is made available to each of the four nearest neighboring memory modules (NO, SO,
EA and WE) within its respective functional plane. The data on line 42 is also made available to the data bus line 24 through a polarity selection circuit 44. Polarity selection circuit 44 serves to either invert or not invert the data on line 42 depending upon the state of the POL programmable input 46. The output of polarity selection circuit 44 is combined with the output enable signal on the 0 programmable input line 48 by NOR gate 50. This results in either the data or a logical 1 being buffered by the open collector output buffer 52 onto the data bus line 24 and thereby made available to the modules on other functional planes for a given elemental processor 26.
Data can be serially input into the register 36 through a variety of sources such as by way of NAND gate 54 having inputs connected to a number of different sources. One such source is from the data bus line 24 through enable gate 56. Another source is from the register 36 itself through a recirculating NAND gate 58. The remaining sources are from the four nearest neighbor memory modules via gates 60, 62, 64 and 66.
An important feature of the present invention is the provision that enables the shifting of shift register 36 to be controlled by pulses applied over data bus line 24. This capability is in addition to the normally used approach where clock pulses CK are applied over a control line 68 from the control processor 14. The clock pulses on bus line 24 can be generated by any convenient source. For -example, a "fully loaded shift register in an unused memory module can be shifted out onto the data bus 24 to assimilate clock pulses. As will appear, this enables the module
34 to do data dependent processing since the shifting of register 36 can be made to be dependent upon clock signal derived over bus line 24 which, in turn, is a function of data which is stored in another module associated with the same elemental processor 26 as memory module 34.
To accomplish this end, a logic network 70 is provided having a NAND gate 72 with one input coupled to the output of bus line 24. The other input to gate 72 is from a programmable input labeled LOCAL SHIFT provided over line 74 from control processor 14. A logical 1 level on line 74 causes the logical states on inverter 76 and NAND gate 78 to be such that the clock pulses applied from the output of gate 80 are derived from data bus line 24. An opposite logical state on LOCAL SHIFT line 74 blocks the data bus line 24 from influencing the generation of the clock pulses which are instead derived over the normal clock control line 68. Alternatively, provision can be made to block or prevent pulses on line 68 from reaching the CK input as a function of the logic state on bus line 24 which, in turn, can be a function of the value of data in a module on another functional plane. Any of the modules in the other functional planes for a given elemental processor 26 can provide the data dependent signal over data bus line 24 to the memory module 34. In this embodiment, it is provided by a counter module 82 shown in FIG. 4.
III. Counter Module
Counter module 84 includes a multi-bit register 86 configured so as to provide a shift and count function. The selection between the shift and count functions is provided via programmable input lines 88 and 90. The count function is provided when the control lines are at one logical state whereas the shift function is provided when the control lines are in their opposite- states. Gates 92, 94 and inverter 96 cooperate to steer the data to the count input or shift input of the register 86. Data is applied in the shift mode over line 98 to the MSB input of register 86 whereas data is applied over line 100 to the LS3 input in the count mode.
Provision is made for generating an output signal to bus line 24 to control the operation of memory module 34 as a function of the value of data in shift register 86. In the preferred embodiment, this output signal is generated when each bit position in register 86 is 0. To accomplish this function, zero detector circuitry including NOR gates 102 and 104 and zero detect enable control line ZDT 106 is provided. The output of gate 104 provides an input to NOR gate 108. The other inputs of gate 108 are from the Ql SHIFT OUT output of register 86 and a programmable enable input line 0 107 from control processor 14.
IV. General Example
When all of the bits in register 86 are 0, the zero detector function line 106 is enabled and the output line 107 is enabled, then, gate 108 will go high causing the output of inverter 110 to go low. The low output on inverter 110 pulls the bus line 24 to ground and prevents the transmission of any further clock pulses. It will be remembered that bus line 24 is connected to all of the other modules associated with the same elemental processor 26. Thus, it is possible to control the operation of a module on another functional plane depending upon the detection of a given value in another modvle. In the preferred embodiment, the given value is the value of 0 in counter module 84. When register 86 reaches 0, the logic function performed by the shifting of shift register 36 ceases. This is because the input to memory module gate 72 goes permanently low since it is connected to bus line 24 which has been pulled to ground by the circuitry in the counter module 84. As discussed above, a low input to gate 72 from bus line 24 will cause gate 80 to go low thereby preventing any further clock pulses from reaching the CK input of register 36. Thus, it can be appreciated that the present invention provides detection means for detecting a preselected value (e.g., 0) in a given module (e.g., 84) associated with the particular elemental processor. Control means are also provided for controlling the operation of the logic means (e.g., register 36) in another module (e.g., module 34) as a function of the detection of that value. Those skilled in the art can appreciate that this provision enables the cellular array architecture to perform data dependent processing.
This particular need is especially pronounced in order to provide the capability of performing floating point arithmetic functions. For a given total number of bits (mantissa + exponent) dedicated to the data, . the floating point arithmetic offers larger dynamic range but the accuracy is generally lower. Using this arithmetic there is a trade-off between the dynamic range and the accuracy. However, one can find a readily available trade off to satisfy both the accuracy and the dynamic range at the same time. The dynamic range increases with the number of bits dedicated to the exponent much "faster" than the accuracy decreases. Therefore, by dedicating a few of the data bits to the exponent, one gains a large increase in dynamic range but while suffering only a modest loss of accuracy.
The present invention will be described in connection with two additional examples in connection with doing floating point arithmetic: namely, addition/ subtraction and multiplication. However, it should be understood that these are not to be construed as limiting the scope of the invention.
V. Floating Point Addition/Subtraction In the following example, reference is made to functional planes labeled as shown in FIG. 1. For example, six memory planes (M1-M6) containing memory modules 34 of FIG. 3 are used, two counter planes
(C1-C2) having the construction of FIG. 4 are used, and three accumulator planes (A-l - A-3) of FIG. 5 are used. The accumulator construction of FIG. 5 corresponds to the accumulator design in the aforementioned incorporated-by-reference patent documents. Thus, they need not be described in detail herein. Briefly, accumulator module 118 is designed to serially sum two data words and store the result. It includes a multi-bit register 120 and a 1-Bit Full
Adder with carry circuit 122. Upon application of clock pulses over line 68, data, in register 120 is shifted to the right to be outputted on bus line 24 through selection circuitry 124 and enable gate 126.
The data can also be recirculated via gate 128 and an appropriate REC enable signal. Data is input to circuit 122 and then to register 120 over bus line 24 via gate 130 appropriately enabled by control line (I) .
Assume two floating point numbers are represented by (ml. El) and (m2, E2) . The "m's" represent mantissas and the "E's" represent exponents. El is stored in Ml, E2 in M2, ml in M4 and m2 in M5. (If single memory is used to store the mantissas and the exponents, we separate them to different memories and we proceed in the same way) . Assume also that the numbers are normalized and represented in 2's complement form. First we subtract the two exponents (E1-E2) and we use the sign bit of the difference to recognize which of the exponents is larger. The larger exponents from the memory plane M2 are transferred to the accumulator (FIG. 3) by using the sign bit as a mask. Now we shift the value ml by (E2-E1) steps to the right (in the locations that E2-E1>0) . This is accomplished by applying n clock pulses CK to the bus lines 68 (n=maximum bits of m) . These pulses are directed to modules 34 in M4 and to the counter/shift register 84 in Cl and C2. In M4 the control line "Local Shift" is on, therefore these pulses shift the memory registers 36 (ml) to the right. By using the sign bit again the pulses are directed only to the memory locations on the plane M4 which correspond to E2-El>0.
The exact number of shifts is determined in the following way. The value E1-E2 is shifted also to the counter/shifter register. This value is the 2's complement of E2-E1. The counter/shift register 84 is set to count. Therefore, the same clock pulses that shift M4 also increase the value in the counter. When counter 86 reaches full scale and then "Zero", the corresponding bus line 24 is pulled down by the zero detector of the counter and any following clock pulses on this line are shorted. It is important to note that instead of counting down the value (E2-E1) , we are counting up, starting from (E1-E2) and detecting "Zero". These two are equivalent but the second is simpler to implement. To accomplish proper shift to the right of a positive (negative) number we have to shift in zero's (one's) to the most left locations. This is accomplished by setting the MSB and the recycle control lines on the memory wafer to "on". This results in shifting-in the sign bit into the most left locations. In addition, we have to add one to LSB of the negative number (2's complement). . This is accomplished by prestoring one LSB in the accumulator (see step 5 below) . This procedure is repeated for the case
El-E2>0. As a result, the El of the appropriate location is stored in the same accumulator as E2 before and M5 is shifted in a similar way as M4 before. Now corresponding locations of M4 and M5 have the same exponent, therefore we simply add (subtract) these two planes and the result is stored in A3.
Following this addition (subtraction) cycle we check for an overflow. The n-bits result is stored in the memory register 120 of the A3 and any overflow bit is stored in the associated carry register of A3. We transfer the n-bits result from A3 to M6. Following this the overflow bit (if there is an overflow)- is in the LSB location of A3. (This is actually the sign bit that has been shifted to the overflow position) . Now we will correct for overflows. An overflow may occur on addition when both numbers have the same sign (either positive or negative) , or on subtraction when the two numbers have opposite signs. These cases are treated in a similar way.
Table 1 gives the possible overflow bit as a function of the sign bits and the addition/subtraction operation. (In position "0" the overflow bit will be zero or none, in position "1" it will be one or none, in position "none" there will be no overflow) . The overflow bit is actually the sign bit of the sum.
Table 1. The overflow bit
Figure imgf000021_0001
To detect the overflow condition in the case of an addition, we send to the counter (Cl) the first sign bit (from Ml) inverted and then the second (from M2) not inverted. A "1" in the LSB position of the counter will indicate the overflow condition. In the case of the subtraction we send the two sign bits not inverted to the counter and, as before, the "1" in the LSB position of the counter will again indicate the overflow condition. To correct the overflow condition in locations that the overflow bit =1, we simply use the overflow bit stored in the LSB location of A3 in three ways. It serves as a clock for M6 to shift M6 one step to the right; it is shifted to the MSB of the memory register of M6 and it increases the corresponding exponent value stored in A2 by one. At the same time this overflow bit is transferred to M3.to be used in the next step to correct the overflow bit =0 cases.
To accomplish this we transfer the bit stored in the LSB location in the counter (Cl.) to shift M6 and to increase the exponent value stored in A2 by one. During the transfer of this bit (from the counter) a mask is used which is created by the inverted polarity of the MSB of M3. This mask excludes all the locations that the overflow bit =1. Therefore, the usual "AND" operation of this inverted mask and the LSB of the counter (= all overflow locations) selects the locations that the overflow bit =0. In addition, during this transfer the input to M6 is off, therefore, the bit shifted to the MSB location of M6 (sign bit) is "0".
This completes the corrections of the overflow conditions.
Now we will correct the locations with the "underflow" condition. These are the mantissas smaller than full scale. We will normalize them. Assuming that ml and m2 were normalized, the underflow condition will occur in all locations that an overflow did not occur (cases designated "none" in the Table) , except the case that ml = 0 or m2 - 0. Note that the
"underflow" bits have the same value as the sign bit.
-3 For instance: 0.000101 = 0.101x2 or 1.111010 =
-3 1.010x2 . (The three zeroes (ones) after the point are the underflow bits.) We will normalize separately the positive and the negative numbers. We will copy the sign bit from M6 to M3 to help us with the separation. We copy the M6 content into Cl while using the inverted sign bit stored in M3 as a mask. This results in copying only positive numbers into Cl. Next we shift the content of Cl while its zero detector control line is on. When all the significant bits are shifted out of Cl, the zero detector goes on and pulls the corresponding bus line 24 to zero. At the same time that Cl is shifted, n clock pulses are fed into the bus lines. These clock pulses recycle M6 and also are counted by C2. When the Cl-zero detector goes on, the clock pulses stop. This results in recycling of M6 until the MSB of the mantissa is in the MSB position of ' the register (which is equivalent to the appropriate shift to the left of the content) . The reader should also note that the content of C2 counter-n is equal to the number of shifts of Cl to shift-out all the significant bits of m and it relates to the number of left shifts required to normalize the m in the following way:
Figure imgf000023_0001
where n. is the desired number of left shifts to normalize m, (n-1) is the total number of bits minus the sign bit and nc is the number stored in C2. We will use this relationship when we correct the exponents for the shifts. In a similar way we are shifting the negative numbers. To select them we use again the sign bit stored in M3, but this time we do not invert the sign bit, but we do invert the output from M6 to Cl.
In the next step we shift-in the sign bit from M3 to M6. This accomplishes the normalization of the mantissas. Now we have to correct the exponent values for the shift. This will be done by using the content of C2 which is equal to the number of recycle steps required to bring the MSB of the mantissa to the
MSB position in M6. The correct value of the exponent is
Figure imgf000024_0001
where n e is the exponent value to be corrected and which is stored in A2. Therefore, first we add the content of C2 to A2 and then subtract from A2 the constant (n-1) which is fed from the control unit through the replicator plane to A2. Next we transfer A2 to M3. Following this step the normalized mantissas are stored in M6 and the exponents in M3. The starting numbers (ml El) and m2 E2) in Ml, M2, M4, M5. This accomplishes the" floating point addition (subtraction) . A simplified ' code for the above described method is set forth below:
Note: El in Ml, E2 in M2, ml in M4 and m2 in M5 -* denotes execution, —denotes setting of a control line (we will omit showing the obvious settings) . l. Ml and M2 — Rec (Recycle control line=l) Ml - M2 -* Al (E1-E2 in Al)
2. Al -→- M3 and Cl (E1-E2 in M3 and Cl)
3. M3 — MSB (MSB control line = 1); A2 — Recycle M2 —► A2 Larger exponent E2 in A2)
4. M3 — MSB; M3 — O (output control line=l) ; M4 —
Loc. Sh. (Local shift control line=l) ; M4 — O = β M4 — MSB, M4 — Rec. (Will bring in l's or 's into most left location of the shifted numbers) ; Cl — I (Input control line = 1) ; Cl — O (Output control line = 1) ; Cl — Zero Det. (Zero detector control line ■= 1) ; Cl — CNT (Count/shift control line = 1, means counter mode) --* Feed n clocks to bus lines (n=maximum bits of m)
M3 — MSB, M4 — MSB (Mask to select the locations on M4 that E.l-E2 j3 and ml<β) ; A3 — I, A3 — Rec.=* , A3 — SUB=1 (presets the carry register) .
10
-→- Feed one clock pulse to the bus lines.
(Stores 1 at the carry register in A3 of the selected locations to accomplish proper shift of negative numbers. In
15 other locations stores 1 in MSB of A3 which will be shifted out (lost) in the next step) .
6. M4+A3 ----- A3.
2.0
7. A3 — * M4. .
All M4 locations that El-E2< are properly shifted.
8-14. Repeat steps 1 through 7 but exchange Ml and
25 M2; also M5 and M4 in the notation.
15. M4 + M5 -→* A3
16. A3 -+ M6 0 Now we will check and correct for an overflow. At the end of step 15 the overflow bit was stored in the carry register of A3. After step 16 it is in the LSB of A3.
5 17. Cl — CNT, Ml — MSB, Ml — INV (in case of addition) or NON INV (in case of subtraction) . -* one clock pulse to Cl, no clock pulse to Ml (copies sign bit from Ml to Cl)
18. Cl — CNT, M2 — MSB
--* one clock pulse to Cl, no clock pulses to M2 (adds the sign bit from M2 to Cl.
Step 17 plus step 18 are equivalent to "Exclusive 0 Or" operation and "1" in the LSB location in Cl indicates the overflow condition.
19. A3 — O; M6 — Loc. Sh. ; M6 — I; A2 — I; A2 — Rec; M3 — Rec; M3 — MSB; M3 — I. 5
-"" Shift A3 and A2 (Accomplishes one shift at the overflow locations in M6, puts the overflow bit to the MSB location in M6, increases the corresponding exponent by 1 in TJ A2 and stores the overflow bit in MSB location of M3) . Step 19 corrects for the overflow bit =1 case.
Now we will correct for the case of overflow bit 5 =0
20. M6 — Loc. Sh., M6 — I=p (the input to M6 is off which results in shifting-in zero)
A2 — I, A2 — Rec, M3 — Inv, M3 — MSB, M3 — 0 Rec
Cl --" A2 (clock pulses to A2 only)
Now we will correct the underflow condition (we will normalize the mantissa to full scale) 5
First the positive numbers: 21. M6 — MSB (no clock applied to M6; one clock to M3) M3 — I M6 -->- M3 (sign bit copied to M3)
22. M6 — Rec, M3 — MSB, M3 — Inv (positive numbers mask)
M6 -* Cl
23. M6 — Rec, M6 — Loc Sh. , Cl — CNT=,0, Cl — zero det., Cl — 0, C2 — CNT
-"*" feed n pulses to bus lines
Now we will normalize the negative numbers.
24. . M6 — Rec, M6 — Inv., M3 — MSB (negative numbers mask)
M6 --" Cl
25. Same as step 23.
26. M3 — MSB (one pulse)
M3 - M6 (adds the sign bit to the normalized mantissas)
Now we will correct the exponents for the shifts. We have to subtract from A2 the number of shifts to the left of the mantissas m. The number of. the shifts to the left = total number of bits of m minus 1, minus number of recycle steps of M6 (stored in C2, see 23 and 25) • What we are actually doing is:
ne-(n-l-nc)' = ne+nc-(n-1)'
where n is the value of the exponent stored in A2, n is the number of bits of m (including the sign bit) and n is the number of recycle steps of M6 stored in C2-
27. A2 — Rec C2 --* A2
28. Control unit - 2's complement of (n-1) Control unit -"*" replicator plane -* A2
29. A2 -* M3.
The normalized mantissas are in M6 and the exponents in M3.
VI. Floating Point Multiplication
Assume two floating point numbers are represented by (ml. El) and (m2, E2) . Assume ml is stored in Ml, m2 in M2, El in M3 and E2 in M4. Assume also that the two numbers are normalized and represented in 2's complement form.
A 2rs complement number can be represented as a sum n+S, where n is a positive mantissa (0.X....X ) and S is the value of . the sign bit (zero or -1.000...0). Therefore, a multiplication can be represented as (nl+Sl) (n2+S2) = nln2+nlS2+n2Sl+SlS2.
The term nln2 is simple multiplication of positive numbers, nlS2 and n2Sl are either zero, if the corresponding sign bit is zero, or they are 2*s complements of the positive mantissas if the corresponding sign bits are (-1) , SIS2 is multiplication of the sign bits and its value is either zero or one.
Now we would like to bring a few numerical examples. These will be maximum mantissas value examples:
Figure imgf000029_0001
It is important to note that even though the mantissas of the multiplicand and the multiplier are of maximum value, there is no overflow (except when both numbers are negative; but in this case the overflow bits are simply neglected) . We did exclude here the negative number 1.000...0, which is outside the full scale.
In the above examples the product is already normalized and there is no underflow to take care of. This is not the case when the input mantissas are less than of the maximum value. This is shown in the following examples
Figure imgf000029_0002
Figure imgf000029_0003
Figure imgf000029_0004
It is enough that one of the mantissas is not at the maximum value for the underflow to occur. The underflow is manifested when the sign bit and the MSB have the same value, either zero or one. It is important to note also that in the case of multiplication, the maximum underflow that can occur is
* only one digit, and the simplest indication is that the S bit and MSB have the same value.
The execution is quite simple. First, we add the exponents. Then we separate the mantissas from the original sign and add a new sign which is zero. Now we simply multiply the mantissas using the algorithm of positive numbers multiplication. A numerical example of this multiplication is shown below:
n
Figure imgf000030_0001
M3 000 000 100 100 100 100 010 010 010
Al 000 011 001 000 000 100 010 010 010 (CR) 0 0 0 1 1 0 0 0 0
The multiplicand (n bits) and the multiplier
(n bits) are stored in Ml and M2. The product (2 n bits) appears in Al (the n more significant bits) and in M3 (the n less significant bits) . The carry register (CR) is part of the accumulator Al, but for clarity it is shown separately. The top row indicates how many cycles it takes to go from one state to the next state shown. To accomplish the multiplication there is a need for (n 2+n) cycles.
The LSB of M2 serves as a mask to add the Ml to Al. This takes n cycles. In the first phase (first n cycles) any previous data in Al is shifted out (lost) . Ml is in the recycle mode and also M2 can be
(if one is interested in preserving the data in M2) .
In the next phase (one cycle) the LSB from Al is shifted to M3 (it could be shifted into M2 if one is not interested in preserving the multiplier data, or it could be just shifted out from Al and lost, if one is interested only in a single precision product) . At the same time M2 is also shifted one step. Then again, using the new LSB of M2 as a mask, the content of Ml is added to Al (n cycles) . The whole process is repeated n times except in the last cycle only M2 is shifted (to obtain back the content of M2) .
Following this multiplication we have to add the 2's complement of the positive mantissas of one plane if the corresponding sign bit on the other plane is "1". If it is zero, then we add zero (+nlS2+n2Sl) . This . is accomplished in steps 7 through 10 (of the following simplified code) in two subphases. First we calculate the 2's complement of the whole mantissas nl plane, then we add them to the partial product in A2 using the sign bit S2 as a mask. The last step of the multiplication process is to add the S1S2 to the sign bit of the partial product in A2 (steps 11 and 12) .
The normalization process is accomplished in steps 13-16. As one recalls there is no overflow in multiplication and there can be a maximum of one bit underflow. The underflow occurs when the sign bit and the MSB of the product have the same value, either one or zero.' It is easy to detect the locations without the underflow (full scale mantissas) . There, one of the bits is zero and the other is one, and a serial "Exclusive OR" function will do the job. We already saw before that this function can be very nicely implemented by one bit counter. The counter will be in "1" state only if the two bits are 0,1 or 1,0. So first we transfer the product from A2 to M5, but only the last 2 bits go also to Cl. Then we recycle the M5 with n-1 (15) cycles only (step 15) . The last clock pulse comes from the bus line (local shift) and at the same time we use the Cl as a mask. It means that the last shift will occur only in the locations that there is no underflow. The underflow location will not be shifted. This is equivalent to shifting the underflow locations one step to the left, with the exception that the shifted-in LSB has always the same value as the sign bit. This actually has some advantage because it eliminates the mentioned before full scale negative numbers (1.00...0). Now we have to correct the exponent values of the product for the normalization of the product mantissas. We have to subtract "1" from the exponents corresponding to the locations that the mantissas were not shifted in step 16. Subtraction of "1" is equivalent to the addition of a string of ones. Therefore, we will add the string of ones using the inverted bit stored in Cl as a mask (as the reader recalls "1" in Cl indicated the shifted locations) . This completes . the floating point multiplication process.
The following is a simplified code for the aforementioned floating point multiplication method just described:
Assume ml in Ml, m2 in M2, El in M3 and E2 in M4.
1. M3+M4 -"•* Al (the exponents of the unnormalized product are stored in Al) . Now .we will separate the mantissas from the original sign bits. All the "new" sign bits enclosed with the mantissas will be zeroes.
2 . Ml — Rec . Ml - -* M5 (n-1 clocks only) 3. M5 — I=β (shifts zeroes to M5) - -••**■■ oonnee cclloocckk ppuullssee ttoo MMll and M5 (ml with S_„=j3 in M5, original data in Ml).
4 & 5. Repeat steps 2 & 3 but change Ml to M2 and M5 to M6.
Positive mantissas are in planes M5 and M6. Now we can simply multiply them using positive numbers multiplication algorithm.
6. M5XM6 -* A2
Now we will add the 2's complement of the positive mantissas of one plane if the corresponding sign bit on the other plane is "1".
7. A3 — SUB, M5 — INV
M5 -* A3 (2'ε complements of nl in A3)
8. M2 — MSB (mask of S2=l)
A3+A2 -"* A2 (adds 2's complement of nl if S2=l)
9 & 10. Repeat steps 7 & 8 but change M2 to Ml and M5 to M6
Now we will add the product of the two sign bits with the bit at the sign location of A2
11. A2 — Rec.
-- 15 clocks to A2 12 . Ml — MSB, Ml — O, M2 — MSB, M2 — O, A2 — I,
A2 — Rec .
--**- 1 clock to A2 (adds the product of the sign bits to A2)
MlxM2 in the form of 2's complement stored in A2.
Now we will normalize it (we will correct for the possible one bit underflow) .
13. A2 -→- M5 only n-2 clock cycles
14. Cl — I
A2 --* M5 2 clock cycles (unnor alized product mantissas stored in M5, LSB= of Cl indicates underflow locations)
15. M5 — Rec
-~" n-1 clock pulses to M5
16. M5 — Rec, M5 — Loc. Sh.
Cl — O (mask for locations to be shifted one step = no underflow)
-"* one pulse to bus lines
Normalized product (mantissas with the sign bits) in M5. Now we have to correct the exponents. We have to subtract one from the exponent value in the locations that were not shifted in step 16. 17. Cl -→- M6 one clock pulse only
18. M6 — MSB, M6 — INV, M6 — O (mask for not shifted locations) Al — I, Al — Rec.
-*" n clock pulses to the bus lines and Al, no pulses to M6. (subtraction of "1" LSB is equivalent to adding a string of ones)
19. Al --»■ M6
The product is stored in M5 and M6 and the original data in Ml, M2, M3, M4.
VII. Conclusion
It should be understood that while this, invention has been described in connection with particular examples thereof, no limitation is intended thereby because other modifications shall become apparent to those skilled in the art after a study of the specification, drawings and following claims.

Claims

WHAT IS CLAIMED IS: 1. A method of operating a cellular array processor having a plurality of elemental processors defined by modules on different functional planes, said method comprising: controlling the operation of one module as a function of data stored in another module on a different functional plane.
2. The method of Claim 1 which includes the steps of: detecting a preselected value of data stored in a given module and generating a signal in response to the detection of said given value; and altering the operation in at least one module in response to receipt of said signal.
3. The method of Claim 2 „wherein one module includes a memory and wherein said method includes the step of: generating said signal when the data in said shift register is at a given value.
4. The method of Claim 3 wherein said given value is zero.
5. The method of Claim 4 wherein said one module performs a shifting operation on data stored in a memory therein upon receipt of a clock pulse; and wherein said given signal prevents the clock pulses from being applied to said one module thereby ceasing the shifting operation.
6. The method of Claim 5 wherein the cellular array processor performs floating point arithmetic functions.
7. The method of Claim 6 wherein said floating point arithmetic functions include the step of: storing at least two floating point numbers each represented by a mantissa and exponent into memory modules on different functional planes such that the mantissa of the first number is stored in one module, the mantissa of the second number is stored in another module, the exponent of the first number is stored in a third module, and the exponent of the second number is stored in a fourth module.
8. The method of performing floating point addition/subtraction substantially as defined in the specification herein.
9. The method of performing floating point multiplication substantially as defined in the specification herein.
10. In an array processor for analyzing a two-dimensional . array of spatially related data elements having different values, the processor including a matrix of elemental processors defined by a plurality of modules located on different functional planes, each plane including an array of said modules, each module containing logic means for performing at least one of a given number of logic functions on data stored therein, each module having a memory for storing at least one data element to be logically operated on by the logic means, with the array processor further including a data exchange subsystem for transferring data between the modules on different planes, wherein the improvement comprises: detection means for detecting a preselected value in a given module associated with a particular elemental processor; and control means for controlling the operation of the logic means in another module on a different plane of the same elemental processor as a function of the detection of said value.
11. The improvement of Claim 10 wherein said detection means generates a given output signal upon detection of said preselected value, said output signal being transmitted over the data exchange subsystem to all of the other modules associated with the same elemental processor whereby each elemental processor can perform different data dependent operations on the data array.
12. The improvement of Claim 11 wherein said given module includes a register for storing data therein, with said detection means comprising: means for detecting when the value of the data stored in the register is zero.
13. The improvement of Claim 12 wherein said another module includes a shift register that operates to shift data therein upon receiving a clock pulse to a clock input thereof; and wherein said given output signal operates to prevent the clock pulses from being applied to the shift register input thereby ceasing further operations thereof.
14. Apparatus for performing floating point arithmetic functions, said apparatus comprising: an array processor for analyzing a two-dimensional array of spatially related numbers having different values, each number being represented by a mantissa and an exponent; the array processor including a matrix of elemental processors defined by a plurality of modules located on different functional planes, each plane including an array of said modules, a plurality of said planes including memory modules having a multi-bit shift register therein, the mantissa of a first number being stored in a first memory module of a given plane, the exponent of the first number being stored in a second memory module in a second functional plane, the mantissa of the second number being stored in a memory module of a third functional plane, and the exponent of the second number being stored in a memory module of a fourth functional plane; the array processor further including other functional planes including at least one counter module having a multi-bit register therein and an accumulator module; and the array processor also including a data bus line connecting said first, second, third and fourth memory modules together with said counter and accumulator modules to thereby define' at least one elemental processor; a control processor connected to said array processor by a control bus including a clock line common to each of the modules; the counter module including detection means for detecting a preselected value of data stored in its register and generating a given output signal over said data line; and at least one of said memory modules responding to the generation of said given signal by ceasing further shifting operations on the data stored therein.
PCT/US1988/001998 1987-07-10 1988-06-10 Cellular array having data dependent processing capabilities WO1989000733A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
DE8888906633T DE3873059T2 (en) 1987-07-10 1988-06-10 MODULAR DATA FIELD WITH THE ABILITY TO EXECUTE PROCESSES DEPENDING ON THE DATA.

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/072,195 US4933895A (en) 1987-07-10 1987-07-10 Cellular array having data dependent processing capabilities
US072,195 1987-07-10

Publications (1)

Publication Number Publication Date
WO1989000733A1 true WO1989000733A1 (en) 1989-01-26

Family

ID=22106156

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1988/001998 WO1989000733A1 (en) 1987-07-10 1988-06-10 Cellular array having data dependent processing capabilities

Country Status (6)

Country Link
US (1) US4933895A (en)
EP (1) EP0322449B1 (en)
JP (1) JPH02500698A (en)
DE (1) DE3873059T2 (en)
IL (1) IL86757A (en)
WO (1) WO1989000733A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1991011770A1 (en) * 1990-02-01 1991-08-08 Cellware Kft. Circuit arrangement of a cellular processor

Families Citing this family (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5377129A (en) * 1990-07-12 1994-12-27 Massachusetts Institute Of Technology Particle interaction processing system
US5963745A (en) * 1990-11-13 1999-10-05 International Business Machines Corporation APAP I/O programmable router
US5815723A (en) * 1990-11-13 1998-09-29 International Business Machines Corporation Picket autonomy on a SIMD machine
US5963746A (en) * 1990-11-13 1999-10-05 International Business Machines Corporation Fully distributed processing memory element
US5809292A (en) * 1990-11-13 1998-09-15 International Business Machines Corporation Floating point for simid array machine
US5765015A (en) * 1990-11-13 1998-06-09 International Business Machines Corporation Slide network for an array processor
US5828894A (en) * 1990-11-13 1998-10-27 International Business Machines Corporation Array processor having grouping of SIMD pickets
US5590345A (en) * 1990-11-13 1996-12-31 International Business Machines Corporation Advanced parallel array processor(APAP)
US5966528A (en) * 1990-11-13 1999-10-12 International Business Machines Corporation SIMD/MIMD array processor with vector processing
US5588152A (en) * 1990-11-13 1996-12-24 International Business Machines Corporation Advanced parallel processor including advanced support hardware
US5713037A (en) * 1990-11-13 1998-01-27 International Business Machines Corporation Slide bus communication functions for SIMD/MIMD array processor
US5765012A (en) * 1990-11-13 1998-06-09 International Business Machines Corporation Controller for a SIMD/MIMD array having an instruction sequencer utilizing a canned routine library
EP0485690B1 (en) * 1990-11-13 1999-05-26 International Business Machines Corporation Parallel associative processor system
US5617577A (en) * 1990-11-13 1997-04-01 International Business Machines Corporation Advanced parallel array processor I/O connection
US5630162A (en) * 1990-11-13 1997-05-13 International Business Machines Corporation Array processor dotted communication network based on H-DOTs
US5794059A (en) * 1990-11-13 1998-08-11 International Business Machines Corporation N-dimensional modified hypercube
US5765011A (en) * 1990-11-13 1998-06-09 International Business Machines Corporation Parallel processing system having a synchronous SIMD processing with processing elements emulating SIMD operation using individual instruction streams
US5625836A (en) * 1990-11-13 1997-04-29 International Business Machines Corporation SIMD/MIMD processing memory element (PME)
US5734921A (en) * 1990-11-13 1998-03-31 International Business Machines Corporation Advanced parallel array processor computer package
US5594918A (en) * 1991-05-13 1997-01-14 International Business Machines Corporation Parallel computer system providing multi-ported intelligent memory
JP2642039B2 (en) * 1992-05-22 1997-08-20 インターナショナル・ビジネス・マシーンズ・コーポレイション Array processor
US5542074A (en) * 1992-10-22 1996-07-30 Maspar Computer Corporation Parallel processor system with highly flexible local control capability, including selective inversion of instruction signal and control of bit shift amount
CA2148719A1 (en) * 1992-11-05 1994-05-11 Warren Marwood Scalable dimensionless array
US5848260A (en) * 1993-12-10 1998-12-08 Exa Corporation Computer system for simulating physical processes
US5838908A (en) * 1994-11-14 1998-11-17 Texas Instruments Incorporated Device for having processors each having interface for transferring delivery units specifying direction and distance and operable to emulate plurality of field programmable gate arrays
US5640335A (en) * 1995-03-23 1997-06-17 Exa Corporation Collision operators in physical process simulation
US20060001669A1 (en) 2002-12-02 2006-01-05 Sehat Sutardja Self-reparable semiconductor and method thereof
US7340644B2 (en) * 2002-12-02 2008-03-04 Marvell World Trade Ltd. Self-reparable semiconductor and method thereof
US7185225B2 (en) * 2002-12-02 2007-02-27 Marvell World Trade Ltd. Self-reparable semiconductor and method thereof
US7644255B2 (en) * 2005-01-13 2010-01-05 Sony Computer Entertainment Inc. Method and apparatus for enable/disable control of SIMD processor slices
US8150902B2 (en) 2009-06-19 2012-04-03 Singular Computing Llc Processing with compact arithmetic processing element
US8718079B1 (en) 2010-06-07 2014-05-06 Marvell International Ltd. Physical layer devices for network switches
US11461512B2 (en) 2017-01-26 2022-10-04 Dassault Systemes Simulia Corp. Multi-phase flow visualizations based on fluid occupation time
US11714040B2 (en) 2018-01-10 2023-08-01 Dassault Systemes Simulia Corp. Determining fluid flow characteristics of porous mediums
US11530598B2 (en) 2018-08-21 2022-12-20 Dassault Systemes Simulia Corp. Determination of oil removed by gas via miscible displacement in reservoir rock
US11847391B2 (en) 2020-06-29 2023-12-19 Dassault Systemes Simulia Corp. Computer system for simulating physical processes using surface algorithm
US11907625B2 (en) 2020-12-29 2024-02-20 Dassault Systemes Americas Corp. Computer simulation of multi-phase and multi-component fluid flows including physics of under-resolved porous structures

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3701976A (en) * 1970-07-13 1972-10-31 Bell Telephone Labor Inc Floating point arithmetic unit for a parallel processing computer
US4467422A (en) * 1980-03-28 1984-08-21 International Computers Limited Array processor
US4498134A (en) * 1982-01-26 1985-02-05 Hughes Aircraft Company Segregator functional plane for use in a modular array processor
US4507726A (en) * 1982-01-26 1985-03-26 Hughes Aircraft Company Array processor architecture utilizing modular elemental processors
EP0195245A2 (en) * 1985-03-13 1986-09-24 International Business Machines Corporation A high performance parallel vector processor having a modified vector register/element processor configuration
US4622632A (en) * 1982-08-18 1986-11-11 Board Of Regents, University Of Washington Data processing system having a pyramidal array of processors

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4215401A (en) * 1978-09-28 1980-07-29 Environmental Research Institute Of Michigan Cellular digital array processor
US4239312A (en) * 1978-11-29 1980-12-16 Hughes Aircraft Company Parallel interconnect for planar arrays
US4275410A (en) * 1978-11-29 1981-06-23 Hughes Aircraft Company Three-dimensionally structured microelectronic device
US4468727A (en) * 1981-05-14 1984-08-28 Honeywell Inc. Integrated cellular array parallel processor
US4524428A (en) * 1982-01-26 1985-06-18 Hughes Aircraft Company Modular input-programmable logic circuits for use in a modular array processor
US4745546A (en) * 1982-06-25 1988-05-17 Hughes Aircraft Company Column shorted and full array shorted functional plane for use in a modular array processor and method for using same
US4720780A (en) * 1985-09-17 1988-01-19 The Johns Hopkins University Memory-linked wavefront array processor
CN1012297B (en) * 1985-11-13 1991-04-03 奥尔凯托N·V公司 Array recognization with internal cellular control and processing

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3701976A (en) * 1970-07-13 1972-10-31 Bell Telephone Labor Inc Floating point arithmetic unit for a parallel processing computer
US4467422A (en) * 1980-03-28 1984-08-21 International Computers Limited Array processor
US4498134A (en) * 1982-01-26 1985-02-05 Hughes Aircraft Company Segregator functional plane for use in a modular array processor
US4507726A (en) * 1982-01-26 1985-03-26 Hughes Aircraft Company Array processor architecture utilizing modular elemental processors
US4622632A (en) * 1982-08-18 1986-11-11 Board Of Regents, University Of Washington Data processing system having a pyramidal array of processors
EP0195245A2 (en) * 1985-03-13 1986-09-24 International Business Machines Corporation A high performance parallel vector processor having a modified vector register/element processor configuration

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1991011770A1 (en) * 1990-02-01 1991-08-08 Cellware Kft. Circuit arrangement of a cellular processor

Also Published As

Publication number Publication date
IL86757A0 (en) 1988-11-30
IL86757A (en) 1992-11-15
DE3873059T2 (en) 1993-04-08
EP0322449A1 (en) 1989-07-05
JPH02500698A (en) 1990-03-08
US4933895A (en) 1990-06-12
DE3873059D1 (en) 1992-08-27
EP0322449B1 (en) 1992-07-22

Similar Documents

Publication Publication Date Title
US4933895A (en) Cellular array having data dependent processing capabilities
EP0390907B1 (en) Parallel data processor
CN110383237B (en) Reconfigurable matrix multiplier system and method
JP2671120B2 (en) Data processing cell and data processor
EP0085520B1 (en) An array processor architecture utilizing modular elemental processors
US20230244632A1 (en) Neural processing accelerator
US5148547A (en) Method and apparatus for interfacing bit-serial parallel processors to a coprocessor
AU624524B2 (en) Simplified synchronous mesh processor
US5408670A (en) Performing arithmetic in parallel on composite operands with packed multi-bit components
US4992933A (en) SIMD array processor with global instruction control and reprogrammable instruction decoders
US5287532A (en) Processor elements having multi-byte structure shift register for shifting data either byte wise or bit wise with single-bit output formed at bit positions thereof spaced by one byte
EP0240032B1 (en) Vector processor with vector data compression/expansion capability
US4689738A (en) Integrated and programmable processor for word-wise digital signal processing
US4697247A (en) Method of performing matrix by matrix multiplication
US4780842A (en) Cellular processor apparatus capable of performing floating point arithmetic operations
EP0539595A1 (en) Data processor and data processing method
US4745546A (en) Column shorted and full array shorted functional plane for use in a modular array processor and method for using same
WO2019126758A1 (en) A unified memory organization for neural network processors
JPS60229140A (en) Double precision multiplier
AU5412694A (en) Scalable dimensionless array
US4524428A (en) Modular input-programmable logic circuits for use in a modular array processor
US20060015701A1 (en) Arithmetic node including general digital signal processing functions for an adaptive computing machine
US5268856A (en) Bit serial floating point parallel processing system and method
EP1936492A1 (en) SIMD processor with reduction unit
WO1990000287A1 (en) Intelligent floating-point memory

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): DE FR GB NL

WWE Wipo information: entry into national phase

Ref document number: 1988906633

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1988906633

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1988906633

Country of ref document: EP