WO2022001457A1 - 一种计算装置、芯片、板卡、电子设备和计算方法 - Google Patents

一种计算装置、芯片、板卡、电子设备和计算方法 Download PDF

Info

Publication number
WO2022001457A1
WO2022001457A1 PCT/CN2021/094725 CN2021094725W WO2022001457A1 WO 2022001457 A1 WO2022001457 A1 WO 2022001457A1 CN 2021094725 W CN2021094725 W CN 2021094725W WO 2022001457 A1 WO2022001457 A1 WO 2022001457A1
Authority
WO
WIPO (PCT)
Prior art keywords
processing
data
processing circuits
instructions
circuit
Prior art date
Application number
PCT/CN2021/094725
Other languages
English (en)
French (fr)
Inventor
喻歆
刘少礼
陶劲桦
Original Assignee
上海寒武纪信息科技有限公司
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 上海寒武纪信息科技有限公司 filed Critical 上海寒武纪信息科技有限公司
Priority to JP2021576577A priority Critical patent/JP7266121B2/ja
Publication of WO2022001457A1 publication Critical patent/WO2022001457A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30145Instruction analysis, e.g. decoding, instruction word fields
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present disclosure relates generally to the field of computing. More particularly, the present disclosure relates to a computing device, an integrated circuit chip, a board, an electronic device, and a computing method.
  • an instruction set is a set of instructions for performing computations and controlling the computing system, and plays a key role in improving the performance of computing chips (eg, processors) in the computing system.
  • computing chips eg, processors
  • Various current computing chips can complete various general or specific control operations and data processing operations by using associated instruction sets.
  • the current instruction set still has many defects.
  • the existing instruction set is limited by hardware architecture and is less flexible in terms of flexibility.
  • many instructions can only complete a single operation, and the execution of multiple operations usually requires multiple instructions, potentially resulting in increased on-chip I/O data throughput.
  • the current instructions have improvements in execution speed, execution efficiency, and power consumption on the chip.
  • the present disclosure provides a hardware architecture suitable for executing very long instruction word (“VLIW”) instructions.
  • VLIW very long instruction word
  • the solution of the present disclosure can obtain technical advantages in various aspects including enhancing the processing performance of the hardware, reducing power consumption, improving the execution efficiency of computing operations, and avoiding computing overhead.
  • the disclosed aspects provide a computing device comprising a control circuit and a plurality of processing circuits, wherein: the control circuit is configured to obtain and parse a very long instruction word (VLIW) instruction, and to The parsed VLIW instruction is sent to the plurality of processing circuits; and the plurality of processing circuits are connected into one or more processing circuit arrays in a one-dimensional or multi-dimensional array structure, and the one or more processing circuit arrays are configured to perform multi-threaded operations according to the parsed VLIW instructions.
  • VLIW very long instruction word
  • the present disclosure provides an integrated circuit chip comprising a computing device as described above and in detail in various embodiments below.
  • the present disclosure provides a board including an integrated circuit chip as described above and in detail in various embodiments below.
  • the present disclosure provides an electronic device comprising an integrated circuit chip as described above and in detail in various embodiments below.
  • the present disclosure provides a method of performing computing operations using a computing device as described above and as described in detail in various embodiments below, wherein the computing device includes a control circuit and a plurality of processing circuits, the The method includes: using the control circuit to obtain a very long instruction word (VLIW) instruction and parsing it to obtain an parsed VLIW instruction, and sending the parsed VLIW instruction to the plurality of processing circuits; and
  • the plurality of processing circuits are connected into one or more processing circuit arrays in a one-dimensional or multi-dimensional array configuration, and the one or more processing circuit arrays are configured to perform multi-threaded operations according to the parsed VLIW instructions.
  • VLIW very long instruction word
  • the processing circuit can be flexibly connected according to the received instruction, so that the VLIW instruction can be efficiently executed.
  • the improved VLIW instruction based on the hardware architecture of the present disclosure can be efficiently executed on the processing circuit array of the present disclosure, thereby also improving the processing performance of the hardware architecture of the present disclosure.
  • the execution efficiency of multi-threaded operations can be improved, thereby accelerating the execution of computations.
  • FIG. 1 is a block diagram illustrating a computing device according to one embodiment of the present disclosure
  • FIG. 2 is a block diagram illustrating a computing device according to another embodiment of the present disclosure.
  • FIG. 3 is a block diagram illustrating a computing device according to yet another embodiment of the present disclosure.
  • FIG. 4 is an example block diagram illustrating various types of processing circuit arrays of a computing device according to an embodiment of the present disclosure
  • 5a, 5b, 5c and 5d are schematic diagrams illustrating various connection relationships of a plurality of processing circuits according to an embodiment of the present disclosure
  • 6a, 6b, 6c and 6d are schematic diagrams illustrating further various connection relationships of a plurality of processing circuits according to an embodiment of the present disclosure
  • Figures 7a, 7b, 7c and 7d are schematic diagrams illustrating various looped configurations of processing circuits according to embodiments of the present disclosure
  • FIGS. 8a, 8b and 8c are schematic diagrams illustrating further various looped configurations of processing circuits according to embodiments of the present disclosure
  • 9a, 9b, 9c and 9d are schematic diagrams illustrating data splicing operations performed by a pre-operation circuit according to an embodiment of the present disclosure
  • 10a, 10b and 10c are schematic diagrams illustrating data compression operations performed by post-operation circuits according to embodiments of the present disclosure
  • FIG. 11 is a simplified flowchart illustrating a method of using a computing device to perform an arithmetic operation according to an embodiment of the present disclosure
  • FIG. 12 is a block diagram illustrating a combined processing apparatus according to an embodiment of the present disclosure.
  • FIG. 13 is a schematic structural diagram illustrating a board according to an embodiment of the present disclosure.
  • the disclosed solution provides a hardware architecture that supports VLIW instruction execution.
  • the hardware architecture When the hardware architecture is implemented in a computing device, the computing device includes at least a control circuit and a plurality of processing circuits, wherein the plurality of processing circuits are connected according to different configurations to form various array structures supporting VLIW instruction execution.
  • the VLIW instructions of the present disclosure may be used in combination with separate configuration instructions and data read/write instructions in some scenarios, and may be combined with the aforementioned configuration instructions and data read/write instructions in other scenarios to form Extended VLIW instructions.
  • computing operations and data reading can be performed efficiently, expanding application scenarios of computing and reducing computing overhead.
  • VLIW instructions, configuration instructions, and data read and write instructions may be instructions in an instruction system of an interactive interface between software and hardware, which may be in binary or other forms for computing devices (or processing circuits) , processor) and other hardware received and processed machine language.
  • VLIW instructions, configuration instructions, and data read and write instructions may include opcodes and operands for instructing the processor to operate.
  • VLIW instructions, configuration instructions and data read and write instructions may include one or more opcodes.
  • the opcode may be used to instruct multiple operations of the computing device.
  • FIG. 1 is a block diagram illustrating a computing device 100 according to one embodiment of the present disclosure.
  • the computing device 100 includes a control circuit 102 and a plurality of processing circuits 104 .
  • the control circuit is configured to obtain and parse the VLIW instructions, and send the parsed VLIW instructions to the plurality of processing circuits 104 .
  • a plurality of processing circuits are connected into one or more arrays of processing circuits in a one-dimensional or multi-dimensional array configuration, and the one or more arrays of processing circuits are configured to perform multithreading according to the parsed VLIW instructions operate.
  • the parsed VLIW instruction may include at least one of an operation instruction, a pre-processing instruction, a post-processing instruction, and a move instruction, and the operation instruction, the pre-processing instruction, the post-processing instruction, and the move instruction may be in the computing device. (or processing circuit, processor) microinstructions or control signals running inside.
  • the above connection can be either a hardware-based configuration connection (or "hard connection") between multiple processing circuits, or it can be based on a specific hardware connection through the configuration instructions described later. to make a logical configuration connection (or “soft connection”).
  • the control circuit of the present disclosure can also obtain configuration instructions, and multiple processing circuits are connected according to the received configuration instructions to form the one or more processing circuits array.
  • the array of processing circuits may form a closed loop in at least one of the one-dimensional or multi-dimensional directions according to the configuration instructions, ie a "looped structure" in the context of the present disclosure.
  • control circuit is configured to send at least one of a constant term and a table entry to the array of processing circuits in accordance with the configuration instructions in order to perform the multi-threaded operation.
  • the constant items and table items may be stored in registers of the control circuit, and the control circuit reads the constant items and table items from the registers according to the configuration instruction.
  • constant terms and table entries can be stored in on-chip memory circuits (such as those shown in Figures 2 or 3) or off-chip memory circuits.
  • the configuration instruction may include the storage address of the constant item and the table item, and the processing circuit array may obtain the constant item and the table item required for calculation from the corresponding on-chip or off-chip storage circuit according to the storage address. / or table entry.
  • the control circuit may include one or more registers that store configuration information about the array of processing circuits, the control circuit being configured to read the registers from the registers in accordance with the configuration instructions configuration information is sent to the processing circuit so that the processing circuit can connect with the configuration information.
  • the configuration information may include preset location information of the processing circuits constituting the one or more processing circuit arrays, and the location information may include, for example, coordinate information or label information of the processing circuits.
  • the configuration information may further include loop-forming configuration information about the processing circuit array forming a closed loop.
  • the above-mentioned configuration information can also be directly carried through a configuration instruction instead of being read from the register.
  • the processing circuit can be directly configured according to the position information in the received configuration instruction, so as to form an array without a closed loop with other processing circuits or further form an array with a closed loop.
  • the processing circuits located in the two-dimensional array are configured in at least one of its row, column, or diagonal directions. One or more is connected to the remaining one or more of the processing circuits in a row, column or diagonal in a predetermined two-dimensional spaced pattern to form one or more closed loops.
  • the aforementioned predetermined two-dimensional spacing pattern is associated with the number of processing circuits spaced in the connection.
  • the processing circuit array is connected in a looped manner of a three-dimensional array composed of a plurality of layers, wherein each layer includes a row direction, a column direction and a two-dimensional array of a plurality of said processing circuits arranged in a diagonal direction, and wherein: said processing circuits located in said three-dimensional array are arranged in their row, column, diagonal and layer directions At least one is connected in a predetermined three-dimensional spaced pattern to the remaining one or more processing circuits in a row, column, diagonal, or different layers to form one or more closed loops.
  • the predetermined three-dimensional spacing pattern is associated with the number of spacings and the number of spacing layers between processing circuits to be connected.
  • the VLIW instructions of the present disclosure include one or more arithmetic instructions, and the aforementioned one or more processing circuit arrays may be configured to perform multi-threaded arithmetic operations according to the arithmetic instructions.
  • the above one or more operation instructions may be micro-instructions or control signals running inside the computing device (or processing circuit, processor), which may include (or instruct) one or more operations to be performed by the computing device.
  • the operation operation may include various operations such as addition operation, multiplication operation, convolution operation operation, pooling operation, etc.
  • the present disclosure does not limit the specific type of operation operation.
  • the multiple processing circuit arrays may be configured to execute different operation instructions respectively.
  • at least two processing circuit arrays in the plurality of processing circuit arrays may be configured to execute the same operation instruction.
  • the VLIW instructions may also include move instructions.
  • the array of processing circuits may be configured to perform move operations on data among the processing circuits in accordance with the move instruction.
  • the move instruction may further include a mask instruction, so that the processing circuit array may be configured to selectively move the data according to the mask instruction, for example, the masked data is not moved and the unmasked data is not moved. make a move.
  • the move instruction may further include register identification information for indicating a source register and a destination register for moving data between processing circuits, so that the processing circuit may be configured to move data from the source according to the register identification information The register is moved towards the destination register.
  • the computing device of the present disclosure is described above in conjunction with FIG. 1.
  • the VLIW instructions of the present disclosure can be efficiently executed on the computing device to Complete multi-threaded operations, thereby improving the execution efficiency of parallel operations and reducing computational overhead.
  • FIG. 2 is a block diagram illustrating a computing device 200 according to another embodiment of the present disclosure.
  • computing device 200 in FIG. 2 also includes storage circuit 106 .
  • the control circuit may be further configured to acquire data read and write instructions, and send the data read and write instructions to the storage circuit, so that the storage circuit executes reading of data related to the multi-threaded operation according to the data read and write instructions fetch and write operations.
  • the above-mentioned storage circuit may be configured with interfaces for data transmission in multiple directions, so as to be connected with multiple processing circuits 104, so that the data to be calculated by the processing circuits and the intermediate data obtained during the execution of the calculation can be analyzed. The result and the operation result obtained after executing the operation process are stored accordingly.
  • the storage circuit of the present disclosure may include a main storage module and/or a main cache module, wherein the main storage module is configured to store data for performing operations in the processing circuit array and after the operations are performed. and the main cache module is configured to cache the intermediate operation result after the operation is performed in the processing circuit array.
  • the storage circuit may also have an interface for data transmission with an off-chip storage medium, so that data transfer between on-chip and off-chip systems can be realized.
  • FIG. 3 is a block diagram illustrating a computing device 300 according to yet another embodiment of the present disclosure.
  • the VLIW instructions of the present disclosure may include pre-processing instructions and/or post-processing instructions, wherein the pre-operation circuit may be configured to perform pre-processing on the input data of the multi-threaded operation according to the pre-processing instructions operation, and the post-operation circuit may be configured to perform a post-processing operation on the output data of the multi-threaded operation according to the post-processing instruction.
  • the pre-operation circuit may split the operation data correspondingly according to the type of operation data and the logical address of each processing circuit, and transmit the multiple sub-data obtained after the division to the array respectively corresponding to each processing circuit for operation.
  • the pre-operation circuit may select a data splicing mode from multiple data splicing modes according to the parsed instruction, so as to perform a splicing operation on the two input data.
  • the post-operation circuit may be configured to perform a compression operation on the data, the compression operation includes filtering the data by using a mask or filtering by comparing a given threshold with the data size, so as to realize the compression of the data. compression.
  • FIG. 4 is an example block diagram illustrating various types of processing circuit arrays of a computing device 400 according to an embodiment of the present disclosure.
  • the computing device 400 shown in FIG. 4 has a similar architecture to the computing device 300 shown in FIG. 3 , so the description about the computing device 300 in FIG. The same details are not mentioned in the following paragraphs.
  • the plurality of processing circuits may include, for example, a plurality of first type processing circuits 104-1 and a plurality of second type processing circuits 104-2 (distinguished by different background colors in the figure).
  • the plurality of processing circuits may be arranged through physical connections to form a two-dimensional array. For example, as shown in the figure, there are M rows and N columns (denoted as M*N) of first type processing circuits in the two-dimensional array, where M and N are positive integers greater than zero.
  • the first type of processing circuit can be used to perform arithmetic operations and logical operations, for example, can include linear operations such as addition, subtraction and multiplication, comparison operations and non-linear operations such as AND-OR, or any combination of the aforementioned types of operations. .
  • linear operations such as addition, subtraction and multiplication
  • comparison operations and non-linear operations such as AND-OR, or any combination of the aforementioned types of operations.
  • N*2+8 there are two rows and a total of (N*2+8) second-type processing circuits, that is, the processing circuit array has a total of (M*2+M*2+N*2+8) second-type processing circuits.
  • the second type of processing circuit may be used to perform non-linear operations such as comparison operations, table lookup operations or shift operations on the received data.
  • the memory circuits applied to both the first type of processing circuit and the second type of processing circuit may have different storage scales and storage modes.
  • the predicate storage circuit in the first type of processing circuit may utilize a plurality of numbered registers to store predicate information.
  • the first-type processing circuit can access the predicate information in the register of the corresponding number according to the register number specified in the received parsed instruction.
  • the second type of processing circuit may store the predicate information in a static random access memory ("SRAM").
  • SRAM static random access memory
  • the second type processing circuit can determine the storage address of the predicate information in the SRAM according to the offset of the location of the predicate information specified in the received parsed instruction, and can store the predicate information.
  • the predicate information in the address performs a predetermined read or write operation.
  • the configuration instructions of the present disclosure can be used to configure processing circuits to execute subsequent data read and write instructions and VLIW instructions.
  • the configuration instructions may include multiple instruction fields for configuring an array of processing circuits.
  • the instruction field can be used to indicate the properties of multiple processing circuits connected in a two-dimensional matrix structure, such as indicating the looping mode and data type of the processing circuits in the horizontal or vertical direction, the horizontal or vertical direction
  • Various types of configuration information such as various registers of the processing circuit, constant items and table items, memory addresses, predicate logic, and instruction fields for predicate operations.
  • the looping mode may include 4, 8 or 16 processing circuits connected in a loop, or a looping manner of 16 first type processing circuits and 4 second type processing circuits, or no looping.
  • the difference in how the loops are formed will affect how the data flows through the processing array.
  • the following is an exemplary description of the specific execution of the configuration instruction by the control circuit.
  • the control circuit may first perform a search and comparison with the internal predicate register according to the value of the instruction field used for the predicate operation in the configuration instruction, so as to determine whether to execute the current configuration of the processing circuit.
  • the control circuit may read the memory storing the coordinates of the processing circuits in the horizontal direction from the internal register, thereby acquiring the coordinates of the processing circuits in the horizontal direction configuring the processing circuit array. Further, the control circuit can directly obtain the looping mode information in the horizontal direction from the immediate field segment. Similar operations apply to the coordinates and looping pattern information of the processing circuit in the vertical direction.
  • control circuit can send the above-mentioned coordinate information and looping method information to the processing circuit array, and the processing circuit array can configure various internal registers of a single processing circuit array in the processing circuit array according to the coordinate information.
  • the coordinate information writes and modifies the values of the horizontal looping configuration register and the vertical looping configuration register.
  • the value of the horizontal or vertical looping configuration register can be used to determine the data flow direction of the current processing circuit array, and thus determine the looping manner of the processing circuits in the array.
  • the control circuit can choose to obtain the constant value from the register or directly from the immediate field segment according to the source of the constant. For example, when the constant instruction field in the configuration instruction indicates that the constant item comes from the register, the control circuit can obtain the constant value by reading the register with the specified number. Thereafter, the control circuit may send the acquired constant value to the array of processing circuits.
  • the size of the entry may exceed the bit width of the instruction and it is difficult to directly write all the entries in the instruction, so the content of the entry is often stored in the storage circuit in advance.
  • the control unit may request the storage circuit to read the storage address of the configuration entry, and the address parameter may come from the register location identified in the configuration instruction.
  • the storage circuit eg, the main storage module
  • the entry data can be returned to the processing circuit array.
  • the processing circuit array after acquiring the entry data can save the configured entry in an internal storage circuit (or register).
  • the entire array of processing circuits may share a storage of constant and table entry data.
  • the control circuit of the present disclosure can send the parsed data read and write commands (including read request commands and/or write request commands) to the storage circuit, so that the storage circuit can communicate with the data read and write commands according to the data read and write commands.
  • the processing circuit array performs data interaction.
  • the memory circuit may include input (or write) and output (or read) ports in multiple directions to interface with one or more processing circuits in an array of processing circuits.
  • the multiple instruction fields of the data read/write instruction include information such as read request information of a specific one or some read ports, and write request information of a specific one or some write ports.
  • the above-mentioned read request information at least includes address information and data volume information of the data to be read
  • the write request information at least includes address information and data volume information of the data to be written.
  • the data volume information may include the requested data volume size of the first dimension, the address span size of the second dimension, the number of iterations of the second dimension, the address span size of the third dimension, and number of iterations, and so on.
  • the control circuit In the process of executing the data read and write instructions, the control circuit will acquire multiple read and write request information after parsing the data read and write instructions. Then, it can determine whether each request needs to be executed according to the predicate logic. For a read request that satisfies the current execution condition, the control circuit sends the read request information to the storage circuit. After that, the storage circuit acquires, for example, three-dimensional multi-dimensional data from the corresponding storage address according to the read request information, and returns the data to the processing circuit array. In contrast, for a write request, the control circuit can send the write request information to the processing circuit array, so as to control the output mode of data output from the processing circuit array during the execution of the program block including the VLIW instruction. Then, the processing circuit array can output data to the storage circuit according to the foregoing write request information during the execution of subsequent instructions. Thereafter, the storage circuit writes the received data back into the local storage space.
  • the VLIW instructions of the present disclosure may include one or more arithmetic instructions, and the processing circuit array may be configured to perform multi-threaded arithmetic operations according to the arithmetic instructions.
  • the plurality of processing circuit arrays are configured to each execute different operational instructions. In another embodiment, at least two of the plurality of processing circuit arrays are configured to execute the same operational instructions.
  • the VLIW instructions of the present disclosure may include an instruction field for instructing the operation of a plurality of input ports and output ports of the processing circuit array, an instruction field for the processing circuit array to move data in horizontal and/or vertical directions, and the processing circuit The instruction domain of the specific operation performed by the array, etc.
  • the processing circuit array input port number 0 operation may represent a preprocessing operation on the input data for read port number 0.
  • the preprocessing operations here may include operations such as splicing, table lookup, data type conversion, etc., which may be performed by the pre-operation circuit 110 in FIG. 2 or FIG. 3 .
  • the input data can be directly sent to the processing circuit to perform subsequent operations, and can also be used to modify the value of the current internal register of the processing circuit.
  • the internal registers here may include internal general-purpose registers and registers with special functions such as predicate registers.
  • the instruction field of the input port operation may also include an instruction field for indicating predicate information, so that each processing circuit in the processing circuit array will compare the predicate information with its internal predicate register to determine whether to execute the current input operation of the port.
  • the instruction field of the processing circuit array to move data in the horizontal and/or vertical direction specifies the operation information of the processing circuit to move the data in the horizontal and/or vertical direction, which may include, for example, mask information about the data movement for masking parts Movement of data, identification of source registers transmitted to adjacent processing circuits, identification of destination registers transmitted to adjacent processing circuits, identification of looped registers for use in selecting different registers for data flow, and for use in control circuits and/or
  • the predicate logic is used in the processing circuit to determine whether the current instruction field is executed or not.
  • the processing circuit array may send an instruction field including the above information to each processing circuit in each processing circuit array.
  • each processing circuit can determine whether the current processing circuit performs the data movement operation according to the comparison between the current predicate logic register information and the predicate information in the instruction field. If a data movement operation is performed, the source processing circuit can read data from the specified local source register and perform mask processing according to the aforementioned mask information, and obtain the target in the given movement direction according to the information in the specified loop register The location of the processing circuit. Next, the source processing circuit can send the masked data to the destination register of the designated number in the destination processing circuit. The above-mentioned one data transfer process may occur in each processing circuit.
  • the instruction field indicating the specific operation performed inside the processing circuit can include the source information of the operand, the location information of the operand register, the destination register information for storing the operation result, the description information of the operation operation, the data type information of the operation process, and the information used to control the circuit.
  • Various types of operation-related information such as predicate information for predicate operations performed by the processing circuit.
  • each processing circuit can perform a predicate judgment according to the above-mentioned predicate information and a predicate register inside the processing circuit, so as to determine whether the current processing circuit performs an arithmetic operation. If executed, the processing circuit may read a register inside the processing circuit according to the operand register information to obtain the operand of the operation. Next, the type of the operation can be determined according to the above-mentioned operation operation description information. After the operation is completed, the processing circuit can write the result obtained after the operation back into the register inside the processing circuit according to the destination register information of the operation result.
  • the VLIW instructions, configuration instructions and data read and write instructions include their corresponding predicates, and the control circuit, processing circuit and storage circuit are configured with to determine whether to execute the VLIW instruction, the configuration instruction and/or the data read/write instruction according to the corresponding predicate.
  • the VLIW instruction of the present disclosure may be combined with at least one of the configuration instruction and the data read/write instruction to form an extended VLIW instruction. Thereby, the instruction can be further simplified, and the efficiency of executing the instruction can be improved.
  • 5a, 5b, 5c and 5d are schematic diagrams illustrating various connection relationships of a plurality of processing circuits according to an embodiment of the present disclosure.
  • the plurality of processing circuits of the present disclosure may be connected in a hardwired manner or in a logically connected manner according to configuration instructions, thereby forming a topology of a one-dimensional or multi-dimensional array of connections.
  • the multi-dimensional array may be a two-dimensional array, and the processing circuits located in the two-dimensional array may be arranged in a row direction, a column direction or a diagonal direction thereof.
  • FIG. 5a to 5c exemplarily show the topology of various forms of two-dimensional arrays between a plurality of processing circuits.
  • processing circuits are connected to form a simple two-dimensional array. Specifically, one processing circuit is used as the center of the two-dimensional array, and one processing circuit is connected to each of the four horizontal and vertical directions relative to the processing circuit, thereby forming a two-dimensional array with three rows and three columns. . Further, since the processing circuits located in the center of the two-dimensional array are respectively directly connected with the processing circuits adjacent to the previous and next columns of the same row, and the processing circuits adjacent to the previous row and the next row of the same column, the number of spaced processing circuits ( abbreviated as "Number of Intervals") is 0.
  • each processing circuit is connected to its adjacent processing circuits in the preceding and following rows, and the preceding and following columns, namely, The number of intervals connected to adjacent processing circuits is all zero.
  • the first processing circuit located in each row or column in the two-dimensional Torus array is also connected to the last processing circuit of the row or column, and the number of intervals between the processing circuits connected end to end in each row or column is equal to is 2.
  • the processing circuits with four rows and four columns may also be connected to form a two-dimensional array in which the number of intervals between adjacent processing circuits is 0, and the number of intervals between non-adjacent processing circuits is 1.
  • adjacent processing circuits in the same row or in the same column are directly connected, that is, the number of intervals is 0, and the processing circuits in the same row or in the same column that are not adjacent are connected to the processing circuit in the number of intervals.
  • different numbers of intervals may also be connected to the processing circuits in the diagonal direction.
  • a three-dimensional Torus array is based on the two-dimensional Torus array, and uses a spacing pattern similar to that between rows and columns for interlayer connection. For example, firstly, the processing circuits in the same row and the same column of adjacent layers are directly connected, that is, the number of intervals is 0. Next, connect the processing circuits of the first layer and the last layer in the same column, that is, the number of intervals is 2. Finally, a three-dimensional Torus array with four layers, four rows and four columns can be formed.
  • connection relationship of other multi-dimensional arrays of processing circuits can be formed on the basis of two-dimensional arrays by adding new dimensions and increasing the number of processing circuits.
  • the solutions of the present disclosure may also configure logical connections to processing circuits by using configuration instructions.
  • the disclosed solution may selectively connect some processing circuits or selectively bypass some processing circuits through configuration instructions to form one or more processing circuits.
  • a logical connection can also be adjusted according to actual operation requirements (eg, data type conversion).
  • the solutions of the present disclosure can configure the connection of the processing circuits, including, for example, configuring into a matrix or configuring into one or more closed computing loops.
  • FIGS. 6a, 6b, 6c and 6d are schematic diagrams illustrating further various connection relationships of a plurality of processing circuits according to an embodiment of the present disclosure.
  • FIGS. 6 a to 6 d are still another exemplary connection relationship of a multi-dimensional array formed by a plurality of processing circuits shown in FIGS. 5 a to 5 d .
  • the technical details described in conjunction with Figs. 5a to 5d also apply to the content shown in Figs. 6a to 6d.
  • the processing circuit of the two-dimensional array includes a central processing circuit located in the center of the two-dimensional array and three processing circuits respectively connected to the central processing circuit in four directions in the same row and in the same column. Therefore, the number of bays connected between the central processing circuit and the remaining processing circuits is 0, 1 and 2, respectively.
  • the processing circuit of the two-dimensional array includes a central processing circuit located in the center of the two-dimensional array, three processing circuits in two opposite directions parallel to the processing circuit, and two processing circuits in the same column as the processing circuit A processing circuit in the opposite direction. Therefore, the number of intervals between the central processing circuit and the processing circuits in the same row is 0 and 2 respectively, and the number of intervals between the central processing circuit and the processing circuits in the same column is all 0.
  • a multi-dimensional array formed by a plurality of processing circuits may be a three-dimensional array formed by a plurality of layers. Wherein each layer of the three-dimensional array may comprise a two-dimensional array of a plurality of the processing circuits arranged along its row and column directions. Further, the processing circuits located in the three-dimensional array may be in a predetermined three-dimensional spaced pattern with a row, column, diagonal or The remaining one or more processing circuits on different layers are connected. Further, the predetermined three-dimensional spacing pattern and the number of mutually spaced processing circuits in the connection may be related to the number of spaced layers. The connection mode of the three-dimensional array will be further described below with reference to FIG. 6c and FIG. 6d.
  • Figure 6c shows a multi-layer, multi-row and multi-column three-dimensional array formed by connecting a plurality of processing circuits.
  • the processing circuit located at the lth layer, the rth row, and the cth column (represented as (l, r, c)) as an example, it is located at the center of the array, and is in the same layer as the previous column (l, r, The processing circuit at c-1) and the processing circuit at the next column (l, r, c+1), the processing circuit at the previous row (l, r-1, c) of the same layer and the same column and the processing circuit at the next row (l, r-1, c)
  • the processing circuit at r+1, c) and the processing circuit at the previous layer (l-1, r, c) and the processing circuit at the next layer (l+1, r, c) of different layers in the same column to connect.
  • FIG. 6d shows a three-dimensional array when the number of spaces connected between a plurality of processing circuits in the row direction, the column direction and the layer direction is all one.
  • the processing circuit located at the center of the array (l, r, c) as an example, it is separated from (l, r, c-2) and (l, r, c+2) by one column before and after different columns in the same layer, respectively. ), and the processing circuits at (1, r-2, c) and (1, r+2, c) at the same layer and the same column and different rows are connected.
  • processing circuits at (l-2, r, c) and (l+2, r, c) are connected with the processing circuits at (l-2, r, c) and (l+2, r, c) at the same row and different layers in the same row before and after each other.
  • processing circuits at (l, r, c-3) and (l, r, c-1) at the same level and one column apart are connected to each other, and (l, r, c+1) and ( The processing circuits at l, r, c+3) are connected to each other.
  • the processing circuits at (l, r-3, c) and (l, r-1, c) in the same layer and the same column are connected to each other, and (l, r+1, c) and (l, r
  • the processing circuits at +3, c) are connected to each other.
  • the processing circuits at (l-3, r, c) and (l-1, r, c) in the same row and one layer are connected to each other, and (l+1, r, c) and (l+3)
  • the processing circuits at , r, c) are connected to each other.
  • connection relationship of the multi-dimensional array formed by a plurality of processing circuits has been exemplarily described above, and different loop structures formed by a plurality of processing circuits will be further exemplarily described below with reference to FIGS. 7-8 .
  • FIGS. 7a, 7b, 7c and 7d are schematic diagrams respectively illustrating various loop structures of processing circuits according to embodiments of the present disclosure.
  • a plurality of processing circuits can not only be connected in a physical connection relationship, but also can be configured to be connected in a logical relationship according to the received parsed instruction.
  • the plurality of processing circuits may be configured to be connected using the logical connection relationship to form a closed loop.
  • the four adjacent processing circuits are sequentially numbered "0, 1, 2 and 3".
  • the four processing circuits are sequentially connected in a clockwise direction from processing circuit 0, and processing circuit 3 is connected with processing circuit 0, so that the four processing circuits are connected in series to form a closed loop (referred to as "looping" for short).
  • the number of intervals between processing circuits is 0 or 2, eg, the number of intervals between processing circuits 0 and 1 is 0, and the number of intervals between processing circuits 3 and 0 is 2.
  • the physical addresses (which may also be referred to as physical coordinates in the context of this disclosure) of the four processing circuits in the loop shown can be represented as 0-1-2-3, while their logical addresses (in the context of this disclosure) can also be called logical coordinates) can also be expressed as 0-1-2-3.
  • the connection sequence shown in FIG. 7a is only exemplary and non-limiting, and those skilled in the art can also connect the four processing circuits in a counterclockwise direction in series to form a closed circuit according to actual calculation needs. the loop.
  • multiple processing circuits can be combined into a processing circuit group to represent one data. For example, suppose a processing circuit can handle 8-bit data. When 32-bit data needs to be processed, four processing circuits can be combined into a processing circuit group, so that four 8-bit data can be connected to form a 32-bit data. Further, one processing circuit group formed by the aforementioned four 8-bit processing circuits can serve as one processing circuit 104 shown in FIG. 7b, so that higher bit-width arithmetic operations can be supported.
  • FIG. 7b shows the layout of the processing circuits shown is similar to that shown in Fig. 7a, but the number of intervals of connections between the processing circuits in Fig. 7b is different from that of Fig. 7a.
  • Figure 7b shows four processing circuits numbered sequentially 0, 1, 2 and 3 starting from processing circuit 0 in a clockwise direction, connecting processing circuit 1, processing circuit 3 and processing circuit 2 in sequence, and processing circuit 2 connected to processing circuit 2.
  • circuit 0 thus forming a closed loop in series. It can be seen from this loop that the number of intervals of the processing circuits shown in FIG. 7b is 0 or 1, eg, the interval between processing circuits 0 and 1 is 0, and the interval between processing circuits 1 and 3 is 1.
  • the physical addresses of the four processing circuits in the illustrated closed loop may be 0-1-2-3, and the logical addresses may be represented as 0-1-3-2 according to the illustrated looping manner. Therefore, when data of high bit width needs to be split to be allocated to different processing circuits, the data sequence can be rearranged and allocated according to the logical addresses of the processing circuits.
  • the pre-operation circuit can rearrange the input data according to the physical addresses and logical addresses of the plurality of processing circuits, so as to meet the requirements of data operation. Assuming that four sequentially arranged processing circuits 0 to 3 are connected as shown in Figure 7a, since the physical and logical addresses of the connections are both 0-1-2-3, the pre-operation circuit can convert the input data ( For example, pixel data) aa0, aa1, aa2 and aa3 are sequentially transmitted to the corresponding processing circuits. However, when the aforementioned four processing circuits are connected as shown in Fig.
  • the circuit needs to rearrange the input data aa0, aa1, aa2 and aa3 into aa0-aa1-aa3-aa2 for transmission to the corresponding processing circuit.
  • the solution of the present disclosure can ensure the correctness of the data operation sequence.
  • the post-operation circuit described in conjunction with FIG. 2 can be used to restore and adjust the order of the operation output results to bb0- bb1-bb2-bb3, to ensure the consistency of arrangement between input data and output result data.
  • Figures 7c and 7d show that more processing circuits are arranged and connected in different ways, respectively, to form a closed loop.
  • the 16 processing circuits 104 numbered in the order of 0, 1 . . . 15, starting from processing circuit 0, are sequentially connected and combined every two processing circuits to form a processing circuit group.
  • processing circuit 0 is connected with processing circuit 1 to form a processing circuit group . . .
  • the processing circuit 14 is connected with the processing circuit 15 to form one processing circuit group, and finally eight processing circuit groups are formed.
  • the eight processing circuit groups can also be connected in a manner similar to the aforementioned processing circuits, including connection according to, for example, predetermined logical addresses, so as to form a closed loop of the processing circuit groups.
  • a plurality of processing circuits 104 are connected in an irregular or non-uniform manner to form a processing circuit matrix having a closed loop.
  • the number of intervals between the processing circuits can be 0 or 3 to form a closed loop, for example, the processing circuit 0 can be respectively connected with the processing circuit 1 (the interval number is 0) and the processing circuit 4 (the interval number is 0) The number is 3) connected.
  • the processing circuit of the present disclosure may be spaced by different numbers of processing circuits so as to be connected in a closed loop.
  • any number of intermediate intervals can also be selected for dynamic configuration, thereby connecting into a closed loop.
  • the connection of the plurality of processing circuits may be a hard connection formed by hardware, or may be a soft connection configured by software.
  • FIGS. 8a, 8b and 8c are schematic diagrams illustrating further various loop structures of processing circuits according to embodiments of the present disclosure.
  • multiple processing circuits may form a closed loop, and each processing circuit in the closed loop may be configured with a respective logical address.
  • the pre-operation circuit described in conjunction with FIG. 2 can be configured to perform corresponding splitting of the operational data and obtain after the splitting according to the type of operational data (such as 32bit data, 16bit data or 8bit data) and the logical address.
  • the multiple sub-data of are respectively transferred to the corresponding processing circuits in the loop for subsequent operations.
  • the upper diagram of FIG. 8a shows that four processing circuits are connected to form a closed loop, and the physical addresses of the four processing circuits in the order from right to left can be represented as 0-1-2-3.
  • the lower diagram of Figure 8a shows that the logical addresses of the four processing circuits in the aforementioned loop are represented as 0-3-1-2 in order from right to left.
  • the processing circuit with the logical address "3" shown in the lower diagram of Fig. 8a has the physical address "1" shown in the upper diagram of Fig. 8a.
  • the granularity of the operation data is the lower 128 bits of the input data, such as the original sequence "15, 14, ... 2, 1, 0" in the figure (each number corresponds to 8 bits of data), and set this
  • the logical addresses of the 16 8-bit data are numbered from low to high in order from 0 to 15.
  • the pre-operation circuit can encode or arrange the data using different logical addresses according to different data types.
  • the logical addresses are (3,2,1,0), (7,6,5,4), (11,10,9,8) and (15,14) , 13, 12) can represent the 0th to 3rd 32bit data respectively.
  • the pre-operation circuit can transmit the 0th 32-bit data to the processing circuit whose logical address is "0" (the corresponding physical address is "0"), and can transmit the first 32-bit data to the logical address "1".
  • the second 32-bit data can be transferred to the processing circuit whose logical address is "2" (corresponding physical address is “3"), and the third The 32bit data is sent to the processing circuit whose logical address is "3" (the corresponding physical address is "1").
  • the mapping relationship between the logical address and the physical address of the final data is (15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)-> (11,10,9,8,7,6,5,4,15,14,13,12,3,2,1,0).
  • the logical addresses are (1,0), (3,2), (5,4), (7,6), (9,8), (11,10) ), (13,12) and (15,14) 8 numbers can represent the 0th to 7th 16bit data respectively.
  • the pre-operation circuit can transmit the 0th and 4th 16-bit data to the processing circuit whose logical address is "0" (the corresponding physical address is "0"), and can transfer the 1st and 5th 16-bit data.
  • the mapping relationship between the logical address and the physical address of the final data is:
  • the pre-operation circuit can transmit the 0th, 4th, 8th and 12th 8bit data to the processing circuit whose logical address is "0" (the corresponding physical address is “0"); the 1st, 5th, 9th and 13th 8bit data can be transferred to the processing circuit whose logical address is "1" (the corresponding physical address is "2”); The 2nd, 6th, 10th and 14th 8bit data are transferred to the processing circuit whose logical address is "2" (the corresponding physical address is "3”); the third, seventh, The 11th and 15th 8bit data are transferred to the processing circuit whose logical address is "3” (the corresponding physical address is “1").
  • mapping relationship between the logical address and the physical address of the final data is: (15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)- >(14,19,6,2,13,9,5,1,15,11,7,3,12,8,4,0).
  • Figure 8b shows that eight sequentially numbered processing circuits 0 to 7 are connected to form a closed loop, and the physical addresses of the eight processing circuits are 0-1-2-3-4-5-6- 7.
  • the lower diagram of Fig. 8b shows that the logical addresses of the aforementioned eight processing circuits are 0-7-1-6-2-5-3-4.
  • the processing circuit with the physical address "6" shown in the upper diagram of Fig. 8b corresponds to the logical address "3" shown in the lower diagram of Fig. 8b.
  • the operations of the pre-operation circuit for rearranging the data and then transmitting the data to the corresponding processing circuit are similar to those in FIG. 8a, so the technical solutions described in conjunction with FIG. 8a are also applicable to FIG. 8b. , the above data rearrangement operation process will not be repeated here.
  • the connection relationship of the processing circuits shown in FIG. 8b is similar to that shown in FIG. 8a, but the eight processing circuits shown in FIG. 8b are twice the number of processing circuits shown in FIG. 8a.
  • the granularity of the operational data described in conjunction with FIG. 8b may be twice that of the operational data described in conjunction with FIG. 8a.
  • the granularity of the operation data in this example can be 256 bits lower than that of the input data, for example, the original data sequence "31, 30, . , 0", each digit corresponds to an 8-bit ("bit") length.
  • the figures also show the arrangement results of the data in the looped processing circuits.
  • the data bit width of the operation is 32 bits
  • one 32-bit data in the processing circuit whose logical address is "1" is (7, 6, 5, 4)
  • the corresponding physical address of this processing circuit is "2”.
  • the data bit width of the operation is 16 bits
  • the two 16-bit data in the processing circuit whose logical address is "3" is (23, 22, 7, 6)
  • the corresponding physical address of the processing circuit is "6”.
  • the data bit width of the operation is 8 bits
  • the four 8-bit data in the processing circuit whose logical address is "6" is (30, 22, 14, 6), and the corresponding physical address of the processing circuit is "3".
  • FIG. 8c shows that twenty multi-type processing circuits numbered in the order of 0, 1 . . . 19 are connected to form a closed loop (the numbers shown in the figure are the physical addresses of the processing circuits). Sixteen processing circuits numbered from 0 to 15 are first type processing circuits, and four processing circuits numbered from 16 to 19 are second type processing circuits. Similarly, the physical address of each of the twenty processing circuits has a mapping relationship with the logical address of the corresponding processing circuit shown in the lower figure of FIG. 8c.
  • FIG. 8c also shows the result of operating the aforementioned original data for different data types supported by the processing circuit.
  • the data bit width of the operation is 32 bits
  • one 32-bit data in the processing circuit whose logical address is "1" is (7, 6, 5, 4)
  • the corresponding physical address of this processing circuit is "2”.
  • the data bit width of the operation is 16 bits
  • the two 16-bit data in the processing circuit whose logical address is "11” are (63, 62, 23, 22)
  • the corresponding physical address of the processing circuit is "9”.
  • the data bit width of the operation is 8 bits
  • the four 8-bit data in the processing circuit whose logical address is "17” are (77, 57, 37, 17)
  • the corresponding physical address of this processing circuit is "18”.
  • 9a, 9b, 9c and 9d are schematic diagrams illustrating data stitching operations performed by a preprocessing circuit according to an embodiment of the present disclosure.
  • the pre-processing circuit described in the present disclosure in conjunction with FIG. 2 can also be configured to select a data splicing mode from a plurality of data splicing modes according to the parsed instruction, so as to perform a splicing operation on the two input data.
  • the solution of the present disclosure divides and numbers the two data to be spliced according to the minimum data unit, and then extracts different minimum data units of the data based on specified rules to form different data. Stitching mode.
  • the minimum data unit here can be simply 1-bit or 1-bit data, or 2-bit, 4-bit, 8-bit, 16-bit or 32-bit or the length of the bit .
  • the scheme of the present disclosure can either extract alternately with the smallest data unit, or can extract in multiples of the smallest data unit, for example, alternately extract two data at a time from the two data. Partial data of one or three minimum data units are grouped together as a group.
  • the input data are In1 and In2, and when each square in the figure represents a minimum data unit, both input data have a bit width length of 8 minimum data units.
  • the minimum data unit may represent different number of bits (or number of bits). For example, for data with a bit width of 8 bits, the smallest data unit represents 1-bit data, and for data with a bit width of 16 bits, the smallest data unit represents 2-bit data. For another example, for data with a bit width of 32 bits, the minimum data unit represents 4-bit data.
  • the two input data In1 and In2 to be spliced are each composed of eight minimum data units sequentially numbered 1, 2, . . . , 8 from right to left.
  • Data splicing is performed according to the principle of parity interleaving with numbers from small to large, In1 followed by In2, and odd numbers followed by even numbers.
  • the data bit width of the operation is 8 bits
  • the data In1 and In2 each represent one 8-bit data
  • each minimum data unit represents 1-bit data (ie, one square represents 1-bit data).
  • the minimum data units numbered 1, 3, 5 and 7 of the data In1 are first extracted and arranged in the lower order.
  • the data In1 and In2 each represent a 16-bit data, and each minimum data unit at this time represents 2-bit data (ie, a square represents a 2-bit data).
  • the minimum data units numbered 1, 2, 5 and 6 of the data In1 can be extracted first and arranged in the lower order. Then, the smallest data units numbered 1, 2, 5, and 6 of the data In2 are sequentially arranged. Similarly, the minimum data units numbered 3, 4, 7 and 8 and the data In2 are sequentially arranged to form a 32-bit or 2 16-bit new data composed of the final 16 minimum data units. , as shown in the second row of squares in Figure 9b.
  • the data In1 and In2 each represent a 32-bit data
  • each minimum data unit represents 4-bit data (ie, a square represents a 4-bit data).
  • the bit width of the data and the aforementioned principle of interleaving and splicing the smallest data units with the same numbers as the data In1 and the same numbers as the data In2 can be extracted and arranged in the lower order. Then, extract the smallest data units numbered 5, 6, 7, and 8 with the same numbers as the data In2 and arrange them in sequence, thereby splicing to form a 64-bit or two 32-bit new data consisting of the final 16 smallest data units .
  • Exemplary data splicing manners of the present disclosure are described above in conjunction with FIGS. 9a-9c. However, it can be understood that in some computing scenarios, data splicing does not involve the above-mentioned staggered arrangement, but only a simple arrangement of two data while keeping their original data positions unchanged, such as shown in Figure 9d out. It can be seen from Figure 9d that the two data In1 and In2 do not perform the interleaving as shown in Figures 9a-9c, but only the last minimum data unit of the data In1 and the first minimum data unit of In2 The data units are concatenated to obtain a new data type with an increased (eg doubled) bit width. In some scenarios, the solution of the present disclosure can also perform group stitching based on data attributes. For example, neuron data or weight data with the same feature map can be formed into a group and then arranged to form a continuous part of the spliced data.
  • FIGS. 10a, 10b and 10c are schematic diagrams illustrating data compression operations performed by post-processing circuits according to embodiments of the present disclosure.
  • the compressing operation may include filtering the data with a mask or compressing by comparing a given threshold with the size of the data.
  • it can be divided and numbered in the smallest data unit as previously described. Similar to that described in connection with Figures 9a-9d, the minimum data unit may be, for example, 1-bit or 1-bit data, or a length of 2, 4, 8, 16 or 32 bits or bits. Exemplary descriptions for different data compression modes will be made below in conjunction with Figures 10a to 10c.
  • the original data consists of eight squares (ie, eight minimum data units) sequentially numbered 1, 2..., 8 from right to left, assuming that each minimum data unit can represent 1 bit data.
  • the post-processing circuit may filter the original data by using the mask to perform the data compression operation.
  • the bit width of the mask corresponds to the number of minimum data units of the original data. For example, if the aforementioned original data has 8 minimum data units, the bit width of the mask is 8 bits, and the minimum data unit numbered 1 corresponds to the lowest bit of the mask, and the minimum data unit numbered 2 corresponds to the next low. And so on, the smallest data unit numbered 8 corresponds to the most significant bit of the mask.
  • the compression principle may be set to extract the smallest data unit in the original data corresponding to the data bit whose mask is "1".
  • the numbers of the smallest data units corresponding to the mask value "1" are 1, 2, 5, and 8.
  • the minimum data units numbered 1, 2, 5 and 8 can be extracted and arranged in order from low to high to form new compressed data, as shown in the second row of Figure 10a.
  • Fig. 10b shows the original data similar to Fig. 10a, and it can be seen from the second row of Fig. 10b that the data sequence passed through the post-processing circuit maintains the original data arrangement order and content. It will thus be appreciated that the data compression of the present disclosure may also include a disabled mode or a non-compressed mode so that no compression operation is performed when the data passes through the post-processing circuit.
  • the original data consists of eight squares arranged in sequence, the number above each square indicates its number, and the order from right to left is 1, 2...8, and it is assumed that each minimum data unit can be is 8-bit data. Further, the number in each square represents the decimal value of that smallest data unit. Taking the smallest data unit numbered 1 as an example, its decimal value is "8", and the corresponding 8-bit data is "00001111”.
  • the compression principle can be set to extract all the smallest data units in the original data that are greater than or equal to the threshold "8".
  • the smallest data units numbered 1, 4, 7 and 8 can be extracted. Then, arrange all the extracted minimum data units in descending order of numbers to obtain the final data result, as shown in the second row in Figure 10c.
  • FIG. 11 is a simplified flow diagram illustrating a method 1100 of using a computing device to perform arithmetic operations in accordance with an embodiment of the present disclosure.
  • the computing device herein may be the computing device described in conjunction with FIGS. 1-4 , which has the processing circuit connection relationship shown in FIGS. 5-10 and supports additional types of operations.
  • the method 1100 utilizes a control circuit to acquire and parse a very long instruction word (VLIW) instruction to obtain a parsed VLIW instruction, and send the parsed VLIW instruction to multiple processes circuit.
  • VLIW very long instruction word
  • the method 1100 connects the plurality of processing circuits into one or more arrays of processing circuits in a one-dimensional or multi-dimensional array structure, and configures the one or more arrays of processing circuits according to the resolved VLIW instructions to perform multithreaded operations.
  • method 1100 configures the array of processing circuits to form a closed loop in at least one of one or more dimensions according to the configuration instructions.
  • the VLIW instructions include one or more arithmetic instructions
  • the method 1100 configures one or more arrays of processing circuits to perform multithreaded arithmetic operations in accordance with the arithmetic instructions.
  • the VLIW instruction, the configuration instruction and the data read/write instruction include respective corresponding predicates
  • the method includes configuring the control circuit, the processing circuit and the storage circuit to determine according to the corresponding predicates Whether to execute VLIW instructions, configuration instructions and/or data read and write instructions.
  • FIG. 12 is a structural diagram illustrating a combined processing apparatus 1200 according to an embodiment of the present disclosure.
  • the combined processing device 1200 includes a computing processing device 1202 , an interface device 1204 , other processing devices 1206 and a storage device 1208 .
  • one or more computing devices 1210 may be included in the computing processing device, and the computing devices may be configured to perform the operations described herein in conjunction with FIGS. 1-11 .
  • the computing processing devices of the present disclosure may be configured to perform user-specified operations.
  • the computing processing device may be implemented as a single-core artificial intelligence processor or a multi-core artificial intelligence processor.
  • one or more computing devices included within a computing processing device may be implemented as an artificial intelligence processor core or as part of a hardware structure of an artificial intelligence processor core.
  • multiple computing devices are implemented as an artificial intelligence processor core or a part of the hardware structure of an artificial intelligence processor core, for the computing processing device of the present disclosure, it can be regarded as having a single-core structure or a homogeneous multi-core structure.
  • the computing processing apparatus of the present disclosure may interact with other processing apparatuses through an interface apparatus to jointly complete an operation specified by a user.
  • other processing devices of the present disclosure may include central processing units (Central Processing Unit, CPU), graphics processing units (Graphics Processing Unit, GPU), artificial intelligence processors and other general-purpose and/or special-purpose processors.
  • processors may include, but are not limited to, Digital Signal Processor (DSP), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable Logic devices, discrete gate or transistor logic devices, discrete hardware components, etc., and the number thereof can be determined according to actual needs.
  • DSP Digital Signal Processor
  • ASIC Application Specific Integrated Circuit
  • FPGA Field-Programmable Gate Array
  • the computing processing device of the present disclosure can be regarded as having a single-core structure or a homogeneous multi-core structure. However, when computing processing devices and other processing devices are considered together, the two can be viewed as forming a heterogeneous multi-core structure.
  • the other processing device may serve as an interface for the computing processing device of the present disclosure (which may be embodied as a related computing device for artificial intelligence such as neural network operations) with external data and control, performing operations including but not limited to Limited to basic controls such as data movement, starting and/or stopping computing devices.
  • other processing apparatuses may also cooperate with the computing processing apparatus to jointly complete computing tasks.
  • the interface device may be used to transfer data and control instructions between the computing processing device and other processing devices.
  • the computing and processing device may obtain input data from other processing devices via the interface device, and write the input data into the on-chip storage device (or memory) of the computing and processing device.
  • the computing and processing device may obtain control instructions from other processing devices via the interface device, and write them into a control cache on the computing and processing device chip.
  • the interface device can also read the data in the storage device of the computing processing device and transmit it to other processing devices.
  • the combined processing device of the present disclosure may also include a storage device.
  • the storage device is connected to the computing processing device and the other processing device, respectively.
  • a storage device may be used to store data of the computing processing device and/or the other processing device.
  • the data may be data that cannot be fully stored in an internal or on-chip storage device of a computing processing device or other processing device.
  • the present disclosure also discloses a chip (eg, chip 1302 shown in FIG. 13 ).
  • the chip is a System on Chip (SoC) and integrates one or more combined processing devices as shown in FIG. 12 .
  • the chip can be connected with other related components through an external interface device (such as the external interface device 1306 shown in FIG. 13 ).
  • the relevant component may be, for example, a camera, a display, a mouse, a keyboard, a network card or a wifi interface.
  • other processing units such as video codecs
  • interface modules such as DRAM interfaces
  • the present disclosure also discloses a chip package structure including the above-mentioned chip.
  • the present disclosure also discloses a board including the above-mentioned chip package structure. The board will be described in detail below with reference to FIG. 13 .
  • FIG. 13 is a schematic structural diagram illustrating a board 1300 according to an embodiment of the present disclosure.
  • the board includes a storage device 1304 for storing data, which includes one or more storage units 1310 .
  • the storage device can be connected and data transferred with the control device 1308 and the chip 1302 described above through, for example, a bus.
  • the board also includes an external interface device 1306, which is configured for data relay or transfer function between the chip (or a chip in a chip package structure) and an external device 1312 (such as a server or a computer, etc.).
  • the data to be processed can be transmitted to the chip by an external device through an external interface device.
  • the calculation result of the chip may be transmitted back to the external device via the external interface device.
  • the external interface device may have different interface forms, for example, it may adopt a standard PCIE interface and the like.
  • control device in the board of the present disclosure may be configured to regulate the state of the chip.
  • control device may include a single-chip microcomputer (Micro Controller Unit, MCU) for regulating the working state of the chip.
  • MCU Micro Controller Unit
  • an electronic device or device which may include one or more of the above-mentioned boards, one or more of the above-mentioned chips and/or one or a plurality of the above-mentioned combined processing devices.
  • the electronic devices or devices of the present disclosure may include servers, cloud servers, server clusters, data processing devices, robots, computers, printers, scanners, tablet computers, smart terminals, PC equipment, IoT terminals, mobile Terminals, mobile phones, driving recorders, navigators, sensors, cameras, cameras, video cameras, projectors, watches, headphones, mobile storage, wearable devices, visual terminals, autonomous driving terminals, vehicles, home appliances, and/or medical equipment.
  • the vehicles include airplanes, ships and/or vehicles;
  • the household appliances include televisions, air conditioners, microwave ovens, refrigerators, rice cookers, humidifiers, washing machines, electric lamps, gas stoves, and range hoods;
  • the medical equipment includes nuclear magnetic resonance instruments, B-ultrasound and/or electrocardiograph.
  • the electronic equipment or device of the present disclosure can also be applied to the Internet, Internet of Things, data center, energy, transportation, public management, manufacturing, education, power grid, telecommunications, finance, retail, construction site, medical care and other fields. Further, the electronic device or device of the present disclosure can also be used in application scenarios related to artificial intelligence, big data and/or cloud computing, such as cloud, edge terminal, and terminal.
  • the electronic device or device with high computing power according to the solution of the present disclosure can be applied to a cloud device (eg, a cloud server), while the electronic device or device with low power consumption can be applied to a terminal device and/or Edge devices (such as smartphones or cameras).
  • the hardware information of the cloud device and the hardware information of the terminal device and/or the edge device are compatible with each other, so that the hardware resources of the cloud device can be retrieved from the hardware information of the terminal device and/or the edge device according to the hardware information of the terminal device and/or the edge device. Match the appropriate hardware resources to simulate the hardware resources of terminal devices and/or edge devices, so as to complete the unified management, scheduling and collaborative work of device-cloud integration or cloud-edge-device integration.
  • the present disclosure expresses some methods and their embodiments as a series of actions and their combinations, but those skilled in the art can understand that the solutions of the present disclosure are not limited by the order of the described actions . Accordingly, those of ordinary skill in the art, based on the disclosure or teachings of this disclosure, will appreciate that some of the steps may be performed in other orders or concurrently. Further, those skilled in the art can understand that the embodiments described in the present disclosure may be regarded as optional embodiments, that is, the actions or modules involved therein are not necessarily necessary for the realization of one or some solutions of the present disclosure. In addition, according to different solutions, the present disclosure also has different emphases in the description of some embodiments. In view of this, those skilled in the art can understand the parts that are not described in detail in a certain embodiment of the present disclosure, and can also refer to the related descriptions of other embodiments.
  • units illustrated as separate components may or may not be physically separate, and components shown as units may or may not be physical units.
  • the aforementioned components or elements may be co-located or distributed over multiple network elements.
  • some or all of the units may be selected to achieve the purpose of the solutions described in the embodiments of the present disclosure.
  • multiple units in the embodiments of the present disclosure may be integrated into one unit or each unit physically exists independently.
  • the above integrated units may be implemented in the form of software program modules. If implemented in the form of a software program module and sold or used as a stand-alone product, the integrated unit may be stored in a computer-readable memory. Based on this, when the aspects of the present disclosure are embodied in the form of a software product (eg, a computer-readable storage medium), the software product may be stored in a memory, which may include several instructions to cause a computer device (eg, a personal computer, a server or network equipment, etc.) to execute some or all of the steps of the methods described in the embodiments of the present disclosure.
  • a computer device eg, a personal computer, a server or network equipment, etc.
  • the aforementioned memory may include, but is not limited to, a U disk, a flash disk, a read-only memory (Read Only Memory, ROM), a random access memory (Random Access Memory, RAM), a mobile hard disk, a magnetic disk, or a CD, etc. that can store programs. medium of code.
  • the above-mentioned integrated units may also be implemented in the form of hardware, that is, specific hardware circuits, which may include digital circuits and/or analog circuits, and the like.
  • the physical implementation of the hardware structure of the circuit may include, but is not limited to, physical devices, and the physical devices may include, but are not limited to, devices such as transistors or memristors.
  • the various types of devices described herein may be implemented by suitable hardware processors, such as CPUs, GPUs, FPGAs, DSPs, ASICs, and the like.
  • the aforementioned storage unit or storage device can be any suitable storage medium (including magnetic storage medium or magneto-optical storage medium, etc.), which can be, for example, a variable resistance memory (Resistive Random Access Memory, RRAM), dynamic Random Access Memory (Dynamic Random Access Memory, DRAM), Static Random Access Memory (Static Random Access Memory, SRAM), Enhanced Dynamic Random Access Memory (EDRAM), High Bandwidth Memory (High Bandwidth Memory) , HBM), hybrid memory cube (Hybrid Memory Cube, HMC), ROM and RAM, etc.
  • a variable resistance memory Resistive Random Access Memory, RRAM
  • Dynamic Random Access Memory Dynamic Random Access Memory
  • SRAM Static Random Access Memory
  • EDRAM Enhanced Dynamic Random Access Memory
  • HBM High Bandwidth Memory
  • HBM Hybrid Memory Cube
  • ROM and RAM etc.
  • a computing device comprising a control circuit and a plurality of processing circuits, wherein:
  • control circuit is configured to obtain and parse a very long instruction word (VLIW) instruction, and send the parsed VLIW instruction to the plurality of processing circuits; and
  • VLIW very long instruction word
  • the plurality of processing circuits are connected into one or more processing circuit arrays in a one-dimensional or multi-dimensional array configuration, and the one or more processing circuit arrays are configured to perform multi-threaded operations according to the parsed VLIW instructions.
  • control circuit is further configured to obtain configuration instructions
  • the plurality of processing circuits are configured to connect according to the configuration instructions to form the one or more processes circuit array.
  • Clause 3 The computing device of clause 2, wherein the array of processing circuits is configured to form a closed loop in at least one of a one-dimensional or multi-dimensional direction according to the configuration instructions.
  • control circuit comprises one or more registers storing configuration information about the array of processing circuits, the control circuit being configured to follow the configuration instructions
  • the configuration information is read from the register and sent to the processing circuit, so that the processing circuit is connected with the configuration information, and the configuration information includes preset components that make up the one or more processing circuit arrays.
  • the location information of the processing circuits, when the processing circuit array is configured to form a closed loop, the configuration information further includes loop configuration information about the processing circuit array forming a closed loop.
  • Clause 5 The computing device of clause 3, wherein the processing circuits located in the two-dimensional array are configured to pattern at predetermined two-dimensional intervals in at least one of a row, column, or diagonal direction thereof. Connect with the remaining one or more of the processing circuits in the same row, column or diagonal so as to form one or more closed loops.
  • Clause 6 The computing device of clause 5, wherein the predetermined two-dimensional spacing pattern is associated with a number of processing circuits spaced in the connection.
  • the processing circuits located in the three-dimensional array are configured to be in a row, column, diagonal, or different layer in a predetermined three-dimensional spacing pattern in at least one of row, column, diagonal, and layer directions thereof
  • the remaining one or more processing circuits are connected to form one or more closed loops.
  • Clause 8 The computing device of clause 7, wherein the predetermined three-dimensional spacing pattern is associated with a number of spacings and layers of spacing between processing circuits to be connected.
  • control circuit is configured to send at least one of a constant term and a table entry to the array of processing circuits in accordance with the configuration instructions to perform the multithreaded operation.
  • Clause 10 The computing device of Clause 1, further comprising a storage circuit, wherein the control circuit is further configured to obtain data read and write instructions and send the data read and write instructions to the storage circuit, the storage circuit is configured to perform read and write operations of data associated with the multi-threaded operation according to the data read and write instructions.
  • Clause 11 The computing device of Clause 10, wherein the data read and write instructions include at least address information and data volume information of the data.
  • VLIW instructions comprise one or more arithmetic instructions
  • the one or more processing circuit arrays are configured to perform multithreaded arithmetic operations in accordance with the arithmetic instructions.
  • Clause 13 The computing device of clause 12, wherein the plurality of processing circuit arrays are each configured to execute different operational instructions, or at least two processing circuit arrays of the plurality of processing circuit arrays are configured to execute the same Operation instructions.
  • Clause 14 The computing device of clause 1, further comprising a data manipulation circuit comprising a pre-operation circuit and/or a post-operation circuit, wherein the VLIW instruction further comprises a pre-processing instruction and/or a post-processing instruction , wherein the pre-operation circuit is configured to perform a pre-processing operation on the input data of the multi-threaded operation according to the pre-processing instruction, and the post-operation circuit is configured to perform a pre-processing operation on the multi-threaded operation according to the post-processing instruction Output data for post-processing operations.
  • Clause 15 The computing device of any of clauses 1-14, wherein the VLIW instructions further comprise move instructions, and the array of processing circuits is configured to perform move operations on data between processing circuits in accordance with the move instructions .
  • the move instruction further comprises register identification information for indicating a source register and a destination register for moving data between processing circuits, the processing circuit being configured to use the register according to the Identification information moves data from the source register to the destination register.
  • Clause 18 The computing device of Clause 15, wherein the VLIW instructions, configuration instructions, and data read and write instructions include respective predicates, and the control circuitry, processing circuitry, and storage circuitry are configured according to the corresponding predicates to determine whether to execute VLIW instructions, configuration instructions and/or data read and write instructions.
  • Clause 19 The computing device of clause 15, wherein the VLIW instruction is combined with at least one of the configuration instruction and a data read and write instruction to form an extended VLIW instruction.
  • Clause 23 A method of performing computing operations using a computing device, wherein the computing device includes a control circuit and a plurality of processing circuits, the method comprising:
  • VLIW very long instruction word
  • the plurality of processing circuits are connected into one or more processing circuit arrays in a one-dimensional or multi-dimensional array configuration, and the one or more processing circuit arrays are configured to perform multi-threaded operations according to the parsed VLIW instructions.
  • Clause 24 The method of clause 23, wherein configuration instructions are obtained with the control circuit and the plurality of processing circuits are configured to be connected in accordance with the configuration instructions to form the one or more processes circuit array.
  • Clause 25 The method of clause 24, wherein the array of processing circuits is configured to form a closed loop in at least one of a one-dimensional or multi-dimensional direction according to the configuration instructions.
  • Clause 26 The method of clause 24 or 25, wherein the control circuit comprises one or more registers storing configuration information about the array of processing circuits, the method further comprising configuring the control circuit to The configuration information is read from the register according to the configuration instruction and sent to the processing circuit, so that the processing circuit is connected with the configuration information, the configuration information includes a preset composition of the one or more Position information of the processing circuits of each processing circuit array, when the processing circuit array is configured to form a closed loop, the configuration information further includes loop configuration information about the processing circuit array forming a closed loop.
  • Clause 27 The method of clause 25, wherein the processing circuits located in the two-dimensional array are configured in a predetermined two-dimensional spaced pattern in at least one of a row, column, or diagonal direction thereof. Connect with the remaining one or more of the processing circuits in the same row, column or diagonal so as to form one or more closed loops.
  • Clause 28 The method of clause 27, wherein the predetermined two-dimensional spacing pattern is associated with a number of processing circuits spaced in the connection.
  • the processing circuits located in the three-dimensional array are configured to be in a row, column, diagonal, or different layer in a predetermined three-dimensional spacing pattern in at least one of row, column, diagonal, and layer directions thereof
  • the remaining one or more processing circuits are connected to form one or more closed loops.
  • Clause 30 The method of clause 29, wherein the predetermined three-dimensional spacing pattern is associated with a number of spacings and layers of spacing between processing circuits to be connected.
  • Clause 31 The method of clause 24, wherein the control circuit is configured to send at least one of a constant term and a table entry to the array of processing circuits in accordance with the configuration instructions to perform the multithreaded operation.
  • Clause 32 The method of clause 23, wherein the computing device further comprises a storage circuit, the method further comprising configuring the control circuit to obtain data read and write instructions and send the data read and write instructions to the The storage circuit is configured to perform read and write operations of data associated with the multi-threaded operation in accordance with the data read and write instructions.
  • Clause 33 The method of Clause 31, wherein the data read and write instructions include at least address information and data volume information of the data.
  • Clause 34 The method of clause 23, wherein the VLIW instructions comprise one or more arithmetic instructions, and the one or more arrays of processing circuits are configured to perform multithreaded arithmetic operations in accordance with the arithmetic instructions.
  • Clause 35 The method of clause 34, wherein the plurality of processing circuit arrays are each configured to perform different operational instructions, or at least two processing circuit arrays of the plurality of processing circuit arrays are configured to perform the same operation instruction.
  • Clause 36 The method of clause 23, further comprising a data manipulation circuit comprising a pre-operation circuit and/or a post-operation circuit, wherein the VLIW instruction further comprises a pre-processing instruction and/or a post-processing instruction, wherein the pre-operation circuit is configured to perform a pre-processing operation on the input data of the multi-threaded operation according to the pre-processing instruction, and the post-operation circuit is configured to perform a pre-processing operation on the output of the multi-threaded operation according to the post-processing instruction
  • the data is subjected to post-processing operations.
  • Clause 37 The method of any of clauses 23-36, wherein the VLIW instructions further comprise move instructions, and the method comprises configuring the array of processing circuits to pair between processing circuits according to the move instructions Data performs a move operation.
  • Clause 40 The method of clause 37, wherein the VLIW instructions, configuration instructions, and data read and write instructions include respective predicates, and the method includes configuring the control circuitry, processing circuitry, and storage circuitry to Corresponding predicates to determine whether to execute VLIW instructions, configuration instructions and/or data read and write instructions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Advance Control (AREA)
  • Executing Machine-Instructions (AREA)
  • Multi Processors (AREA)

Abstract

本披露公开了一种计算装置、集成电路芯片、板卡和使用前述计算装置来执行运算操作的方法。其中该计算装置可以包括在组合处理装置中,该组合处理装置还可以包括通用互联接口和其他处理装置。所述计算装置与其他处理装置进行交互,共同完成用户指定的计算操作。组合处理装置还可以包括存储装置,该存储装置分别与设备和其他处理装置连接,用于存储该设备和其他处理装置的数据。本披露的方案可以提升包括例如人工智能领域在内的各类数据处理领域运算的运行效率,从而降低运算的整体开销和成本。摘要附图:图12

Description

一种计算装置、芯片、板卡、电子设备和计算方法
相关申请的交叉引用
本申请要求于2020年6月30日申请的,申请号为2020106181294,名称为“一种计算装置、芯片、板卡、电子设备和计算方法”的中国专利申请的优先权,在此将其全文引入作为参考。
技术领域
本披露一般地涉及计算领域。更具体地,本披露涉及一种计算装置、集成电路芯片、板卡、电子设备和计算方法。
背景技术
在计算系统中,指令集是用于执行计算和对计算系统进行控制的一套指令的集合,并且在提高计算系统中计算芯片(例如处理器)的性能方面发挥着关键性的作用。当前的各类计算芯片(特别是人工智能领域的芯片)利用相关联的指令集,可以完成各类通用或特定的控制操作和数据处理操作。然而,当前的指令集还存在诸多方面的缺陷。例如,现有的指令集受限于硬件架构而在灵活性方面表现较差。进一步,许多指令仅能完成单一的操作,而多个操作的执行则通常需要多条指令,这潜在地导致片内I/O数据吞吐量增大。另外,当前的指令在执行速度、执行效率和对芯片造成的功耗方面还有改进之处。
发明内容
为了至少解决上述现有技术中存在的问题,本披露提供一种适于执行超长指令字(“VLIW”)指令的硬件架构。通过利用该硬件架构来执行改进的VLIW指令,本披露的方案可以在包括增强硬件的处理性能、减小功耗、提高计算操作的执行效率和避免计算开销等多个方面获得技术优势。
在第一方面中,本披露的方案提供一种计算装置,包括控制电路和多个处理电路,其中:所述控制电路配置成获取超长指令字(VLIW)指令并对其进行解析,并且将解析后的VLIW指令发送至所述多个处理电路;以及所述多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且所述一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。
在第二方面中,本披露提供一种集成电路芯片,其包括如上所述以及如下文多个实施例中详细描述的计算装置。
在第三方面中,本披露提供一种板卡,其包括如上所述以及如下文多个实施例中详细描述的集成电路芯片。
在第四方面中,本披露提供一种电子设备,其包括如上所述以及如下文多个实施例中详细描述的集成电路芯片。
在第五方面中,本披露提供一种使用如上所述以及如下文多个实施例中详细描述的计算装置来执行计算操作的方法,其中所述计算装置包括控制电路和多个处理电路,所述方法包括:利用所述控制电路来获取超长指令字(VLIW)指令并对其进行解析以获得解析后的VLIW指令,并将解析后的VLIW指令发送至所述多个处理电路;以 及将所述多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且将所述一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。
利用本披露提供的计算装置、集成电路芯片、板卡、电子设备和计算方法,可以依接收到的指令来对处理电路进行灵活地连接,从而可以高效地执行VLIW指令。进一步,基于本披露硬件架构而改进的VLIW指令可以在本披露的处理电路阵列上高效地执行,从而也提升了本披露硬件架构的处理性能。另外,基于本披露的硬件架构和VLIW指令的灵活配置和使用,可以改善多线程操作的执行效率,由此加速计算的执行。
附图说明
通过参考附图阅读下文的详细描述,本披露示例性实施方式的上述以及其他目的、特征和优点将变得易于理解。在附图中,以示例性而非限制性的方式示出了本披露的若干实施方式,并且相同或对应的标号表示相同或对应的部分其中:
图1是示出根据本披露一个实施例的计算装置的框图;
图2是示出根据本披露另一个实施例的计算装置的框图;
图3是示出根据本披露又一个实施例的计算装置的框图;
图4是示出根据本披露实施例的计算装置的多种类型处理电路阵列的示例结构图;
图5a,5b,5c和5d是示出根据本披露实施例的多个处理电路的多种连接关系的示意图;
图6a,6b,6c和6d是示出根据本披露实施例的多个处理电路的另外多种连接关系的示意图;
图7a,7b、7c和7d是示出根据本披露实施例的处理电路的多种成环结构的示意图;
图8a,8b和8c是示出根据本披露实施例的处理电路的另外多种成环结构的示意图;
图9a,9b,9c和9d是示出根据本披露实施例的前操作电路所执行的数据拼接操作示意图;
图10a,10b和10c是示出根据本披露实施例的后操作电路所执行的数据压缩操作示意图;
图11是示出根据本披露实施例的使用计算装置来执行运算操作的方法的简化流程图;
图12是示出根据本披露实施例的一种组合处理装置的结构图;以及
图13是示出根据本披露实施例的一种板卡的结构示意图。
具体实施方式
本披露的方案提供一种支持VLIW指令执行的硬件架构。当该硬件架构实现于计算装置中时,该计算装置至少包括控制电路和多个处理电路,其中多个处理电路根据不同的配置来进行连接,以形成支持VLIW指令执行的各种阵列结构。根据实现方式的不同,本披露的VLIW指令在一些场景中可以结合单独的配置指令和数据读写指令来使用,而在另一些场景中可以与前述的配置指令和数据读写指令合并,以形成扩展的VLIW指令。借助于本披露的硬件架构和VLIW指令,可以高效地执行计算操作和 数据读取,扩展了计算的应用场景并且减小了计算开销。
在本披露的上下文中,上述的VLIW指令、配置指令和数据读写指令可以是软件和硬件的交互接口的指令系统中的指令,其可以是二进制或其他形式的、供计算装置(或处理电路、处理器)等硬件接收并处理的机器语言。VLIW指令、配置指令和数据读写指令可以包括用于指示处理器操作的操作码和操作数。根据不同的应用场景,VLIW指令、配置指令和数据读写指令可以包括一个或多个操作码。而当前述VLIW指令、配置指令和数据读写指令包括一个操作码时,该操作码可以用于指示计算装置的多个操作。
下面将结合本披露实施例中的附图,对本披露实施例中的技术方案进行清楚、完整地描述,显然所描述的实施例是本披露一部分实施例,而不是全部的实施例。基于本披露中的实施例,本领域技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本披露保护的范围。
图1是示出根据本披露一个实施例的计算装置100的框图。如图1中所示,该计算装置100包括控制电路102和多个处理电路104。在一个实施例中,所述控制电路配置成获取VLIW指令并且对其进行解析,并且将解析后的VLIW指令发送至多个处理电路104。在另一个实施例中,多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且该一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。在本披露中,解析后的VLIW指令可以包括运算指令、前处理指令、后处理指令和移动指令中的至少一种,并且运算指令、前处理指令、后处理指令和移动指令可以是在计算装置(或处理电路、处理器)内部运行的微指令或控制信号。
根据不同的应用场景,上述的连接既可以是多个处理电路之间基于硬件的配置连接(或称“硬连接”),也可以是在特定的硬件连接基础上,通过稍后描述的配置指令来进行逻辑配置连接(或称“软连接”)。为了实现前述对一个或多个处理电路的配置连接,本披露的控制电路还可以获取配置指令,并且多个处理电路根据接收到的配置指令来进行连接,以形成所述一个或多个处理电路阵列。在一个实施例中,所述处理电路阵列可以根据所述配置指令在一维或多维方向的至少一个维度方向上形成闭合的环路,即本披露上下文中的“成环结构”。
在一个实施例中,所述控制电路配置成根据所述配置指令将常数项和表项中的至少一个发送至所述处理电路阵列,以便执行所述多线程操作。在一个应用场景中,常数项和表项可以保存在控制电路的寄存器中,并且所述控制电路根据所述配置指令来从寄存器中读取常数项和表项。在另一个应用场景中,常数项和表项可以保存在片上存储电路(如图2或3中所示的存储电路)或片外存储电路上。在该情况下,配置指令中可以包括所述常数项和表项的存储地址,并且所述处理电路阵列可以根据存储地址来从相应的片上或片外存储电路中获取计算所需的常数项和/或表项。
在一个实施例中,所述控制电路可以包括一个或多个寄存器,其存储有关于所述处理电路阵列的配置信息,所述控制电路配置成根据所述配置指令从所述寄存器读取所述配置信息并向所述处理电路发送,以便所述处理电路以所述配置信息进行连接。在一个应用场景中,所述配置信息可以包括预设的、组成所述一个或多个处理电路阵列的处理电路的位置信息,该位置信息例如可以包括处理电路的坐标信息或标号信息。 当所述处理电路阵列配置形成闭合环路时,所述配置信息还可以包括关于所述处理电路阵列形成闭合环路的成环配置信息。替代地,在一个实施例中,上述的配置信息也可以通过配置指令来直接携带而非从所述寄存器中读取。在该情况下,处理电路可以根据接收到的配置指令中的位置信息来直接进行配置,以便与其他处理电路形成无闭合环路的阵列或是进一步构成具有闭合环路的阵列。
在通过配置指令或通过从寄存器获得的配置信息来配置连接以形成二维阵列时,位于所述二维阵列中的所述处理电路配置成在其行方向、列方向或对角线方向的至少一个上以预定的二维间隔模式与同行、同列或同对角线的其余一个或多个所述处理电路连接,以便形成一个或多个闭合环路。这里,前述预定的二维间隔模式与所述连接中间隔的处理电路的数目相关联。
进一步,根据前述配置指令或配置信息来配置连接以形成三维阵列时,所述处理电路阵列以由多个层构成的三维阵列的成环方式进行连接,其中每个层包括沿行方向、列方向和对角线方向排列的多个所述处理电路的二维阵列,并且其中:位于所述三维阵列中的所述处理电路配置成在其行方向、列方向、对角线方向和层方向的至少一个上以预定的三维间隔模式与同行、同列、同对角线或不同层上的其余一个或多个处理电路连接,以便形成一个或多个闭合环路。这里,预定的三维间隔模式与待连接的处理电路之间的间隔数目和间隔层数相关联。
在一个实施例中,本披露的VLIW指令包括一条或多条运算指令,并且前述的一个或多个处理电路阵列可以配置成根据所述运算指令来执行多线程的运算操作。上述一条或多条运算指令可以是在计算装置(或处理电路、处理器)内部运行的微指令或控制信号,其可以包括(或者说指示)一个或多个需计算装置执行的操作。其中,运算操作可以包括加法操作、乘法操作、卷积运算操作、池化操作等各种操作,本披露不限制运算操作的具体类型。
在一个应用场景中,所述多个处理电路阵列可以配置成各自执行不同的运算指令。在另一个应用场景中,所述多个处理电路阵列中的至少两个处理电路阵列可以配置成执行相同的运算指令。在一个实施例中,所述VLIW指令还可以包括移动指令。处理电路阵列可以配置成根据该移动指令在处理电路间对数据执行移动操作。在一个应用场景中,移动指令还可以包括掩码指令,从而所述处理电路阵列可以配置成根据掩码指令对数据进行选择性地移动,例如对掩蔽的数据不进行移动而对未掩蔽的数据进行移动。在一个应用场景中,移动指令还可以包括寄存器标识信息,其用于指示在处理电路间移动数据的源寄存器和目标寄存器,从而处理电路可以配置成根据所述寄存器标识信息将数据从所述源寄存器向所述目标寄存器移动。
以上结合图1对本披露的计算装置进行了描述,通过利用计算装置中的一个或多个处理电路阵列并且基于该处理电路的操作功能,本披露的VLIW指令得以在计算装置上高效地执行,以完成多线程操作,从而提升了并行运算的执行效率并减小计算的开销。
图2是示出根据本披露另一个实施例的计算装置200的框图。从图中可以看出,除了包括与计算装置100相同的控制电路102和多个处理电路104以外,图2中的计算装置200还包括存储电路106。在一个实施例中,控制电路可以还配置成获取数据读写指令,并将所述数据读写指令发送至存储电路,以便存储电路根据数据读写指令 来执行与多线程操作相关的数据的读取和写入操作。
在一个应用场景中,上述的存储电路可以在多个方向上配置有用于数据传输的接口,以便与多个处理电路104连接,从而可以对处理电路待运算的数据、执行运算过程中获得的中间结果以及执行运算过程后获得的运算结果进行相应地存储。鉴于前述情形,在一个应用场景中,本披露的存储电路可以包括主存储模块和/或主缓存模块,其中所述主存储模块配置成存储用于处理电路阵列中执行运算的数据与执行运算后的运算结果,并且所述主缓存模块配置成缓存所述处理电路阵列中执行运算后的中间运算结果。进一步,存储电路还可以具有用于与片外存储介质进行数据传输的接口,从而可以实现片上与片外系统之间的数据搬运。
图3是示出根据本披露又一个实施例的计算装置300的框图。从图中可以看出,除了包括与计算装置200相同的控制电路102、多个处理电路104和存储电路106以外,图3中的计算装置300还包括数据操作电路108,其包括前操作电路110和后操作电路112。基于这样的硬件架构,本披露的VLIW指令可以包括前处理指令和/或后处理指令,其中所述前操作电路可以配置成根据所述前处理指令对所述多线程操作的输入数据进行前处理操作,并且所述后操作电路可以配置成根据所述后处理指令对所述多线程操作的输出数据进行后处理操作。
在一个应用场景中,所述前操作电路可以根据运算数据的类型和各个处理电路的逻辑地址,将所述运算数据进行相应的拆分并将拆分后获得的多个子数据分别传递至阵列中对应的各个处理电路中以便运算。在另一应用场景中,所述前操作电路可以根据解析后的指令从多种数据拼接模式中选择一种数据拼接模式,以对输入的两个数据执行拼接操作。在一个应用场景中,所述后操作电路可以配置成对数据执行压缩操作,所述压缩操作包括利用掩码对数据进行筛选或通过给定阈值与数据大小的比较来进行筛选,从而实现数据的压缩。
图4是示出根据本披露实施例的计算装置400的多种类型处理电路阵列的示例结构图。从图中所示可知,图4所示出的计算装置400具有与图3所示出的计算装置300相类似的架构,因此关于图3中计算装置300的描述同样也适用于图4中示出的相同细节,因此下文不再赘述。
从图4中可以看出,多个处理电路可以包括例如多个第一类型处理电路104-1和多个第二类型处理电路104-2(在图中以不同背景颜色来区分)。所述多个处理电路可以通过物理连接进行排布以形成二维阵列。例如,如图中所示,所述二维阵列中有M行N列(表示为M*N)个第一类型处理电路,其中M和N是大于0的正整数。所述第一类型处理电路可以用于执行算术运算和逻辑运算,例如可以包括加法、减法和乘法等线性运算、比较运算和与或非等非线性运算,或者前述各类运算的任意多种组合。进一步,在M*N个第一类型处理电路阵列的外围的左、右两侧各有两列、共(M*2+M*2)个第二类型处理电路,并且在其外围的下侧有两行、共(N*2+8)个第二类型处理电路,即该处理电路阵列共有(M*2+M*2+N*2+8)个第二类型处理电路。在一个实施例中,所述第二类型处理电路可以用于对接收到的数据执行例如比较运算、查表运算或移位操作等非线性运算。
在一些应用场景中,第一类型处理电路与第二类型处理电路二者所应用的存储电路可以具有不同的存储规模和存储方式。例如,第一类型处理电路中的谓词存储电路 可以利用多个经过编号的寄存器存储谓词信息。进一步,第一类型处理电路可以根据接收到的解析后的指令中指定的寄存器编号来存取对应编号的寄存器中的谓词信息。又例如,第二类型处理电路可以采用静态随机存取存储器(“SRAM”)的方式对谓词信息进行存储。具体来说,所述第二类型处理电路可以根据接收到的解析后的指令中指定的该谓词信息所在位置的偏移量来确定所述谓词信息在SRAM中的存储地址,并且可以对该存储地址中的谓词信息进行预定的读出或写入操作。
以上结合图1-图4对本披露的计算装置的基本组成和扩展架构进行了详细的描述,下面将对前文所提到的用于对处理电路的连接进行配置的配置指令、用于执行数据读写操作的数据读写指令和用于执行各种计算操作的VLIW指令进行详细的描述。
配置指令:
如前所述,本披露的配置指令可以用于对处理电路进行配置以便执行后续的数据读写指令和VLIW指令。在示例性的实现中,该配置指令可以包括用于配置处理电路阵列的多个指令域。例如,该指令域可以用于指示以二维矩阵的结构连接的多个处理电路的属性,例如指示在水平方向或垂直方向上的处理电路的成环模式和数据类型、水平方向或垂直方向上处理电路的各种寄存器、常数项和表项的相关信息、存储器地址、谓词逻辑、用于谓词操作的指令域等各类配置信息。例如,成环模式可以包括4、8或16个处理电路连接成环,或16个第一类型处理电路和4个第二类型处理电路的成环方式,或者不成环。成环方式的不同将影响数据在处理阵列中的流动方式。下面就控制电路对配置指令的具体执行来进行示例性描述。
在配置指令的执行过程中,控制电路可以首先根据配置指令中用于谓词操作的指令域的值与内部谓词寄存器做查找比对,从而确定是否执行对处理电路的当前配置。当确定需要执行该配置时,控制电路可以从内部寄存器读取存储水平方向上处理电路的坐标的存储器,从而获取配置处理电路阵列的水平方向上的处理电路坐标。进一步,控制电路可以直接从立即数域段来获取水平方向上的成环方式信息。类似的操作也适用于垂直方向的处理电路的坐标和成环方式信息。
接着,控制电路可以将上述的坐标信息和成环方式信息一并发送到处理电路阵列,处理电路阵列可以根据坐标信息来配置处理电路阵列中的单个处理电路阵列的内部各类寄存器,例如可以将坐标信息写入并修改水平成环配置寄存器和垂直成环配置寄存器的值。这里,水平或垂直成环配置寄存器的值可以用来确定当前处理电路阵列的数据流动方向,也因此决定了阵列中处理电路的成环方式。
对于配置常数项,如果相关的指令域指示需要配置该常数项,则控制电路可以根据常数来源的不同,选择从寄存器中获取常数数值或直接从立即数域段来获取。例如,当配置指令中的常数指令域中指示常数项来自于寄存器时,则控制电路可以通过读取具有指定编号的寄存器以得到常数值。此后,控制电路可以将获取的常数值发送到处理电路阵列。
对于配置表项,在一些场景中,表项的大小可能超过指令的位宽且难以直接在指令里全部写完,因此表项内容往往预先存储在存储电路中。如果相关的指令域指示需要配置该表项,控制单元可以向存储电路请求读取配置表项的存储地址,而地址参数可以来自于配置指令中标识的寄存器位置。当存储电路(例如主存储模块)接收到该请求后,可以向处理电路阵列返回表项数据。在一个应用场景中,获取表项数据之后 的处理电路阵列可以将得到配置的表项保存到内部的存储电路(或寄存器)中。在一个实施例中,整个处理电路阵列可以共享一份常数项和表项数据的存储。
数据读写指令:
如前所述,本披露的控制电路可以将解析后的数据读写指令(包括读请求指令和/或写请求指令)发送到存储电路,以便所述存储电路根据所述数据读写指令来与处理电路阵列进行数据交互。在一个应用场景中,存储电路可以包括多个方向上的输入(或写)和输出(或读)端口,以便与处理电路阵列中的一个或多个处理电路进行连接。基于此,所述数据读写指令的多个指令域中包括具体的某个或某些读端口的读请求信息以及具体的某个或某些写端口的写请求信息等信息。
在一个实施例中,上述的读请求信息至少包括待读取的数据的地址信息和数据量信息,而所述写请求信息至少包括待写入的数据的地址信息和数据量信息。例如,对于多维数据来说,数据量信息可以包括请求的第一个维度的数据量大小、第二个维度的地址跨度大小、第二个维度的迭代次数,第三个维度的地址跨度大小和迭代次数,以此类推。
在执行数据读写指令过程中,控制电路在解析数据读写指令后,将获取到多个读写请求信息。接着,其可以根据谓词逻辑来判断每个请求是否需要执行。对于满足当前执行条件的读请求,控制电路将读请求信息发送到存储电路。此后,存储电路根据读请求信息从相应的存储地址中获取例如三维的多维数据,并将数据返回给处理电路阵列。相比而言,对于写请求,控制电路可以将写请求信息发送到处理电路阵列,以便在包含VLIW指令在内的程序块的执行过程中,控制数据从处理电路阵列输出后的输出方式。接着,处理电路阵列可以在后续指令执行过程中,根据前述的写请求信息将数据输出到存储电路。此后,存储电路将接收到的数据写回到本地存储空间中。
VLIW指令:
本披露的VLIW指令可以包括一条或多条运算指令,并且处理电路阵列可以配置成根据所述运算指令来执行多线程的运算操作。在一个实施例中,多个处理电路阵列配置成各自执行不同的运算指令。在另一个实施例中,所述多个处理电路阵列中的至少两个处理电路阵列配置成执行相同的运算指令。
在一个应用场景中,本披露的VLIW指令可以包括用于指示处理电路阵列多个输入端口和输出端口的操作的指令域、处理电路阵列沿水平和/或垂直方向移动数据的指令域以及处理电路阵列所执行的具体操作的指令域等。
例如,处理电路阵列0号输入端口操作可以表示0号读数端口对输入数据的预处理操作。这里的预处理操作可以包括例如拼接、查表、数据类型转换等操作,其可以由图2或图3中的前操作电路110来执行。除此之外,通过指定输入数据的去向(例如上述的移动操作),输入数据可以被直接发送到处理电路执行后续的运算,也可以用于修改当前处理电路的内部寄存器的取值。在一个应用场景中,这里的内部寄存器可以包括内部的通用寄存器和具有特殊作用的寄存器例如谓词寄存器等。另外,输入端口操作的指令域还可以包括用于指示谓词信息的指令域,由此处理电路阵列中的每个处理电路会将谓词信息与其内部的谓词寄存器做比对,以确定是否执行当前输入端口的操作。
处理电路阵列沿水平和/或垂直方向移动数据的指令域指定了处理电路中沿水平 和/或垂直方向做数据移动的操作信息,其例如可以包括关于数据移动的掩码信息以用于屏蔽部分数据的移动、传输给邻近处理电路的源寄存器的标识、传输给邻近处理电路的目的寄存器的标识,成环寄存器标识以用于选取不同寄存器来实现数据流动,以及用于在控制电路和/或在处理电路内部中做谓词逻辑以决定当前指令域是否执行的谓词信息等各类信息。
在执行VLIW指令过程中,处理电路阵列可以将包括上述信息的指令域发送到每个处理电路阵列中的每个处理电路。在接收到上述信息后,每个处理电路可以根据当前谓词逻辑寄存器信息和指令域中的谓词信息的比对来确定当前处理电路是否执行数据移动操作。如果执行数据移动操作,源处理电路可以从指定的本地源寄存器中读取数据并根据前述的掩码信息做掩码处理,并且根据指定的成环寄存器中的信息得到给定移动方向上的目标处理电路的位置。接着,源处理电路可以将掩码处理后的数据发送到目的处理电路中指定编号的目的寄存器中。上述的一次数据搬运过程在每个处理电路中都有可能发生。
指示处理电路内部执行的具体操作的指令域可以包括操作数的来源信息、操作数寄存器位置信息、存储运算结果的目的寄存器信息、运算操作的描述信息、运算过程的数据类型信息、用于控制电路和处理电路作谓词操作的谓词信息等各类运算相关信息。
在执行过程中,每个处理电路可以根据上述的谓词信息与处理电路内部的谓词寄存器进行谓词判断,以确定当前处理电路是否执行运算操作。如果执行,则处理电路可以根据操作数寄存器信息来读取处理电路内部的寄存器,以获得运算的操作数。接着,可以根据上述的运算操作描述信息来确定运算的类型。在运算结束后,处理电路可以根据运算结果的目的寄存器信息,将运算后得到的结果写回到处理电路内部的寄存器中。
从上述关于配置指令、数据读写指令和VLIW指令的描述,可以看出所述VLIW指令、配置指令和数据读写指令包括各自相对应的谓词,并且所述控制电路、处理电路和存储电路配置成根据相对应的谓词来确定是否执行VLIW指令、配置指令和/或数据读写指令。进一步,根据不同的应用场景,本披露的所述VLIW指令可以与所述配置指令和数据读写指令二者中的至少一个相组合,以形成扩展的VLIW指令。由此,可以进一步简化指令,提高执行指令的效率。
图5a,5b,5c和5d是示出根据本披露实施例的多个处理电路的多种连接关系的示意图。如前所述,本披露的多个处理电路可以硬线连接的方式或根据配置指令的逻辑连接方式来连接,从而形成连接的一维或多维阵列的拓扑结构。当多个处理电路之间以多维阵列进行连接时,所述多维阵列可以是二维阵列,并且位于所述二维阵列中的所述处理电路可以在其行方向、列方向或对角线方向的至少一个方向上,以预定的二维间隔模式与同行、同列或同对角线上的其余一个或多个所述处理电路连接。其中所述预定的二维间隔模式可以与所述连接中间隔的处理电路的数目相关联。图5a至图5c示例性示出多个处理电路之间的多种形式的二维阵列的拓扑结构。
如图5a所示,五个处理电路(每个以方框表示)连接形成一个简单的二维阵列。具体来说,以一个处理电路作为二维阵列的中心,向相对于该处理电路的水平和垂直的四个方向上各连接一个处理电路,从而形成一个具有三行和三列大小的二维阵列。 进一步,由于位于二维阵列中心的处理电路分别与同行的前一列和后一列相邻的处理电路、与同列的上一行和下一行相邻的处理电路直接连接,从而间隔的处理电路的数目(简称“间隔数目”)为0。
如图5b所示,四行四列的处理电路可以连接形成一个二维Torus阵列,其中每个处理电路分别与其相邻的前一行和后一行、前一列和后一列的处理电路进行连接,即相邻处理电路连接的间隔数目均为0。进一步,位于该二维Torus阵列中每行或每列的第一个处理电路还与该行或该列的最后一个处理电路相连,每行或每列首尾相连的处理电路之间的间隔数目均为2。
如图5c所示,四行四列的处理电路还可以连接形成一个相邻处理电路之间的间隔数目为0、不相邻处理电路之间的间隔数目为1的二维阵列。具体地,该二维阵列中同行或同列相邻的处理电路直接连接,即间隔数目为0,而同行或同列不相邻的处理电路与间隔数目为1的处理电路进行连接。可以看出,当多个处理电路连接形成二维阵列时,图5b和图5c示出的同行或同列的处理电路之间可以有不同的间隔数目。类似地,在一些场景中,也可以不同的间隔数目与对角线方向上的处理电路进行连接。
如图5d所示,利用四个如图5b示出的二维Torus阵列,可以按照预定的间隔排列成四层二维Torus阵列进行连接,以形成一个三维Torus阵列。该三维Torus阵列在二维Torus阵列的基础上,利用与行间、列间类似的间隔模式进行层间连接。例如,首先将相邻层同行同列的处理电路直接相连,即间隔数目为0。接着,将第一层和最后一层同行同列的处理电路进行连接,即间隔数目为2。最终可以形成四层四行四列的三维Torus阵列。
通过上面这些示例,本领域技术人员可以理解处理电路的其他多维阵列的连接关系可以在二维阵列的基础上,通过增加新的维度和增加处理电路的数目来形成。在一些应用场景中,本披露的方案也可以通过使用配置指令来对处理电路配置逻辑连接。换句话说,尽管处理电路之间可能存在硬线连接,但本披露的方案也可以通过配置指令来选择性地令一些处理电路连接,或者选择性地旁路一些处理电路,以形成一个或多个逻辑连接。在一些实施例中,还可以根据实际运算的需求(例如数据类型的转换)来调整前述的逻辑连接。进一步,针对于不同的计算场景,本披露的方案可以对处理电路的连接进行配置,包括例如配置成矩阵或者配置成一个或多个闭合的计算环路。
图6a,6b,6c和6d是示出根据本披露实施例的多个处理电路的另外多种连接关系的示意图。从图中可以看出,图6a至图6d是在图5a至图5d示出的多个处理电路形成的多维阵列的又一种示例性连接关系。鉴于此,结合图5a至图5d所描述的技术细节也同样适用于图6a至图6d所示出的内容。
如图6a所示,二维阵列的处理电路包括位于二维阵列中心的中心处理电路和与该中心处理电路同行和同列的四个方向上分别连接的三个处理电路。因此,该中心处理电路与其余处理电路之间连接的间隔数目分别是0、1和2。如图6b所示,二维阵列的处理电路包括位于二维阵列中心的中心处理电路、和与该处理电路同行的两个相对方向上的三个处理电路,以及与该处理电路同列的两个相对方向上的一个处理电路。因此,中心处理电路与同行的处理电路之间连接的间隔数目分别为0和2,与同列的处理电路之间连接的间隔数目均为0。
正如前文结合图5d所示出的,多个处理电路形成的多维阵列可以由多个层构成 的三维阵列。其中所述三维阵列的每个层可以包括沿其行方向和列方向排列的多个所述处理电路的二维阵列。进一步,位于所述三维阵列中的所述处理电路可以在其行方向、列方向、对角线方向和层方向的至少一个方向上以预定的三维间隔模式与同行、同列、同对角线或不同层上的其余一个或多个处理电路连接。进一步,所述预定的三维间隔模式与所述连接中相互间隔的处理电路的数目可以和间隔的层数目相关。下面将结合图6c与图6d对三维阵列的连接方式做出进一步描述。
图6c示出多个处理电路连接形成的多层多行多列的三维阵列。以位于第l层、第r行、第c列(表示为(l,r,c))的处理电路为例,其位于阵列中心位置,并且分别与同层同行的前一列(l,r,c-1)处的处理电路和后一列(l,r,c+1)处的处理电路、同层同列的前一行(l,r-1,c)处的处理电路和后一行(l,r+1,c)处的处理电路,以及同行同列不同层的前一层(l-1,r,c)处的处理电路和后一层(l+1,r,c)处的处理电路进行连接。进一步,(l,r,c)处的处理电路与其他处理电路在行方向、列方向和层方向上连接的间隔数目均为0。
图6d示出当多个处理电路之间在行方向、列方向和层方向上连接的间隔数目均为1时的三维阵列。以位于阵列中心位置(l,r,c)的处理电路为例,其分别与同层同行不同列的前后各间隔一列的(l,r,c-2)和(l,r,c+2)处的处理电路、同层同列不同行的前后各间隔一行的(l,r-2,c)和(l,r+2,c)处的处理电路进行连接。进一步,其与同行同列不同层的前后各间隔一层的(l-2,r,c)和(l+2,r,c)处的处理电路进行连接。类似地,其余的同层同行间隔一列的(l,r,c-3)与(l,r,c-1)处的处理电路彼此进行连接,而(l,r,c+1)与(l,r,c+3)处的处理电路彼此进行连接。接着,同层同列间隔一行的(l,r-3,c)与(l,r-1,c)处的处理电路彼此进行连接、而(l,r+1,c)与(l,r+3,c)处的处理电路彼此进行连接。另外,同行同列间隔一层的(l-3,r,c)与(l-1,r,c)处的处理电路彼此进行连接、而(l+1,r,c)与(l+3,r,c)处的处理电路彼此进行连接。
上文对多个处理电路形成的多维阵列的连接关系进行了示例性描述,下文将结合图7-图8对多个处理电路形成的不同环路结构做出进一步示例性说明。
图7a,7b、7c和7d是分别示出根据本披露实施例的处理电路的多种环路结构的示意图。根据不同的应用场景,多个处理电路不仅可以物理连接关系来进行连接,也可以根据接收到的解析后的指令配置成以逻辑关系来进行连接。所述多个处理电路可以配置成利用所述逻辑连接关系进行连接以形成闭合的环路。
如图7a所示,四个相邻的处理电路顺序编号为“0、1、2和3”。接着,从处理电路0开始按照顺时针方向将该四个处理电路顺序相连,并且处理电路3与处理电路0进行连接,以使四个处理电路串联形成一个闭合的环路(简称“成环”)。在该环路中,处理电路的间隔数目为0或2,例如处理电路0与1之间间隔数目为0,而处理电路3与0之间间隔数目为2。进一步,所示环路中的四个处理电路的物理地址(在本披露的上下文中也可以称为物理坐标)可以表示为0-1-2-3,而其逻辑地址(在本披露的上下文中也可以称为逻辑坐标)同样可以表示为0-1-2-3。需要注意的是,图7a所示出的连接顺序仅仅是示例性的而非限制性的,本领域技术人员根据实际计算需要,也可以以逆时针方向对四个处理电路进行串联连接以形成闭合的环路。
在一些实际场景中,当一个处理电路支持的数据位宽不能满足运算数据的位宽要 求时,可以利用多个处理电路组合成一个处理电路组以表示一个数据。例如,假设一个处理电路可以处理8位数据。当需要处理32位的数据时,则可以将4个处理电路进行组合成为一个处理电路组,以便对4个8位数据进行连接以形成一个32位数据。进一步,前述4个8位处理电路形成的一个处理电路组可以充当图7b中示出的一个处理电路104,从而可以支持更高位宽的运算操作。
从图7b中可以看出,其所示出的处理电路的布局与图7a示出的类似,但图7b中处理电路之间连接的间隔数目与图7a不同。图7b示出以0、1、2和3顺序编号的四个处理电路按顺时针方向从处理电路0开始,顺序连接处理电路1、处理电路3和处理电路2,并且处理电路2连接至处理电路0,从而串联形成一个闭合的环路。从该环路中可以看出,图7b中示出的处理电路的间隔数目为0或1,例如处理电路0与1之间间隔为0,而处理电路1与3之间间隔为1。进一步,所示闭合环路中的四个处理电路的物理地址可以为0-1-2-3,而逻辑地址依所示的成环方式可以表示为0-1-3-2。因此,当需要对高比特位宽的数据进行拆分以分配给不同的处理电路时,可以根据处理电路的逻辑地址对数据顺序进行重新排列和分配。
上述的拆分和重新排列的操作可以由结合图3描述的前操作电路来执行。特别地,该前操作电路可以根据多个处理电路的物理地址和逻辑地址来对输入数据进行重新排列,以用于满足数据运算的要求。假设四个顺序排列的处理电路0至处理电路3如图7a中所示出的连接,由于连接的物理地址和逻辑地址都为0-1-2-3,因此前操作电路可以将输入数据(例如像素数据)aa0、aa1、aa2和aa3依次传送到对应的处理电路中。然而,当前述的四个处理电路按图7b所示出的连接时,其物理地址保持0-1-2-3不变,而逻辑地址变为0-1-3-2,此时前操作电路需要将输入数据aa0、aa1、aa2和aa3重新排列为aa0-aa1-aa3-aa2,以传送到对应的处理电路中。基于上述的输入数据重排列,本披露的方案可以保证数据运算顺序的正确性。类似地,如果前述获得的四个运算输出结果(例如是像素数据)的顺序是bb0-bb1-bb3-bb2,可以利用结合图2描述的后操作电路将运算输出结果的顺序还原调整为bb0-bb1-bb2-bb3,以用于保证输入数据和输出结果数据之间的排列一致性。
图7c和图7d示出更多的处理电路分别以不同方式进行排列和连接,以形成闭合的环路。如图7c所示,以0,1…15顺序编号的16个处理电路104从处理电路0开始,顺序地每两个处理电路进行连接和组合,以形成一个处理电路组。例如,如图中所示,处理电路0与处理电路1连接形成一个处理电路组……。以此类推,处理电路14与处理电路15连接以形成一个处理电路组,最终形成八个处理电路组。进一步,该八个处理电路组也可以类似于前述的处理电路的连接方式进行连接,包括按照例如预定的逻辑地址来进行连接,以形成一个处理电路组的闭合的环路。
如图7d所示,多个处理电路104以不规则或者说不统一的方式来连接,以形成具有闭合环路的处理电路矩阵。具体来说,在图7d中示出处理电路之间可以间隔数目为0或3来形成闭合的环路,例如处理电路0可以分别与处理电路1(间隔数目为0)和处理电路4(间隔数目为3)相连。
由上述结合图7a、7b、7c和7d的描述可知,本披露的处理电路可以间隔有不同数目的处理电路,以便连接成闭合的环路。当处理电路总数变化时,也可以选择任意的中间间隔数目进行动态配置,从而连接成闭合的环路。还可以将多个处理电路组合 成为处理电路组,并连接成处理电路组的闭合的环路。另外,多个处理电路的连接可以是硬件构成的硬连接方式,或者可以是软件配置的软连接方式。
图8a,8b和8c是示出根据本披露实施例的处理电路的另外多种环路结构的示意图。正如结合图6所示出的多个处理电路可以形成一个闭合的环路,并且所述闭合的环路中的每个处理电路可以配置有各自的逻辑地址。进一步,由结合图2描述的前操作电路可以配置成根据运算数据的类型(例如32bit数据,16bit数据或8bit数据)和逻辑地址,将所述运算数据进行相应的拆分并将拆分后获得的多个子数据分别传递至环路中对应的各个处理电路中以用于后续运算。
图8a上图示出四个处理电路连接形成一个闭合环路,并且该四个处理电路按从右到左顺序的物理地址可以表示为0-1-2-3。图8a下图示出前述所述环路中的四个处理电路从右到左顺序的逻辑地址表示为0-3-1-2。例如,图8a下图所示出的逻辑地址为“3”的处理电路具有图8a上图示出的物理地址“1”。
在一些应用场景中,假设操作数据的粒度是输入数据的低128bit,例如图中的原始序列“15,14,……2,1,0”(每个数字对应8bit数据),并且设定该16个8bit数据的逻辑地址从低到高编号依次是0~15。进一步,按照如图8a下图所示出的逻辑地址,所述前操作电路可以根据不同的数据类型,对数据采用不同的逻辑地址进行编码或排列。
当处理电路操作的数据位宽为32bit时,逻辑地址分别为(3,2,1,0),(7,6,5,4),(11,10,9,8)和(15,14,13,12)的4个数可以分别表示第0~3个32bit数据。所述前操作电路可以将第0个32bit数据传送至逻辑地址为“0”的处理电路中(对应的物理地址为“0”),可以将第1个32bit数据传送至逻辑地址为“1”的处理电路中(对应的物理地址为“2”),可以将第2个32bit数据传送至逻辑地址为“2”的处理电路中(对应的物理地址为“3”),可以将第3个32bit数据传送至逻辑地址为“3”的处理电路中(对应的物理地址为“1”)。通过数据的重新排列,以用于满足处理电路的后续运算需求。因此最终数据的逻辑地址与物理地址之间的映射关系为(15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0)->(11,10,9,8,7,6,5,4,15,14,13,12,3,2,1,0)。
当处理电路操作的数据位宽为16bit时,逻辑地址分别为(1,0),(3,2),(5,4),(7,6),(9,8),(11,10),(13,12)和(15,14)的8个数可以分别表示第0~7个16bit数据。所述前操作电路可以将第0个和第4个16bit数据传送至逻辑地址为“0”的处理电路中(对应的物理地址为“0”),可以将第1个和第5个16bit数据传送至逻辑地址为“1”的处理电路中(对应的物理地址为“2”),可以将第2个和第6个16bit数据传送至逻辑地址为“2”的处理电路中(对应的物理地址为“3”),可以将第3个和第7个16bit数据传送至逻辑地址为“3”的处理电路中(对应的物理地址为“1”)。因此最终数据的逻辑地址与物理地址之间的映射关系为:
(15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0)->(13,12,5,4,11,10,3,2,15,14,7,6,9,8,1,0)。
当处理电路操作的数据位宽为8bit时,逻辑地址为0~15的16个数可以分别表示第0~15个8bit数据。根据图8a所示出的连接,所述前操作电路可以将第0个、第4个、第8个和第12个8bit数据传送至逻辑地址为“0”的处理电路中(对应的物理地址为“0”);可以将第1个、第5个、第9个和第13个8bit数据传送至逻辑地址为“1”的处理电路中(对应的物理地址为“2”);可以将第2个、第6个、第10个和第14 个8bit数据传送至逻辑地址为“2”的处理电路中(对应的物理地址为“3”);可以将第3个、第7个、第11和第15个8bit数据传送至逻辑地址为“3”的处理电路中(对应的物理地址为“1”)。因此最终数据的逻辑地址与物理地址之间的映射关系为:(15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0)->(14,19,6,2,13,9,5,1,15,11,7,3,12,8,4,0)。
图8b上图示出八个顺序编号的处理电路0至处理电路7连接形成一个闭合的环路,并且该八个处理电路的物理地址为0-1-2-3-4-5-6-7。图8b下图示出前述八个处理电路的逻辑地址为0-7-1-6-2-5-3-4。例如,图8b上图示出物理地址为“6”的处理电路对应于图8b下图示出的逻辑地址为“3”。
图8b所示出的针对不同数据类型,所述前操作电路对数据进行重新排列后传送至对应的处理电路的操作与图8a类似,因此结合图8a所描述的技术方案也同样适用于图8b,此处不再对上述的数据重新排列操作过程进行赘述。进一步,图8b所示出的处理电路的连接关系与图8a所示出的类似,但图8b示出八个处理电路为图8a所示出的处理电路个数的两倍。由此,在根据不同数据类型进行操作的应用场景中,结合图8b所描述操作数据的粒度可以为结合图8a所描述操作数据的粒度的两倍。因此,相对于前面例子中输入数据的粒度为低128bit,本例中操作数据的粒度可以为输入数据的低256bit,例如图中示出的原始数据序列“31,30,……,2,1,0”,每个数字对应于8比特(“bit”)长度。
针对于上述原始数据序列,当处理电路操作的数据位宽分别是32bit、16bit和8bit时,图中还分别示出成环的处理电路中的数据的排列结果。例如,当操作的数据位宽是32bit时,逻辑地址为“1”的处理电路中的1个32bit数据为(7,6,5,4),该处理电路对应的物理地址为“2”。而当操作的数据位宽是16bit时,逻辑地址为“3”的处理电路中的2个16bit数据为(23,22,7,6),该处理电路对应的物理地址为“6”。当操作的数据位宽是8bit时,逻辑地址为“6”的处理电路中的4个8bit数据为(30,22,14,6),该处理电路对应的物理地址为“3”。
上文结合图8a和图8b所示出的多个单个类型处理电路(如图3示出的第一类型处理电路)连接形成闭合环路的情形,针对不同数据类型的数据操作进行了描述。下文将结合图8c所示出的多个不同类型处理电路(如图4示出的第一类型处理电路和第二类型处理电路)进行连接形成闭合环路的情形,针对不同数据类型的数据操作做出进一步描述。
图8c上图示出,以0,1……19顺序编号的二十个多类型处理电路进行连接,以形成一个闭合的环路(图中示出的编号为处理电路的物理地址)。编号从0至15的十六个处理电路为第一类型处理电路,编号从16至19的四个处理电路为第二类型处理电路。类似地,该二十个处理电路中每个的物理地址,与图8c下图示出的对应处理电路的逻辑地址具有映射关系。
进一步,在对不同数据类型进行操作时,例如对于图中示出的80个8bit的原始序列,图8c还示出针对于处理电路支持的不同数据类型,对前述原始数据进行操作后的结果。例如,当操作的数据位宽是32bit时,逻辑地址为“1”的处理电路中的1个32bit数据为(7,6,5,4),该处理电路对应的物理地址为“2”。而当操作的数据位宽是16bit时,逻辑地址为“11”的处理电路中的2个16bit数据为(63,62,23,22),该处理电路对应的物理地址为“9”。而当操作的数据位宽是8bit时,逻辑地址为“17”的处理电 路中的4个8bit数据为(77,57,37,17),该处理电路对应的物理地址为“18”。
图9a,9b,9c和9d是示出根据本披露实施例的前处置电路所执行的数据拼接操作示意图。如前所述,本披露结合图2所描述的前处置电路还可以配置成根据解析后的指令从多种数据拼接模式中选择一种数据拼接模式,以对输入的两个数据执行拼接操作。关于多种数据拼接模式,在一个实施例中,本披露的方案通过对待拼接的两个数据按最小数据单元划分和编号,然后基于指定的规则来抽取数据的不同最小数据单元以形成不同的数据拼接模式。例如,可以基于编号的奇偶性或编号是否是指定数字的整数倍来进行例如交替式地抽取和摆放,从而形成不同的数据拼接模式。根据不同的计算场景(例如数据位宽的不同),这里的最小数据单元可以简单的就是1位或1比特数据,或者是2位、4位、8位、16位或32位或比特的长度。进一步,在抽取两个数据的不同编号部分时,本披露的方案既可以以最小数据单元来交替地抽取,也可以以最小数据单元的倍数来抽取,例如从两个数据中交替地一次抽取两个或三个最小数据单元的部分数据作为一组来按组进行拼接。
基于上述数据拼接模式的描述,下面将结合图9a至图9c来以具体的例子示例性阐述本披露的数据拼接模式。在所示的图中,输入数据为In1和In2,当图中的每个方格代表一个最小数据单元时,两个输入数据都具有8个最小数据单元的位宽长度。如前所述,对于不同位宽长度的数据,该最小数据单元可以代表不同的位数(或比特数)。例如,对于位宽为8位的数据,最小数据单元代表1位数据,而对于位宽为16位的数据,最小数据单元代表2位数据。又例如,对于位宽为32位的数据,最小数据单元代表4位数据。
如图9a所示,待拼接的两个输入数据In1和In2各由从右至左顺序编号为1,2,……,8的八个最小数据单元构成。按照编号由小到大、先In1后In2、先奇数编号后偶数编号的奇偶交错原则进行数据拼接。具体而言,当操作的数据位宽为8bit时,数据In1和In2各表示一个8位数据,而每个最小数据单元代表1位数据(即一个方格代表1比特数据)。根据数据的位宽和前述的拼接原则,首先抽取数据In1编号为1、3、5和7的最小数据单元顺序布置于低位。接着,顺序布置数据In2的四个奇数编号的最小数据单元。类似地,顺序布置数据In1编号为2、4、6和8的最小数据单元和数据In2的四个偶数编号的最小数据单元。最终,由16个最小数据单元拼接形成1个16位或2个8位的新数据,如图9a中第二行方格所示出的。
如图9b所示,在数据位宽为16bit时,数据In1和In2各表示一个16位数据,此时每个最小数据单元代表2位数据(即一个方格代表一个2比特数据)。根据数据的位宽和前述的交错拼接原则,可以先抽取数据In1编号为1、2、5和6的最小数据单元顺序布置于低位。然后,顺序布置数据In2编号为1、2、5和6的最小数据单元。类似地,顺序布置数据In1编号为3、4、7和8和数据In2相同编号的最小数据单元,以拼接形成最终的16个最小数据单元组成的1个32位或2个16位的新数据,如图9b中第二行方格所示出的。
如图9c所示,在数据位宽为32bit时,数据In1和In2各表示一个32位数据,而每个最小数据单元代表4位数据(即一个方格代表一个4比特数据)。根据数据的位宽和前述的交错拼接原则,可以先抽取数据In1编号为1、2、3和4和数据In2相同编号的最小数据单元顺序布置于低位。然后,抽取数据In1编号为5、6、7和8与 数据In2相同编号的最小数据单元顺序布置,从而拼接形成最终的16个最小数据单元组成的1个64位或2个32位的新数据。
上面结合图9a-图9c描述了本披露的示例性数据拼接方式。然而,可以理解的是在一些计算场景中,数据拼接并不涉及上述的交错排放,而仅仅是两个数据在保持各自原有数据位置不变情况下的简单排布,例如图9d中所示出的。从图9d中可看出,两个数据In1和In2并不执行如图9a-图9c中示出的交错排布,而仅仅是将数据In1的最后一个最小数据单元和In2的第一个最小数据单元进行串联,从而获得位宽增大(例如加倍)的新数据类型。在一些场景中,本披露的方案还可以基于数据属性进行成组的拼接。例如,可以将具有同一特征图的神经元数据或权值数据形成一组,然后进行排布,以构成拼接后数据的连续部分。
图10a,10b和10c是示出根据本披露实施例的后处置电路所执行的数据压缩操作示意图。所述压缩操作可以包括利用掩码对数据进行筛选或通过给定阈值与数据大小的比较来进行压缩。关于数据压缩操作,可以对其按如前所述的最小数据单元进行划分和编号。与结合图9a-图9d所述的类似,最小数据单元可以例如是1位或1比特数据,或者是2位、4位、8位、16位或32位或比特的长度。下面将结合图10a至图10c针对不同的数据压缩模式做出示例性描述。
如图10a所示,原始数据由从右至左顺序编号为1,2……,8的八个方格(即八个最小数据单元)依次排列组成,假设每个最小数据单元可以表示1比特数据。当根据掩码进行数据压缩操作时,所述后处置电路可以利用掩码对原始数据进行筛选以执行数据压缩操作。在一个实施例中,掩码的位宽与原始数据的最小数据单元的个数对应。例如,前述的原始数据具有8个最小数据单元,则掩码位宽为8位,并且编号为1的最小数据单元对应于掩码的最低位,编号为2的最小数据单元对应于掩码的次低位。以此类推,编号为8的最小数据单元对应于掩码的最高位。在一个应用场景中,当8位掩码为“10010011”时,压缩原则可以设置为抽取与该掩码为“1”的数据位对应的原始数据中的最小数据单元。例如,对应掩码数值为“1”的最小数据单元的编号为1、2、5和8。由此,可以抽取编号为1、2、5和8的最小数据单元,并且按照编号从低到高的顺序依次排列,以形成压缩后的新数据,如图10a第二行所示。
图10b示出与图10a类似的原始数据,并且从图10b的第二行中可以看出,经过后处置电路的数据序列维持原有的数据排列顺序和内容。由此可以理解,本披露的数据压缩也可以包括禁用模式或非压缩模式,以便在数据经过后处置电路时不执行压缩操作。
如图10c所示,原始数据由八个方格依次排列组成,每个方格上方的数字表示其编号,从右至左顺序编号为1,2……8,并且假设每个最小数据单元可以为8比特数据。进一步,每个方格中的数字表示该最小数据单元的十进制数值。以编号为1的最小数据单元为例,其十进制数值为“8”,对应的8比特数据为“00001111”。当根据阈值进行数据压缩操作时,假设阈值为十进制数据“8”,压缩原则可以设置为抽取原始数据中所有大于或等于该阈值“8”的最小数据单元。由此,可以抽取编号为1、4、7和8的最小数据单元。然后,将抽取得到的所有最小数据单元按照编号从低到高的顺序进行排列,以获得最终的数据结果,如图10c中的第二行所示。
图11是示出根据本披露实施例的使用计算装置来执行运算操作的方法1100的 简化流程图。根据前文的描述,可以理解这里的计算装置可以是结合图1-图4所描述的计算装置,其具有如图5-图10所示出的处理电路连接关系并且支持附加的各类操作。
如图11所示,在步骤1110处,方法1100利用控制电路来获取超长指令字(VLIW)指令并对其进行解析以获得解析后的VLIW指令,并将解析后的VLIW指令发送至多个处理电路。接着,在步骤1120,方法1100将所述多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且将所述一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。
在一个实施例中,方法1100将所述处理电路阵列配置成根据所述配置指令在一维或多维方向的至少一个维度方向上形成闭合环路。在另一个实施例中,所述VLIW指令包括一条或多条运算指令,并且所述方法1100将一个或多个处理电路阵列配置成根据所述运算指令来执行多线程的运算操作。在一个应用场景中,所述VLIW指令、配置指令和数据读写指令包括各自相对应的谓词,并且所述方法包括将所述控制电路、处理电路和存储电路配置成根据相对应的谓词来确定是否执行VLIW指令、配置指令和/或数据读写指令。
以上为了简明的目的,仅结合图11描述了本披露的方法及其部分实施例。本领域技术人员根据本披露的公开内容也可以想到本方法可以包括更多的步骤,并且这些步骤的执行可以实现前文结合图1-图10所描述的本披露的各类操作,此处不再赘述。
图12是示出根据本披露实施例的一种组合处理装置1200的结构图。如图12中所示,该组合处理装置1200包括计算处理装置1202、接口装置1204、其他处理装置1206和存储装置1208。根据不同的应用场景,计算处理装置中可以包括一个或多个计算装置1210,该计算装置可以配置用于执行本文结合图1-11所描述的操作。
在不同的实施例中,本披露的计算处理装置可以配置成执行用户指定的操作。在示例性的应用中,该计算处理装置可以实现为单核人工智能处理器或者多核人工智能处理器。类似地,包括在计算处理装置内的一个或多个计算装置可以实现为人工智能处理器核或者人工智能处理器核的部分硬件结构。当多个计算装置实现为人工智能处理器核或人工智能处理器核的部分硬件结构时,就本披露的计算处理装置而言,其可以视为具有单核结构或者同构多核结构。
在示例性的操作中,本披露的计算处理装置可以通过接口装置与其他处理装置进行交互,以共同完成用户指定的操作。根据实现方式的不同,本披露的其他处理装置可以包括中央处理器(Central Processing Unit,CPU)、图形处理器(Graphics Processing Unit,GPU)、人工智能处理器等通用和/或专用处理器中的一种或多种类型的处理器。这些处理器可以包括但不限于数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等,并且其数目可以根据实际需要来确定。如前所述,仅就本披露的计算处理装置而言,其可以视为具有单核结构或者同构多核结构。然而,当将计算处理装置和其他处理装置共同考虑时,二者可以视为形成异构多核结构。
在一个或多个实施例中,该其他处理装置可以作为本披露的计算处理装置(其 可以具体化为人工智能例如神经网络运算的相关运算装置)与外部数据和控制的接口,执行包括但不限于数据搬运、对计算装置的开启和/或停止等基本控制。在另外的实施例中,其他处理装置也可以和该计算处理装置协作以共同完成运算任务。
在一个或多个实施例中,该接口装置可以用于在计算处理装置与其他处理装置间传输数据和控制指令。例如,该计算处理装置可以经由所述接口装置从其他处理装置中获取输入数据,写入该计算处理装置片上的存储装置(或称存储器)。进一步,该计算处理装置可以经由所述接口装置从其他处理装置中获取控制指令,写入计算处理装置片上的控制缓存中。替代地或可选地,接口装置也可以读取计算处理装置的存储装置中的数据并传输给其他处理装置。
附加地或可选地,本披露的组合处理装置还可以包括存储装置。如图中所示,该存储装置分别与所述计算处理装置和所述其他处理装置连接。在一个或多个实施例中,存储装置可以用于保存所述计算处理装置和/或所述其他处理装置的数据。例如,该数据可以是在计算处理装置或其他处理装置的内部或片上存储装置中无法全部保存的数据。
在一些实施例里,本披露还公开了一种芯片(例如图13中示出的芯片1302)。在一种实现中,该芯片是一种系统级芯片(System on Chip,SoC),并且集成有一个或多个如图12中所示的组合处理装置。该芯片可以通过对外接口装置(如图13中示出的对外接口装置1306)与其他相关部件相连接。该相关部件可以例如是摄像头、显示器、鼠标、键盘、网卡或wifi接口。在一些应用场景中,该芯片上可以集成有其他处理单元(例如视频编解码器)和/或接口模块(例如DRAM接口)等。在一些实施例中,本披露还公开了一种芯片封装结构,其包括了上述芯片。在一些实施例里,本披露还公开了一种板卡,其包括上述的芯片封装结构。下面将结合图13对该板卡进行详细地描述。
图13是示出根据本披露实施例的一种板卡1300的结构示意图。如图13中所示,该板卡包括用于存储数据的存储器件1304,其包括一个或多个存储单元1310。该存储器件可以通过例如总线等方式与控制器件1308和上文所述的芯片1302进行连接和数据传输。进一步,该板卡还包括对外接口装置1306,其配置用于芯片(或芯片封装结构中的芯片)与外部设备1312(例如服务器或计算机等)之间的数据中继或转接功能。例如,待处理的数据可以由外部设备通过对外接口装置传递至芯片。又例如,所述芯片的计算结果可以经由所述对外接口装置传送回外部设备。根据不同的应用场景,所述对外接口装置可以具有不同的接口形式,例如其可以采用标准PCIE接口等。
在一个或多个实施例中,本披露板卡中的控制器件可以配置用于对所述芯片的状态进行调控。为此,在一个应用场景中,该控制器件可以包括单片机(Micro Controller Unit,MCU),以用于对所述芯片的工作状态进行调控。
根据上述结合图12和图13的描述,本领域技术人员可以理解本披露也公开了一种电子设备或装置,其可以包括一个或多个上述板卡、一个或多个上述芯片和/或一个或多个上述组合处理装置。
根据不同的应用场景,本披露的电子设备或装置可以包括服务器、云端服务器、服务器集群、数据处理装置、机器人、电脑、打印机、扫描仪、平板电脑、智能终端、PC设备、物联网终端、移动终端、手机、行车记录仪、导航仪、传感器、摄像头、 相机、摄像机、投影仪、手表、耳机、移动存储、可穿戴设备、视觉终端、自动驾驶终端、交通工具、家用电器、和/或医疗设备。所述交通工具包括飞机、轮船和/或车辆;所述家用电器包括电视、空调、微波炉、冰箱、电饭煲、加湿器、洗衣机、电灯、燃气灶、油烟机;所述医疗设备包括核磁共振仪、B超仪和/或心电图仪。本披露的电子设备或装置还可以被应用于互联网、物联网、数据中心、能源、交通、公共管理、制造、教育、电网、电信、金融、零售、工地、医疗等领域。进一步,本披露的电子设备或装置还可以用于云端、边缘端、终端等与人工智能、大数据和/或云计算相关的应用场景中。在一个或多个实施例中,根据本披露方案的算力高的电子设备或装置可以应用于云端设备(例如云端服务器),而功耗小的电子设备或装置可以应用于终端设备和/或边缘端设备(例如智能手机或摄像头)。在一个或多个实施例中,云端设备的硬件信息和终端设备和/或边缘端设备的硬件信息相互兼容,从而可以根据终端设备和/或边缘端设备的硬件信息,从云端设备的硬件资源中匹配出合适的硬件资源来模拟终端设备和/或边缘端设备的硬件资源,以便完成端云一体或云边端一体的统一管理、调度和协同工作。
需要说明的是,为了简明的目的,本披露将一些方法及其实施例表述为一系列的动作及其组合,但是本领域技术人员可以理解本披露的方案并不受所描述的动作的顺序限制。因此,依据本披露的公开或教导,本领域技术人员可以理解其中的某些步骤可以采用其他顺序来执行或者同时执行。进一步,本领域技术人员可以理解本披露所描述的实施例可以视为可选实施例,即其中所涉及的动作或模块对于本披露某个或某些方案的实现并不一定是必需的。另外,根据方案的不同,本披露对一些实施例的描述也各有侧重。鉴于此,本领域技术人员可以理解本披露某个实施例中没有详述的部分,也可以参见其他实施例的相关描述。
在具体实现方面,基于本披露的公开和教导,本领域技术人员可以理解本披露所公开的若干实施例也可以通过本文未公开的其他方式来实现。例如,就前文所述的电子设备或装置实施例中的各个单元来说,本文在考虑了逻辑功能的基础上对其进行划分,而实际实现时也可以有另外的划分方式。又例如,可以将多个单元或组件结合或者集成到另一个系统,或者对单元或组件中的一些特征或功能进行选择性地禁用。就不同单元或组件之间的连接关系而言,前文结合附图所讨论的连接可以是单元或组件之间的直接或间接耦合。在一些场景中,前述的直接或间接耦合涉及利用接口的通信连接,其中通信接口可以支持电性、光学、声学、磁性或其它形式的信号传输。
在本披露中,作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元示出的部件可以是或者也可以不是物理单元。前述部件或单元可以位于同一位置或者分布到多个网络单元上。另外,根据实际的需要,可以选择其中的部分或者全部单元来实现本披露实施例所述方案的目的。另外,在一些场景中,本披露实施例中的多个单元可以集成于一个单元中或者各个单元物理上单独存在。
在一些实现场景中,上述集成的单元可以采用软件程序模块的形式来实现。如果以软件程序模块的形式实现并作为独立的产品销售或使用时,所述集成的单元可以存储在计算机可读取存储器中。基于此,当本披露的方案以软件产品(例如计算机可读存储介质)的形式体现时,该软件产品可以存储在存储器中,其可以包括若干指令用以使得计算机设备(例如个人计算机、服务器或者网络设备等)执行本披露实施例 所述方法的部分或全部步骤。前述的存储器可以包括但不限于U盘、闪存盘、只读存储器(Read Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、移动硬盘、磁碟或者光盘等各种可以存储程序代码的介质。
在另外一些实现场景中,上述集成的单元也可以采用硬件的形式实现,即为具体的硬件电路,其可以包括数字电路和/或模拟电路等。电路的硬件结构的物理实现可以包括但不限于物理器件,而物理器件可以包括但不限于晶体管或忆阻器等器件。鉴于此,本文所述的各类装置(例如计算装置或其他处理装置)可以通过适当的硬件处理器来实现,例如CPU、GPU、FPGA、DSP和ASIC等。进一步,前述的所述存储单元或存储装置可以是任意适当的存储介质(包括磁存储介质或磁光存储介质等),其例如可以是可变电阻式存储器(Resistive Random Access Memory,RRAM)、动态随机存取存储器(Dynamic Random Access Memory,DRAM)、静态随机存取存储器(Static Random Access Memory,SRAM)、增强动态随机存取存储器(Enhanced Dynamic Random Access Memory,EDRAM)、高带宽存储器(High Bandwidth Memory,HBM)、混合存储器立方体(Hybrid Memory Cube,HMC)、ROM和RAM等。
依据以下条款可更好地理解前述内容:
条款1、一种计算装置,包括控制电路和多个处理电路,其中:
所述控制电路配置成获取超长指令字(VLIW)指令并对其进行解析,并且将解析后的VLIW指令发送至所述多个处理电路;以及
所述多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且所述一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。
条款2、根据条款1所述的计算装置,其中所述控制电路还配置成获取配置指令,所述多个处理电路配置成根据所述配置指令来进行连接,以便形成所述一个或多个处理电路阵列。
条款3、根据条款2所述的计算装置,其中所述处理电路阵列配置成根据所述配置指令在一维或多维方向的至少一个维度方向上形成闭合环路。
条款4、根据条款2或3所述的计算装置,其中所述控制电路包括一个或多个寄存器,其存储有关于所述处理电路阵列的配置信息,所述控制电路配置成根据所述配置指令从所述寄存器读取所述配置信息并向所述处理电路发送,以便所述处理电路以所述配置信息进行连接,所述配置信息包括预设的组成所述一个或多个处理电路阵列的处理电路的位置信息,当所述处理电路阵列配置形成闭合环路时,所述配置信息还包括关于所述处理电路阵列形成闭合环路的成环配置信息。
条款5、根据条款3所述的计算装置,其中位于所述二维阵列中的所述处理电路配置成在其行方向、列方向或对角线方向的至少一个上以预定的二维间隔模式与同行、同列或同对角线的其余一个或多个所述处理电路连接,以便形成一个或多个闭合环路。
条款6、根据条款5所述的计算装置,其中所述预定的二维间隔模式与所述连接中间隔的处理电路的数目相关联。
条款7、根据条款3所述的计算装置,其中所述处理电路阵列以由多个层构成的三维阵列的成环方式进行连接,其中每个层包括沿行方向、列方向和对角线方向排列的多个所述处理电路的二维阵列,并且其中:
位于所述三维阵列中的所述处理电路配置成在其行方向、列方向、对角线方向 和层方向的至少一个上以预定的三维间隔模式与同行、同列、同对角线或不同层上的其余一个或多个处理电路连接,以便形成一个或多个闭合环路。
条款8、根据条款7所述的计算装置,其中所述预定的三维间隔模式与待连接的处理电路之间的间隔数目和间隔层数相关联。
条款9、根据条款2所述的计算装置,其中所述控制电路配置成根据所述配置指令将常数项和表项中的至少一个发送至所述处理电路阵列以便执行所述多线程操作。
条款10、根据条款1所述的计算装置,进一步包括存储电路,其中所述控制电路还配置成获取数据读写指令,并将所述数据读写指令发送至所述存储电路,所述存储电路配置成根据所述数据读写指令来执行与所述多线程操作相关的数据的读取和写入操作。
条款11、根据条款10所述的计算装置,其中所述数据读写指令至少包括数据的地址信息和数据量信息。
条款12、根据条款1所述的计算装置,其中所述VLIW指令包括一条或多条运算指令,并且所述一个或多个处理电路阵列配置成根据所述运算指令来执行多线程的运算操作。
条款13、根据条款12所述的计算装置,其中所述多个处理电路阵列配置成各自执行不同的运算指令,或者所述多个处理电路阵列中的至少两个处理电路阵列配置成执行相同的运算指令。
条款14、根据条款1所述的计算装置,还包括数据操作电路,所述数据操作电路包括前操作电路和/或后操作电路,其中所述VLIW指令还包括前处理指令和/或后处理指令,其中所述前操作电路配置成根据所述前处理指令对所述多线程操作的输入数据进行前处理操作,并且所述后操作电路配置成根据所述后处理指令对所述多线程操作的输出数据进行后处理操作。
条款15、根据条款1-14的任意一项所述的计算装置,其中所述VLIW指令还包括移动指令,并且所述处理电路阵列配置成根据所述移动指令在处理电路间对数据执行移动操作。
条款16、根据条款15所述的计算装置,其中所述移动指令还包括掩码指令,所述处理电路阵列配置成根据所述掩码指令对数据进行选择性地移动。
条款17、根据条款15所述的计算装置,其中所述移动指令还包括寄存器标识信息,其用于指示在处理电路间移动数据的源寄存器和目标寄存器,所述处理电路配置成根据所述寄存器标识信息将数据从所述源寄存器向所述目标寄存器移动。
条款18、根据条款15所述的计算装置,其中所述VLIW指令、配置指令和数据读写指令包括各自相对应的谓词,并且所述控制电路、处理电路和存储电路配置成根据相对应的谓词来确定是否执行VLIW指令、配置指令和/或数据读写指令。
条款19、根据条款15所述的计算装置,其中所述VLIW指令与所述配置指令和数据读写指令二者中的至少一个相组合,以形成扩展的VLIW指令。
条款20、一种集成电路芯片,包括根据条款1-19的任意一项所述的计算装置。
条款21、一种板卡,包括根据条款20所述的集成电路芯片。
条款22、一种电子设备,包括根据权利要求20所述的集成电路芯片。
条款23、一种使用计算装置来执行计算操作的方法,其中所述计算装置包括控 制电路和多个处理电路,所述方法包括:
利用所述控制电路来获取超长指令字(VLIW)指令并对其进行解析以获得解析后的VLIW指令,并将解析后的VLIW指令发送至所述多个处理电路;以及
将所述多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且将所述一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。
条款24、根据条款23所述的方法,其中利用所述控制电路来获取配置指令,并且将所述多个处理电路配置成根据所述配置指令来进行连接,以便形成所述一个或多个处理电路阵列。
条款25、根据条款24所述的方法,其中将所述处理电路阵列配置成根据所述配置指令在一维或多维方向的至少一个维度方向上形成闭合环路。
条款26、根据条款24或25所述的方法,其中所述控制电路包括一个或多个寄存器,其存储有关于所述处理电路阵列的配置信息,所述方法还包括将所述控制电路配置成根据所述配置指令从所述寄存器读取所述配置信息并向所述处理电路发送,以便所述处理电路以所述配置信息进行连接,所述配置信息包括预设的组成所述一个或多个处理电路阵列的处理电路的位置信息,当所述处理电路阵列配置形成闭合环路时,所述配置信息还包括关于所述处理电路阵列形成闭合环路的成环配置信息。
条款27、根据条款25所述的方法,其中将位于所述二维阵列中的所述处理电路配置成在其行方向、列方向或对角线方向的至少一个上以预定的二维间隔模式与同行、同列或同对角线的其余一个或多个所述处理电路连接,以便形成一个或多个闭合环路。
条款28、根据条款27所述的方法,其中所述预定的二维间隔模式与所述连接中间隔的处理电路的数目相关联。
条款29、根据条款25所述的方法,其中将所述处理电路阵列以由多个层构成的三维阵列的成环方式进行连接,其中每个层包括沿行方向、列方向和对角线方向排列的多个所述处理电路的二维阵列,并且其中:
位于所述三维阵列中的所述处理电路配置成在其行方向、列方向、对角线方向和层方向的至少一个上以预定的三维间隔模式与同行、同列、同对角线或不同层上的其余一个或多个处理电路连接,以便形成一个或多个闭合环路。
条款30、根据条款29所述的方法,其中所述预定的三维间隔模式与待连接的处理电路之间的间隔数目和间隔层数相关联。
条款31、根据条款24所述的方法,其中将所述控制电路配置成根据所述配置指令将常数项和表项中的至少一个发送至所述处理电路阵列以便执行所述多线程操作。
条款32、根据条款23所述的方法,其中所述计算装置还包括存储电路,所述方法还包括将所述控制电路配置成获取数据读写指令,并将所述数据读写指令发送至所述存储电路,并且将所述存储电路配置成根据所述数据读写指令来执行与所述多线程操作相关的数据的读取和写入操作。
条款33、根据条款31所述的方法,其中所述数据读写指令至少包括数据的地址信息和数据量信息。
条款34、根据条款23所述的方法,其中所述VLIW指令包括一条或多条运算指令,并且所述一个或多个处理电路阵列配置成根据所述运算指令来执行多线程的运算 操作。
条款35、根据条款34所述的方法,其中将所述多个处理电路阵列配置成各自执行不同的运算指令,或者将所述多个处理电路阵列中的至少两个处理电路阵列配置成执行相同的运算指令。
条款36、根据条款23所述的方法,还包括数据操作电路,所述数据操作电路包括前操作电路和/或后操作电路,其中所述VLIW指令还包括前处理指令和/或后处理指令,其中所述前操作电路配置成根据所述前处理指令对所述多线程操作的输入数据进行前处理操作,并且所述后操作电路配置成根据所述后处理指令对所述多线程操作的输出数据进行后处理操作。
条款37、根据条款23-36的任意一项所述的方法,其中所述VLIW指令还包括移动指令,并且所述方法包括将所述处理电路阵列配置成根据所述移动指令在处理电路间对数据执行移动操作。
条款38、根据条款37所述的方法,其中所述移动指令还包括掩码指令,所述方法包括将所述处理电路阵列配置成根据所述掩码指令对数据进行选择性地移动。
条款39、根据条款37所述的方法,其中所述移动指令还包括寄存器标识信息,其用于指示在处理电路间移动数据的源寄存器和目标寄存器,所述方法包括将所述处理电路配置成根据所述寄存器标识信息将数据从所述源寄存器向所述目标寄存器移动。
条款40、根据条款37所述的方法,其中所述VLIW指令、配置指令和数据读写指令包括各自相对应的谓词,并且所述方法包括将所述控制电路、处理电路和存储电路配置成根据相对应的谓词来确定是否执行VLIW指令、配置指令和/或数据读写指令。
条款41、根据条款37所述的方法,其中将所述VLIW指令与所述配置指令和数据读写指令二者中的至少一个相组合,以形成扩展的VLIW指令。
虽然本文已经示出和描述了本披露的多个实施例,但对于本领域技术人员显而易见的是,这样的实施例只是以示例的方式来提供。本领域技术人员可以在不偏离本披露思想和精神的情况下想到许多更改、改变和替代的方式。应当理解的是在实践本披露的过程中,可以采用对本文所描述的本披露实施例的各种替代方案。所附权利要求书旨在限定本披露的保护范围,并因此覆盖这些权利要求范围内的等同或替代方案。

Claims (41)

  1. 一种计算装置,包括控制电路和多个处理电路,其中:
    所述控制电路配置成获取超长指令字(VLIW)指令并对其进行解析,并且将解析后的VLIW指令发送至所述多个处理电路;以及
    所述多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且所述一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。
  2. 根据权利要求1所述的计算装置,其中所述控制电路还配置成获取配置指令,所述多个处理电路配置成根据所述配置指令来进行连接,以便形成所述一个或多个处理电路阵列。
  3. 根据权利要求2所述的计算装置,其中所述处理电路阵列配置成根据所述配置指令在一维或多维方向的至少一个维度方向上形成闭合环路。
  4. 根据权利要求2或3所述的计算装置,其中所述控制电路包括一个或多个寄存器,其存储有关于所述处理电路阵列的配置信息,所述控制电路配置成根据所述配置指令从所述寄存器读取所述配置信息并向所述处理电路发送,以便所述处理电路以所述配置信息进行连接,所述配置信息包括预设的组成所述一个或多个处理电路阵列的处理电路的位置信息,当所述处理电路阵列配置形成闭合环路时,所述配置信息还包括关于所述处理电路阵列形成闭合环路的成环配置信息。
  5. 根据权利要求3所述的计算装置,其中位于所述二维阵列中的所述处理电路配置成在其行方向、列方向或对角线方向的至少一个上以预定的二维间隔模式与同行、同列或同对角线的其余一个或多个所述处理电路连接,以便形成一个或多个闭合环路。
  6. 根据权利要求5所述的计算装置,其中所述预定的二维间隔模式与所述连接中间隔的处理电路的数目相关联。
  7. 根据权利要求3所述的计算装置,其中所述处理电路阵列以由多个层构成的三维阵列的成环方式进行连接,其中每个层包括沿行方向、列方向和对角线方向排列的多个所述处理电路的二维阵列,并且其中:
    位于所述三维阵列中的所述处理电路配置成在其行方向、列方向、对角线方向和层方向的至少一个上以预定的三维间隔模式与同行、同列、同对角线或不同层上的其余一个或多个处理电路连接,以便形成一个或多个闭合环路。
  8. 根据权利要求7所述的计算装置,其中所述预定的三维间隔模式与待连接的处理电路之间的间隔数目和间隔层数相关联。
  9. 根据权利要求2所述的计算装置,其中所述控制电路配置成根据所述配置指令将常数项和表项中的至少一个发送至所述处理电路阵列以便执行所述多线程操作。
  10. 根据权利要求1所述的计算装置,进一步包括存储电路,其中所述控制电路还配置成获取数据读写指令,并将所述数据读写指令发送至所述存储电路,所述存储电路配置成根据所述数据读写指令来执行与所述多线程操作相关的数据的读取和写入操作。
  11. 根据权利要求10所述的计算装置,其中所述数据读写指令至少包括数据的地址信息和数据量信息。
  12. 根据权利要求1所述的计算装置,其中所述VLIW指令包括一条或多条运算指令,并且所述一个或多个处理电路阵列配置成根据所述运算指令来执行多线程的运算操作。
  13. 根据权利要求12所述的计算装置,其中所述多个处理电路阵列配置成各自执行 不同的运算指令,或者所述多个处理电路阵列中的至少两个处理电路阵列配置成执行相同的运算指令。
  14. 根据权利要求1所述的计算装置,还包括数据操作电路,所述数据操作电路包括前操作电路和/或后操作电路,其中所述VLIW指令还包括前处理指令和/或后处理指令,其中所述前操作电路配置成根据所述前处理指令对所述多线程操作的输入数据进行前处理操作,并且所述后操作电路配置成根据所述后处理指令对所述多线程操作的输出数据进行后处理操作。
  15. 根据权利要求1-14的任意一项所述的计算装置,其中所述VLIW指令还包括移动指令,并且所述处理电路阵列配置成根据所述移动指令在处理电路间对数据执行移动操作。
  16. 根据权利要求15所述的计算装置,其中所述移动指令还包括掩码指令,所述处理电路阵列配置成根据所述掩码指令对数据进行选择性地移动。
  17. 根据权利要求15所述的计算装置,其中所述移动指令还包括寄存器标识信息,其用于指示在处理电路间移动数据的源寄存器和目标寄存器,所述处理电路配置成根据所述寄存器标识信息将数据从所述源寄存器向所述目标寄存器移动。
  18. 根据权利要求15所述的计算装置,其中所述VLIW指令、配置指令和数据读写指令包括各自相对应的谓词,并且所述控制电路、处理电路和存储电路配置成根据相对应的谓词来确定是否执行VLIW指令、配置指令和/或数据读写指令。
  19. 根据权利要求15所述的计算装置,其中所述VLIW指令与所述配置指令和数据读写指令二者中的至少一个相组合,以形成扩展的VLIW指令。
  20. 一种集成电路芯片,包括根据权利要求1-19的任意一项所述的计算装置。
  21. 一种板卡,包括根据权利要求20所述的集成电路芯片。
  22. 一种电子设备,包括根据权利要求20所述的集成电路芯片。
  23. 一种使用计算装置来执行计算操作的方法,其中所述计算装置包括控制电路和多个处理电路,所述方法包括:
    利用所述控制电路来获取超长指令字(VLIW)指令并对其进行解析以获得解析后的VLIW指令,并将解析后的VLIW指令发送至所述多个处理电路;以及
    将所述多个处理电路以一维或多维阵列的结构连接成一个或多个处理电路阵列,并且将所述一个或多个处理电路阵列配置成根据解析后的VLIW指令来执行多线程操作。
  24. 根据权利要求23所述的方法,其中利用所述控制电路来获取配置指令,并且将所述多个处理电路配置成根据所述配置指令来进行连接,以便形成所述一个或多个处理电路阵列。
  25. 根据权利要求24所述的方法,其中将所述处理电路阵列配置成根据所述配置指令在一维或多维方向的至少一个维度方向上形成闭合环路。
  26. 根据权利要求24或25所述的方法,其中所述控制电路包括一个或多个寄存器,其存储有关于所述处理电路阵列的配置信息,所述方法还包括将所述控制电路配置成根据所述配置指令从所述寄存器读取所述配置信息并向所述处理电路发送,以便所述处理电路以所述配置信息进行连接,所述配置信息包括预设的组成所述一个或多个处理电路阵列的处理电路的位置信息,当所述处理电路阵列配置形成闭合环路时,所述配置信息还包括关于所述处理电路阵列形成闭合环路的成环配置信息。
  27. 根据权利要求25所述的方法,其中将位于所述二维阵列中的所述处理电路配置成在其行方向、列方向或对角线方向的至少一个上以预定的二维间隔模式与同行、同列或同对角线的其余一个或多个所述处理电路连接,以便形成一个或多个闭合环路。
  28. 根据权利要求27所述的方法,其中所述预定的二维间隔模式与所述连接中间隔的处理电路的数目相关联。
  29. 根据权利要求25所述的方法,其中将所述处理电路阵列以由多个层构成的三维阵列的成环方式进行连接,其中每个层包括沿行方向、列方向和对角线方向排列的多个所述处理电路的二维阵列,并且其中:
    位于所述三维阵列中的所述处理电路配置成在其行方向、列方向、对角线方向和层方向的至少一个上以预定的三维间隔模式与同行、同列、同对角线或不同层上的其余一个或多个处理电路连接,以便形成一个或多个闭合环路。
  30. 根据权利要求29所述的方法,其中所述预定的三维间隔模式与待连接的处理电路之间的间隔数目和间隔层数相关联。
  31. 根据权利要求24所述的方法,其中将所述控制电路配置成根据所述配置指令将常数项和表项中的至少一个发送至所述处理电路阵列以便执行所述多线程操作。
  32. 根据权利要求23所述的方法,其中所述计算装置还包括存储电路,所述方法还包括将所述控制电路配置成获取数据读写指令,并将所述数据读写指令发送至所述存储电路,并且将所述存储电路配置成根据所述数据读写指令来执行与所述多线程操作相关的数据的读取和写入操作。
  33. 根据权利要求32所述的方法,其中所述数据读写指令至少包括数据的地址信息和数据量信息。
  34. 根据权利要求23所述的方法,其中所述VLIW指令包括一条或多条运算指令,并且所述一个或多个处理电路阵列配置成根据所述运算指令来执行多线程的运算操作。
  35. 根据权利要求34所述的方法,其中将所述多个处理电路阵列配置成各自执行不同的运算指令,或者将所述多个处理电路阵列中的至少两个处理电路阵列配置成执行相同的运算指令。
  36. 根据权利要求23所述的方法,还包括数据操作电路,所述数据操作电路包括前操作电路和/或后操作电路,其中所述VLIW指令还包括前处理指令和/或后处理指令,其中所述前操作电路配置成根据所述前处理指令对所述多线程操作的输入数据进行前处理操作,并且所述后操作电路配置成根据所述后处理指令对所述多线程操作的输出数据进行后处理操作。
  37. 根据权利要求23-36的任意一项所述的方法,其中所述VLIW指令还包括移动指令,并且所述方法包括将所述处理电路阵列配置成根据所述移动指令在处理电路间对数据执行移动操作。
  38. 根据权利要求37所述的方法,其中所述移动指令还包括掩码指令,所述方法包括将所述处理电路阵列配置成根据所述掩码指令对数据进行选择性地移动。
  39. 根据权利要求37所述的方法,其中所述移动指令还包括寄存器标识信息,其用于指示在处理电路间移动数据的源寄存器和目标寄存器,所述方法包括将所述处理电路配置成根据所述寄存器标识信息将数据从所述源寄存器向所述目标寄存器移动。
  40. 根据权利要求37所述的方法,其中所述VLIW指令、配置指令和数据读写指令 包括各自相对应的谓词,并且所述方法包括将所述控制电路、处理电路和存储电路配置成根据相对应的谓词来确定是否执行VLIW指令、配置指令和/或数据读写指令。
  41. 根据权利要求37所述的方法,其中将所述VLIW指令与所述配置指令和数据读写指令二者中的至少一个相组合,以形成扩展的VLIW指令。
PCT/CN2021/094725 2020-06-30 2021-05-19 一种计算装置、芯片、板卡、电子设备和计算方法 WO2022001457A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021576577A JP7266121B2 (ja) 2020-06-30 2021-05-19 計算装置、チップ、ボードカード、電子デバイスおよび計算方法

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010618129.4 2020-06-30
CN202010618129.4A CN113867791B (zh) 2020-06-30 2020-06-30 一种计算装置、芯片、板卡、电子设备和计算方法

Publications (1)

Publication Number Publication Date
WO2022001457A1 true WO2022001457A1 (zh) 2022-01-06

Family

ID=78981874

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/094725 WO2022001457A1 (zh) 2020-06-30 2021-05-19 一种计算装置、芯片、板卡、电子设备和计算方法

Country Status (3)

Country Link
JP (1) JP7266121B2 (zh)
CN (1) CN113867791B (zh)
WO (1) WO2022001457A1 (zh)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1261966A (zh) * 1997-06-30 2000-08-02 博普斯公司 多重阵列处理器
CN102665049A (zh) * 2012-03-29 2012-09-12 中国科学院半导体研究所 基于可编程视觉芯片的视觉图像处理系统
CN103019656A (zh) * 2012-12-04 2013-04-03 中国科学院半导体研究所 可动态重构的多级并行单指令多数据阵列处理系统
US20190220680A1 (en) * 2016-03-07 2019-07-18 HangZhou HaiCun Information Technology Co., Ltd. Distributed Pattern Processor Package

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6167501A (en) 1998-06-05 2000-12-26 Billions Of Operations Per Second, Inc. Methods and apparatus for manarray PE-PE switch control
US20060075213A1 (en) * 2002-12-12 2006-04-06 Koninklijke Phillips Electronics N.C. Modular integration of an array processor within a system on chip
US7739434B2 (en) 2008-01-11 2010-06-15 International Business Machines Corporation Performing a configuration virtual topology change and instruction therefore
US10313641B2 (en) * 2015-12-04 2019-06-04 Google Llc Shift register with reduced wiring complexity
US10915319B2 (en) * 2017-05-15 2021-02-09 Google Llc Two dimensional masked shift instruction
EP3624020A4 (en) 2018-05-18 2021-05-05 Shanghai Cambricon Information Technology Co., Ltd CALCULATION PROCEDURES AND RELATED PRODUCTS

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1261966A (zh) * 1997-06-30 2000-08-02 博普斯公司 多重阵列处理器
CN102665049A (zh) * 2012-03-29 2012-09-12 中国科学院半导体研究所 基于可编程视觉芯片的视觉图像处理系统
CN103019656A (zh) * 2012-12-04 2013-04-03 中国科学院半导体研究所 可动态重构的多级并行单指令多数据阵列处理系统
US20190220680A1 (en) * 2016-03-07 2019-07-18 HangZhou HaiCun Information Technology Co., Ltd. Distributed Pattern Processor Package

Also Published As

Publication number Publication date
JP7266121B2 (ja) 2023-04-27
JP2022543978A (ja) 2022-10-17
CN113867791B (zh) 2023-09-26
CN113867791A (zh) 2021-12-31

Similar Documents

Publication Publication Date Title
CN109189473A (zh) 神经网络处理装置及其执行向量交换指令的方法
CN109032670A (zh) 神经网络处理装置及其执行向量复制指令的方法
CN110059797B (zh) 一种计算装置及相关产品
CN111488976A (zh) 神经网络计算装置、神经网络计算方法及相关产品
CN110059809B (zh) 一种计算装置及相关产品
CN111488963A (zh) 神经网络计算装置和方法
WO2022001457A1 (zh) 一种计算装置、芯片、板卡、电子设备和计算方法
WO2022001499A1 (zh) 一种计算装置、芯片、板卡、电子设备和计算方法
WO2022001497A1 (zh) 计算装置、集成电路芯片、板卡、电子设备和计算方法
CN111368967A (zh) 一种神经网络计算装置和方法
WO2022001500A1 (zh) 计算装置、集成电路芯片、板卡、电子设备和计算方法
WO2022001439A1 (zh) 计算装置、集成电路芯片、板卡和计算方法
WO2022001456A1 (zh) 计算装置、集成电路芯片、板卡、电子设备和计算方法
WO2022001498A1 (zh) 计算装置、集成电路芯片、板卡、电子设备和计算方法
WO2022001454A1 (zh) 集成计算装置、集成电路芯片、板卡和计算方法
CN111368987B (zh) 一种神经网络计算装置和方法
CN111368986B (zh) 一种神经网络计算装置和方法
CN111368990B (zh) 一种神经网络计算装置和方法
CN111367567B (zh) 一种神经网络计算装置和方法
CN112395008A (zh) 运算方法、装置、计算机设备和存储介质
WO2022111013A1 (zh) 支援多种访问模式的设备、方法及可读存储介质
CN112395009A (zh) 运算方法、装置、计算机设备和存储介质
CN112395002B (zh) 运算方法、装置、计算机设备和存储介质
WO2022134872A1 (zh) 数据处理装置、数据处理方法及相关产品
WO2022001496A1 (zh) 计算装置、集成电路芯片、板卡、电子设备和计算方法

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2021576577

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21833256

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21833256

Country of ref document: EP

Kind code of ref document: A1