WO2020237231A1 - Insertion de valeurs de remplissage prédéfinies dans un flux de vecteurs - Google Patents

Insertion de valeurs de remplissage prédéfinies dans un flux de vecteurs Download PDF

Info

Publication number
WO2020237231A1
WO2020237231A1 PCT/US2020/034456 US2020034456W WO2020237231A1 WO 2020237231 A1 WO2020237231 A1 WO 2020237231A1 US 2020034456 W US2020034456 W US 2020034456W WO 2020237231 A1 WO2020237231 A1 WO 2020237231A1
Authority
WO
WIPO (PCT)
Prior art keywords
stream
data
vector
unit
register
Prior art date
Application number
PCT/US2020/034456
Other languages
English (en)
Inventor
Asheesh Bhardwaj
Timothy David ANDERSON
Son Hung TRAN
Original Assignee
Texas Instruments Incorporated
Texas Instruments Japan Limited
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
Priority claimed from US16/420,480 external-priority patent/US11113062B2/en
Application filed by Texas Instruments Incorporated, Texas Instruments Japan Limited filed Critical Texas Instruments Incorporated
Priority to CN202080037266.7A priority Critical patent/CN113853591A/zh
Publication of WO2020237231A1 publication Critical patent/WO2020237231A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • G06F12/1027Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/65Details of virtual memory and virtual address translation
    • G06F2212/651Multi-level translation tables

Definitions

  • Digital signal processors are optimized for processing streams of data that may be derived from various input signals, such as sensor data, a video stream, a voice channel, radar signals, biomedical signals, etc.
  • Digital signal processors operating on real-time data may receive an input data stream, perform a filter function on the data stream (such as encoding or decoding) and output a transformed data stream.
  • the system is called real-time because the application fails if the transformed data stream is not available for output when scheduled.
  • Some video encoding requires a predictable but non-sequential input data pattern.
  • Such applications may require memory accesses to load data registers in a data register file and then supply data from the data registers to functional units which perform the data processing.
  • One or more DSP processing cores can be combined with various peripheral circuits, blocks of memory, etc. on a single integrated circuit (IC) die to form a system on chip (SoC).
  • SoC system on chip
  • These systems can include multiple interconnected processors that share the use of on-chip and off-chip memory.
  • a processor can include some combination of instruction cache (ICache) and data cache (DCache) to improve processing.
  • ICache instruction cache
  • DCache data cache
  • multiple processors with shared memory can be incorporated in a single embedded system. The processors can physically share the same memory without accessing data or executing code located in the same memory locations or can use some portion of the shared memory as common shared memory.
  • Methods and apparatus are provided for software instructions to be executed on a processor within a computer system to configure a steaming engine with stream parameters to define a multidimensional array.
  • the stream parameters define a size for each dimension of the multidimensional array and a specified pad value indicator.
  • Data is fetched from a memory coupled to the streaming engine responsive to the stream parameters.
  • a stream of vectors is formed for the multidimensional array responsive to the stream parameters from the data fetched from memory.
  • a padded stream vector is formed that includes a specified pad value without accessing the pad value from system memory.
  • FIG. 1 illustrates an example dual scalar/vector data path processor.
  • FIG. 2 illustrates the registers and functional units in the dual scalar/vector data path processor illustrated in FIG. 1.
  • FIG. 3 illustrates a global scalar register file.
  • FIG. 4 illustrates a local scalar register file shared by arithmetic functional units.
  • FIG. 5 illustrates a local scalar register file shared by multiply functional units.
  • FIG. 6 illustrates a local scalar register file shared by load/store units.
  • FIG. 7 illustrates a global vector register file.
  • FIG. 8 illustrates a predicate register file
  • FIG. 9 illustrates a local vector register file shared by arithmetic functional units.
  • FIG. 10 illustrates a local vector register file shared by multiply and correlation functional units.
  • FIG. 11 illustrates pipeline phases of a processing unit.
  • FIG. 12 illustrates sixteen instructions of a single fetch packet.
  • FIG. 13 illustrates an example of the instruction coding of instructions.
  • FIG. 14 illustrates bit coding of a condition code extension slot 0.
  • FIG. 15 illustrates bit coding of a condition code extension slot 1.
  • FIG. 16 illustrates bit coding of a constant extension slot 0.
  • FIG. 17 is a partial block diagram illustrating constant extension.
  • FIG. 18 illustrates carry control for SIMD operations.
  • FIG. 19 illustrates a conceptual view of streaming engines.
  • FIG. 20 illustrates a sequence of formatting operations.
  • FIG. 21 illustrates an example of lane allocation in a vector.
  • FIG. 22 illustrates an example of lane allocation in a vector.
  • FIG. 23 illustrates a basic two-dimensional (2D) stream.
  • FIG. 24 illustrates the order of elements within the example stream of FIG. 23.
  • FIG. 25 illustrates extracting a smaller rectangle from a larger rectangle.
  • FIG. 26 illustrates how an example streaming engine fetches a stream with a transposition granularity of 4 bytes.
  • FIG. 27 illustrates how an example streaming engine fetches a stream with a transposition granularity of 8 bytes.
  • FIG. 28 illustrates the details of an example streaming engine.
  • FIG. 29 illustrates an example stream template register.
  • FIG. 30 illustrates sub-field definitions of the flags field of the example stream template register of FIG. 29.
  • FIG. 31 illustrates an example of a vector length masking/group duplication block.
  • FIG. 32 is a partial schematic diagram of an example of the generation of the streaming engine valid or invalid indication.
  • FIG. 33 is a partial schematic diagram of a streaming engine address generator illustrating generation of the loop address and loop count.
  • FIG. 34 illustrates a partial schematic diagram showing the streaming engine supply of data of this example.
  • FIG. 35 illustrates a partial schematic diagram showing the streaming engine supply of valid data to the predicate unit.
  • FIG. 36 is a block diagram of a system that includes a matrix multiplication accelerator and the streaming engine of FIG. 28.
  • FIG. 37 illustrates an example of matrix multiplication.
  • FIG. 38 is a more detailed block diagram of a portion of the streaming engine of FIG. 28.
  • FIGS. 39, 40, 41, 42, and 43 illustrate example linear stream transfers by the streaming engine of FIG. 28.
  • FIGS. 44A, 44B together illustrate how a partial matrix is augmented with null vectors by the streaming engine of FIG. 28 for matrix multiplication.
  • FIG. 45 illustrates adding null vectors to a stream.
  • FIGS. 46-47 illustrate formation of a stream by inserting null or predefined data vectors by the streaming engine of FIG. 28.
  • FIG. 48 is a block diagram of a multiprocessor system that includes the streaming engine of FIG. 28.
  • DSP Digital signal processors
  • Memory bandwidth and scheduling are concerns for digital signal processors operating on real-time data.
  • An example DSP includes a streaming engine to improve memory bandwidth and data scheduling.
  • One or more DSP can be combined with various peripheral circuits, blocks of memory, etc. on a single integrated circuit (IC) die to form a system on chip (SoC).
  • SoC system on chip
  • an autonomous streaming engine is coupled to the DSP.
  • the streaming engine includes two closely coupled streaming engines that can manage two data streams simultaneously.
  • the streaming engine is capable of managing only a single stream, while in other examples the streaming engine is capable of handling more than two streams.
  • the streaming engine includes an address generation stage, a data formatting stage, and some storage for formatted data waiting for consumption by the processor.
  • addresses are derived from algorithms that can involve multi-dimensional loops, each dimension maintaining an iteration count.
  • the streaming engine supports six levels of nested iteration. In other examples, more or fewer levels of iteration are supported.
  • control logic and an alignment network enable the streaming engine to form null vectors or padded vectors and to insert them into a stream without accessing the null data or pad data from system memory.
  • null vectors and padded vectors are described in more detail with regards to FIGS. 36-48.
  • FIGS. 1-18 An example DSP processor is described with reference to FIGS. 1-18.
  • An example streaming engine capable of managing two data streams using six-dimensional nested loops is described with reference to FIGS. 19-35.
  • FIG. 1 illustrates an example processor 100 that includes dual scalar/vector data paths 115, 117.
  • the term“vector” refers to a one-dimensional array of data elements that can be accessed and operated on as a unit.
  • Processor 100 includes a streaming engine 125 that is described in more detail herein.
  • Processor 100 includes separate level one instruction cache (L1I) 121 and level one data cache (LID) 123.
  • Processor 100 includes a level 2 (L2) combined instruction/data cache 130 that holds both instructions and data.
  • FIG. 1 illustrates connection between L1I cache and L2 combined instruction/data cache 130, 512-bit bus 142.
  • FIG. 1 illustrates connection between L1I cache and L2 combined instruction/data cache 130, 512-bit bus 142.
  • L2 combined instruction/data cache 130 stores both instructions to back up L1I cache 121 and data to back up LID cache 123.
  • L2 combined instruction/data cache 130 is further connected to higher level cache and/or main memory using known or later developed memory system techniques not illustrated in FIG. 1.
  • the term“higher level” memory or cache refers to a next level in a memory hierarchy that is more distant from the processor, while the term“lower level” memory or cache refers to a level in the memory hierarchy that is closer to the processor.
  • L1I cache 121, LID cache 123, and L2 cache 130 may be implemented in different sizes in various examples.
  • L1I cache 121 and LID cache 123 are each 32K bytes, and L2 cache 130 is 1024K bytes.
  • L1I cache 121, LID cache 123 and L2 combined instruction/data cache 130 are formed on a single integrated circuit. This single integrated circuit optionally includes other circuits.
  • Processing unit core 110 fetches instructions from L1I cache 121 as controlled by instruction fetch unit 111.
  • Instruction fetch unit 111 determines the next instructions to be executed and recalls a fetch packet sized set of such instructions. The nature and size of fetch packets are further detailed below. Instructions are directly fetched from LI I cache 121 upon a cache hit if the instructions are stored in L1I cache 121. Upon a cache miss occurring when the specified instructions are not stored in L1I cache 121, the instructions are sought in L2 combined cache 130. In this example, the size of a cache line in L1I cache 121 equals the size of a fetch packet which is 512 bits. The memory locations of these instructions are either a hit in L2 combined cache 130 or a miss. A hit is serviced from L2 combined cache 130. A miss is serviced from a higher level of cache (not illustrated) or from main memory (not illustrated). In this example, the requested instruction is simultaneously supplied to both L1I cache 121 and processing unit core 110 to speed use.
  • processing unit core 110 includes multiple functional units to perform instruction specified data processing tasks.
  • Instruction dispatch unit 112 determines the target functional unit of each fetched instruction.
  • processing unit 110 operates as a very long instruction word (VLIW) processor capable of operating on multiple instructions in corresponding functional units simultaneously.
  • VLIW very long instruction word
  • a compiler organizes instructions in execute packets that are executed together.
  • Instruction dispatch unit 112 directs each instruction to its target functional unit.
  • the functional unit assigned to an instruction is completely specified by the instruction produced by the compiler.
  • the hardware of processing unit core 110 has no part in the functional unit assignment.
  • instruction dispatch unit 112 operates on several instructions in parallel. The number of such parallel instructions is set by the size of the execute packet. This is further described herein.
  • One part of the dispatch task of instruction dispatch unit 112 is determining whether the instruction is to execute on a functional unit in scalar data path side A 115 or vector data path side B 116.
  • An instruction bit within each instruction called the s bit determines which data path the instruction controls. This is further described herein.
  • Instruction decode unit 113 decodes each instruction in a current execute packet. Decoding includes identification of the functional unit performing the instruction, identification of registers used to supply data for the corresponding data processing operation from among possible register files, and identification of the register destination of the results of the corresponding data processing operation. As further described below, instructions can include a constant field in place of one register number operand field. The result of this decoding are signals for control of the target functional unit to perform the data processing operation specified by the corresponding instruction on the specified data.
  • Processing unit core 110 includes control registers 114.
  • Control registers 114 store information for control of the functional units in scalar data path side A 115 and vector data path side B 116. This information may include mode information or the like.
  • Processing unit core 110 includes further non-instruction-based modules.
  • Emulation unit 118 permits determination of the machine state of processing unit core 110 in response to instructions. This capability can be employed for algorithmic development.
  • Interrupts/exceptions unit 119 enables processing unit core 110 to be responsive to external, asynchronous events (interrupts) and to respond to attempts to perform improper operations (exceptions).
  • Processor 100 includes streaming engine 125.
  • Streaming engine 125 supplies two data streams from predetermined addresses cached in L2 combined cache 130 to register files of vector data path side B of processing unit core 110. This provides controlled data movement from memory (as cached in L2 combined cache 130) directly to functional unit operand inputs. This is further described herein.
  • FIG. 1 illustrates example data widths of busses between various parts.
  • L1I cache 121 supplies instructions to instruction fetch unit 111 via bus 141.
  • Bus 141 is a 512-bit bus in this example.
  • Bus 141 is unidirectional from L1I cache 121 to processing unit 110.
  • L2 combined cache 130 supplies instructions to L1I cache 121 via bus 142.
  • Bus 142 is a 512-bit bus in this example.
  • Bus 142 is unidirectional from L2 combined cache 130 to L II cache 121.
  • LID cache 123 exchanges data with register files in scalar data path side A 115 via bus 143.
  • Bus 143 is a 64-bit bus in this example.
  • LID cache 123 exchanges data with register files in vector data path side B 116 via bus 144.
  • Bus 144 is a 512-bit bus in this example.
  • Busses 143 and 144 are illustrated as bidirectional supporting both processing unit core 110 data reads and data writes.
  • LID cache 123 exchanges data with L2 combined cache 130 via bus 145.
  • Bus 145 is a 512-bit bus in this example.
  • Bus 145 is illustrated as bidirectional supporting cache service for both processing unit core 110 data reads and data writes.
  • Processor data requests are directly fetched from LID cache 123 upon a cache hit (if the requested data is stored in LID cache 123).
  • a cache miss the specified data is not stored in LID cache 123
  • the data is sought in L2 combined cache 130.
  • the memory locations of the requested data are either a hit in L2 combined cache 130 or a miss.
  • a hit is serviced from L2 combined cache 130.
  • a miss is serviced from another level of cache (not illustrated) or from main memory (not illustrated).
  • the requested data may be simultaneously supplied to both LID cache 123 and processing unit core 110 to speed use.
  • L2 combined cache 130 supplies data of a first data stream to streaming engine 125 via bus 146.
  • Bus 146 is a 512-bit bus in this example.
  • Streaming engine 125 supplies data of the first data stream to functional units of vector data path side B 116 via bus 147.
  • Bus 147 is a 512-bit bus in this example.
  • L2 combined cache 130 supplies data of a second data stream to streaming engine 125 via bus 148.
  • Bus 148 is a 512-bit bus in this example.
  • Streaming engine 125 supplies data of this second data stream to functional units of vector data path side B 116 via bus 149, which is a 512-bit bus in this example.
  • Busses 146, 147, 148 and 149 are illustrated as unidirectional from L2 combined cache 130 to streaming engine 125 and to vector data path side B 116 in this example.
  • Streaming engine data requests are directly fetched from L2 combined cache 130 upon a cache hit (if the requested data is stored in L2 combined cache 130).
  • a cache miss the specified data is not stored in L2 combined cache 130
  • the data is sought from another level of cache (not illustrated) or from main memory (not illustrated).
  • LID cache 123 it is technically feasible in some examples for LID cache 123 to cache data not stored in L2 combined cache 130. If such operation is supported, then upon a streaming engine data request that is a miss in L2 combined cache 130, L2 combined cache 130 snoops LID cache 123 for the streaming engine requested data. If LID cache 123 stores the data, the snoop response includes the data, which is then supplied to service the streaming engine request. If LID cache 123 does not store the data, the snoop response indicates this and L2 combined cache 130 services the streaming engine request from another level of cache (not illustrated) or from main memory (not illustrated).
  • both LID cache 123 and L2 combined cache 130 can be configured as selected amounts of cache or directly addressable memory in U.S. Patent No. 6,606,686 entitled UNIFIED MEMORY SYSTEM ARCHITECTURE INCLUDING CACHE AND DIRECTLY ADDRESSABLE STATIC RANDOM ACCESS MEMORY, which is incorporated by reference herein.
  • processor 100 is fabricated on an integrated chip (IC) that is mounted on a ball grid array (BGA) substrate.
  • a BGA substrate and IC die together may be referred to as “BGA package,”“IC package,”“integrated circuit,”“IC,”“chip,”“microelectronic device,” or similar terminology.
  • the BGA package may include encapsulation material to cover and protect the IC die from damage.
  • other types of known or later developed packaging techniques may be used with processor 100.
  • FIG. 2 illustrates further details of functional units and register files within scalar data path side A 115 and vector data path side B 116.
  • Scalar data path side A 115 includes LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226.
  • Scalar data path side A 115 includes global scalar register file 211, Ll/Sl local register file 212, Ml/Nl local register file 213 and D1/D2 local register file 214.
  • Vector data path side B 116 includes L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246.
  • Vector data path side B 116 includes global vector register file 231, L2/S2 local register file 232, M2/N2/C local register file 233 and predicate register file 234. Which functional units can read from or write to which register files is described in more detail herein.
  • Scalar data path side A 115 includes LI unit 221.
  • LI unit 221 generally accepts two 64-bit operands and produces one 64-bit result. The two operands are each recalled from an instruction specified register in either global scalar register file 211 or Ll/Sl local register file 212.
  • LI unit 221 performs the following instruction selected operations: 64-bit add/subtract operations; 32-bit min/max operations; 8-bit Single Instruction Multiple Data (SIMD) instructions such as sum of absolute value, minimum and maximum determinations; circular min/max operations; and various move operations between register files.
  • SIMD Single Instruction Multiple Data
  • the result is written into an instruction specified register of global scalar register file 211, Ll/Sl local register file 212, Ml/Nl local register file 213 or Dl/D2 local register file 214.
  • Scalar data path side A 115 includes SI unit 222.
  • SI unit 222 generally accepts two 64-bit operands and produces one 64-bit result. The two operands are each recalled from an instruction specified register in either global scalar register file 211 or Ll/Sl local register file
  • SI unit 222 performs the same type operations as LI unit 221. In another example, there may be slight variations between the data processing operations supported by LI unit 221 and SI unit 222.
  • the result is written into an instruction specified register of global scalar register file 211, Ll/Sl local register file 212, Ml/Nl local register file 213 or D1/D2 local register file 214.
  • Scalar data path side A 115 includes Ml unit 223.
  • Ml unit 223 generally accepts two 64-bit operands and produces one 64-bit result. The two operands are each recalled from an instruction specified register in either global scalar register file 211 or Ml/Nl local register file
  • Ml unit 223 performs the following instruction selected operations: 8-bit multiply operations; complex dot product operations; 32-bit bit count operations; complex conjugate multiply operations; and bit-wise Logical Operations, moves, adds and subtracts.
  • the result is written into an instruction specified register of global scalar register file 211, Ll/S 1 local register file 212, Ml/Nl local register file 213 or D1/D2 local register file 214.
  • Scalar data path side A 115 includes N1 unit 224.
  • N1 unit 224 generally accepts two 64-bit operands and produces one 64-bit result. The two operands are each recalled from an instruction specified register in either global scalar register file 211 or Ml/Nl local register file 213.
  • N1 unit 224 performs the same type operations as Ml unit 223. There are also double operations (called dual issued instructions) that employ both the Ml unit 223 and the N1 unit 224 together.
  • the result is written into an instruction specified register of global scalar register file 211, Ll/Sl local register file 212, Ml/Nl local register file 213 or D1/D2 local register file 214.
  • Scalar data path side A 115 includes D1 unit 225 and D2 unit 226.
  • D1 unit 225 and D2 unit 226 generally each accept two 64-bit operands and each produce one 64-bit result.
  • D1 unit 225 and D2 unit 226 generally perform address calculations and corresponding load and store operations.
  • D1 unit 225 is used for scalar loads and stores of 64 bits.
  • D2 unit 226 is used for vector loads and stores of 512 bits.
  • D1 unit 225 and D2 unit 226 also perform: swapping, pack and unpack on the load and store data; 64-bit SIMD arithmetic operations; and 64-bit bit-wise logical operations.
  • D1/D2 local register file 214 stores base and offset addresses used in address calculations for the corresponding loads and stores. The two operands are each recalled from an instruction specified register in either global scalar register file 211 or D1/D2 local register file 214. The calculated result is written into an instruction specified register of global scalar register file 211, Ll/Sl local register file 212, Ml/Nl local register file 213 or D1/D2 local register file 214.
  • Vector data path side B 116 includes L2 unit 241.
  • L2 unit 241 generally accepts two 512-bit operands and produces one 512-bit result. The two operands are each recalled from an instruction specified register in either global vector register file 231, L2/S2 local register file 232 or predicate register file 234.
  • L2 unit 241 performs instruction similar to LI unit 221 except on wider 512-bit data. The result may be written into an instruction specified register of global vector register file 231, L2/S2 local register file 232, M2/N2/C local register file 233 or predicate register file 234.
  • Vector data path side B 116 includes S2 unit 242.
  • S2 unit 242 generally accepts two 512-bit operands and produces one 512-bit result. The two operands are each recalled from an instruction specified register in either global vector register file 231, L2/S2 local register file 232 or predicate register file 234. In this example, S2 unit 242 performs instructions similar to SI unit 222. The result is written into an instruction specified register of global vector register file 231, L2/S2 local register file 232, M2/N2/C local register file 233 or predicate register file 234.
  • Vector data path side B 116 includes M2 unit 243.
  • M2 unit 243 generally accepts two 512-bit operands and produces one 512-bit result. The two operands are each recalled from an instruction specified register in either global vector register file 231 or M2/N2/C local register file 233.
  • M2 unit 243 performs instructions similar to Ml unit 223 except on wider 512-bit data. The result is written into an instruction specified register of global vector register file 231, L2/S2 local register file 232 or M2/N2/C local register file 233.
  • Vector data path side B 116 includes N2 unit 244.
  • N2 unit 244 generally accepts two 512-bit operands and produces one 512-bit result. The two operands are each recalled from an instruction specified register in either global vector register file 231 or M2/N2/C local register file 233.
  • N2 unit 244 performs the same type operations as M2 unit 243. There are also double operations (called dual issued instructions) that employ both M2 unit 243 and the N2 unit 244 together. The result is written into an instruction specified register of global vector register file 231, L2/S2 local register file 232 or M2/N2/C local register file 233.
  • Vector data path side B 116 includes correlation (C) unit 245.
  • C unit 245 generally accepts two 512-bit operands and produces one 512-bit result. The two operands are each recalled from an instruction specified register in either global vector register file 231 or M2/N2/C local register file 233. In this example, C unit 245 performs "Rake” and "Search" instructions that are used for WCDMA (wideband code division multiple access) encoding/decoding.
  • WCDMA wideband code division multiple access
  • C unit 245 can perform up to 512 multiples per clock cycle of a 2-bit PN (pseudorandom number) and 8-bit I/Q (complex number), 8-bit and 16-bit Sum-of- Absolute-Difference (SAD) calculations, up to 512 SADs per clock cycle, horizontal add and horizontal min/max instructions, and vector permutes instructions.
  • C unit 245 also contains 4 vector control registers (CUCR0 to CUCR3) used to control certain operations of C unit 245 instructions. Control registers CUCR0 to CUCR3 are used as operands in certain C unit 245 operations.
  • control registers CUCR0 to CUCR3 are used in control of a general permutation instruction (VPERM), and as masks for SIMD multiple DOT product operations (DOTPM) and SIMD multiple Sum-of- Absolute-Difference (SAD) operations.
  • VPERM general permutation instruction
  • DOTPM SIMD multiple DOT product operations
  • SAD SIMD multiple Sum-of- Absolute-Difference
  • control register CUCRO is used to store the polynomials for Galois Field Multiply operations (GFMPY) and control register CUCR1 is used to store the Galois field polynomial generator function.
  • Vector data path side B 116 includes P unit 246.
  • Vector predicate (P) unit 246 performs basic logic operations on registers of local predicate register file 234.
  • P unit 246 has direct access to read from and write to predication register file 234.
  • the logic operations include single register unary operations such as NEG (negate) which inverts each bit of the single register, BITCNT (bit count) which returns a count of the number of bits in the single register having a predetermined digital state (1 or 0), RMBD (right most bit detect) which returns a number of bit positions from the least significant bit position (right most) to a first bit position having a predetermined digital state (1 or 0), DECIMATE which selects every instruction specified Nth (1, 2, 4, etc.) bit to output, and EXPAND which replicates each bit an instruction specified N times (2, 4, etc.).
  • the logic operations also include two register binary operations such as AND which is a bitwise AND of data of the two registers, NAND which is a bitwise AND and negate of data of the two registers, OR which is a bitwise OR of data of the two registers, NOR which is a bitwise OR and negate of data of the two registers, and XOR which is exclusive OR of data of the two registers.
  • the logic operations include transfer of data from a predicate register of predicate register file 234 to another specified predicate register or to a specified data register in global vector register file 231.
  • P unit 246 is manipulation of the SIMD vector comparison results for use in control of a further SIMD vector operation.
  • the BITCNT instruction can be used to count the number of l's in a predicate register to determine the number of valid data elements from a predicate register.
  • FIG. 3 illustrates global scalar register file 211.
  • Each register of global scalar register file 211 can be read from or written to as 64-bits of scalar data.
  • All scalar data path side A 115 functional units (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226) can read or write to global scalar register file 211.
  • Global scalar register file 211 can be read from as 32-bits or as 64-bits and written to as 64-bits. The instruction executing determines the read data size.
  • FIG. 4 illustrates D1/D2 local register file 214.
  • All scalar data path side A 115 functional units (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226) can write to global scalar register file 211.
  • Only D1 unit 225 and D2 unit 226 can read from D1/D2 local scalar register file 214.
  • Data stored in D1/D2 local scalar register file 214 can include base addresses and offset addresses used in address calculation.
  • FIG. 5 illustrates Ll/Sl local register file 212.
  • Ll/Sl local register file 212 includes eight independent 64-bit wide scalar registers designated ALO to AL7.
  • the instruction coding permits Ll/Sl local register file 212 to include up to 16 registers.
  • eight registers are implemented to reduce circuit size and complexity.
  • Each register of Ll/Sl local register file 212 can be read from or written to as 64-bits of scalar data.
  • All scalar data path side A 115 functional units (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226) can write to Ll/Sl local scalar register file 212.
  • LI unit 221 and SI unit 222 can read from Ll/Sl local scalar register file 212.
  • FIG. 6 illustrates Ml/Nl local register file 213.
  • eight independent 64-bit wide scalar registers designated AMO to AM7 are implemented.
  • the instruction coding permits Ml/Nl local register file 213 to include up to 16 registers.
  • eight registers are implemented to reduce circuit size and complexity.
  • Each register of Ml/Nl local register file 213 can be read from or written to as 64-bits of scalar data.
  • All scalar data path side A 115 functional units (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226) can write to Ml/Nl local scalar register file 213.
  • Ml unit 223 and N1 unit 224 can read from Ml/Nl local scalar register file 213.
  • FIG. 7 illustrates global vector register file 231.
  • Each register of global vector register file 231 can be read from or written to as 64-bits of scalar data designated B0 to B15.
  • Each register of global vector register file 231 can be read from or written to as 512-bits of vector data designated VB0 to VB15.
  • the instruction type determines the data size.
  • All vector data path side B 116 functional units L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246) can read or write to global vector register file 231.
  • Scalar data path side A 115 functional units (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226) can read from global vector register file 231 via cross path 117 under restrictions that are described below.
  • FIG. 8 illustrates predicate (P) local register file 234.
  • P predicate
  • Each register of P local register file 234 can be read from or written to as 64-bits of scalar data.
  • Vector data path side B 116 functional units L2 unit 241, S2 unit 242, C unit 244 and P unit 246 can write to P local register file 234.
  • L2 unit 241, S2 unit 242 and P unit 246 can read from P local scalar register file 234.
  • P local register file 234 is writing one-bit SIMD vector comparison results from L2 unit 241, S2 unit 242 or C unit 244, manipulation of the SIMD vector comparison results by P unit 246, and use of the manipulated results in control of a further SIMD vector operation.
  • FIG. 9 illustrates L2/S2 local register file 232.
  • eight independent 512-bit wide vector registers are implemented.
  • the instruction coding permits L2/S2 local register file 232 to include up to sixteen registers.
  • eight registers are implemented to reduce circuit size and complexity.
  • Each register of L2/S2 local vector register file 232 can be read from or written to as 64-bits of scalar data designated BL0 to BL7.
  • Each register of L2/S2 local vector register file 232 can be read from or written to as 512-bits of vector data designated VBL0 to VBL7.
  • the instruction type determines the data size.
  • All vector data path side B 116 functional units (L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246) can write to L2/S2 local vector register file 232.
  • L2 unit 241 and S2 unit 242 can read from L2/S2 local vector register file 232.
  • FIG. 10 illustrates M2/N2/C local register file 233.
  • eight independent 512-bit wide vector registers are implemented.
  • the instruction coding permits M2/N2/C local register file 233 to include up to sixteen registers.
  • eight registers are implemented to reduce circuit size and complexity.
  • Each register of M2/N2/C local vector register file 233 can be read from or written to as 64-bits of scalar data designated BM0 to BM7.
  • Each register of M2/N2/C local vector register file 233 can be read from or written to as 512-bits of vector data designated VBM0 to VBM7.
  • All vector data path side B 116 functional units (L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246) can write to M2/N2/C local vector register file 233.
  • M2 unit 243, N2 unit 244 and C unit 245 can read from M2/N2/C local vector register file 233.
  • Cross path 117 permits limited exchange of data between scalar data path side A 115 and vector data path side B 116.
  • one 64-bit data word can be recalled from global scalar register file A 211 for use as an operand by one or more functional units of vector data path side B 116 and one 64-bit data word can be recalled from global vector register file 231 for use as an operand by one or more functional units of scalar data path side A 115.
  • Any scalar data path side A 115 functional unit (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226) can read a 64-bit operand from global vector register file 231.
  • This 64-bit operand is the least significant bits of the 512-bit data in the accessed register of global vector register file 231.
  • Multiple scalar data path side A 115 functional units can employ the same 64-bit cross path data as an operand during the same operational cycle. However, a single 64-bit operand is transferred from vector data path side B 116 to scalar data path side A 115 in a single operational cycle.
  • Any vector data path side B 116 functional unit (L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246) can read a 64-bit operand from global scalar register file 211.
  • the cross-path operand data is treated as a 64-bit operand. If the corresponding instruction is a vector instruction, the upper 448 bits of the operand are zero filled.
  • Multiple vector data path side B 116 functional units can employ the same 64-bit cross path data as an operand during the same operational cycle. In one example, a single 64-bit operand is transferred from scalar data path side A 115 to vector data path side B 116 in a single operational cycle.
  • Streaming engine 125 transfers data in certain restricted circumstances.
  • Streaming engine 125 controls two data streams.
  • a stream includes of a sequence of elements of a particular type. Programs that operate on streams read the data sequentially, operating on each element in turn. Every stream has the following basic properties: the stream data have a well-defined beginning and ending in time; the stream data have fixed element size and type throughout the stream; and, the stream data have a fixed sequence of elements.
  • streaming engine 125 performs the following operations: calculates the address; fetches the defined data type from L2 unified cache 130 (which may require cache service from a higher level memory, e.g., in the event of a cache miss in L2); performs data type manipulation such as zero extension, sign extension, data element sorting/swapping such as matrix transposition; and delivers the data directly to the programmed data register file within processor core 110.
  • Streaming engine 125 is thus useful for real-time digital filtering operations on well-behaved data. Streaming engine 125 frees the corresponding processor from these memory fetch tasks, thus enabling other processing functions.
  • streaming engine 125 provides several benefits. For example, streaming engine 125 permits multi-dimensional memory accesses, increases the available bandwidth to the functional units minimizes the number of cache miss stalls since the stream buffer bypasses LID cache 123, and reduces the number of scalar operations required to maintain a loop. Streaming engine 125 also manages address pointers and handles address generation which frees up the address generation instruction slots and D1 unit 225 and D2 unit 226 for other computations.
  • Processor core 110 (FIG. 1) operates on an instruction pipeline. Instructions are fetched in instruction packets of fixed length as further described below. All instructions require the same number of pipeline phases for fetch and decode but require a varying number of execute phases.
  • FIG. 11 illustrates the following pipeline phases: program fetch phase 1110, dispatch and decode phases 1120, and execution phases 1130.
  • Program fetch phase 1110 includes three stages for all instructions.
  • Dispatch and decode phases 1120 include three stages for all instructions.
  • Execution phase 1130 includes one to four stages depending on the instruction.
  • Fetch phase 1110 includes program address generation (PG) stage 1111, program access (PA) stage 1112 and program receive (PR) stage 1113.
  • program address generation stage 1111 the program address is generated in the processor and the read request is sent to the memory controller for the LI I cache.
  • the L1I cache processes the request, accesses the data in its memory and sends a fetch packet to the processor boundary.
  • the processor registers the fetch packet.
  • FIG. 12 illustrates sixteen instructions 1201 to 1216 of a single fetch packet.
  • Fetch packets are aligned on 512-bit (16-word) boundaries.
  • This example employs a fixed 32-bit instruction length which enables decoder alignment.
  • a properly aligned instruction fetch can load multiple instructions into parallel instruction decoders.
  • Such a properly aligned instruction fetch can be achieved by predetermined instruction alignment when stored in memory by having fetch packets aligned on 512-bit boundaries coupled with a fixed instruction packet fetch.
  • variable length instructions require an initial step of locating each instruction boundary before decoding.
  • a fixed length instruction set generally permits more regular layout of instruction fields which simplifies the construction of each decoder which is an advantage for a wide issue VLIW processor.
  • the execution of the individual instructions is partially controlled by a p bit in each instruction.
  • the p bit is bit 0 of the 32-bit wide slot.
  • the p bit determines whether an instruction executes in parallel with the next instruction. In this example, instructions are scanned from lower to higher address. If the p bit of an instruction is 1, then the next following instruction (higher memory address) is executed in parallel with (in the same cycle as) that instruction. If the p bit of an instruction is 0, then the next following instruction is executed in the cycle after the instruction.
  • Processor core 110 (FIG. 1) and L1I cache 121 pipelines (FIG. 1) are de-coupled from each other.
  • Fetch packet returns from L1I cache can take a different number of clock cycles, depending on external circumstances such as whether there is a hit in L II cache 121 or a hit in L2 combined cache 130. Therefore, program access stage 1112 can take several clock cycles instead of one clock cycle as in the other stages.
  • an execute packet can contain up to sixteen 32-bit wide slots for sixteen instructions. No two instructions in an execute packet can use the same functional unit.
  • a slot is one of five types: 1) a self-contained instruction executed on one of the functional units of processor core 110 (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225, D2 unit 226, L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246); 2) a unitless instruction such as a NOP (no operation) instruction or multiple NOP instructions; 3) a branch instruction; 4) a constant field extension; and 5) a conditional code extension.
  • Dispatch and decode phases 1120 include instruction dispatch to appropriate execution unit (DS) stage 1121, instruction pre-decode (DC1) stage 1122, and instruction decode, operand read (DC2) stage 1123.
  • DS execution unit
  • DC1 instruction pre-decode
  • DC2 instruction decode, operand read
  • Execution phase 1130 includes execution (El to E5) stages 1131 to 1135. Different types of instructions require different numbers of such stages to complete execution. The execution stages of the pipeline play an important role in understanding the device state at processor cycle boundaries.
  • El stage 1131 the conditions for the instructions are evaluated and operands are operated on. As illustrated in FIG. 11, El stage 1131 can receive operands from a stream buffer 1141 and one of the register files shown schematically as 1142. For load and store instructions, address generation is performed, and address modifications are written to a register file. For branch instructions, the branch fetch packet in PG phase is affected. As illustrated in FIG. 11, load and store instructions access memory here shown schematically as memory 1151. For single-cycle instructions, results are written to a destination register file when any conditions for the instructions are evaluated as true. If a condition is evaluated as false, the instruction does not write any results or have any pipeline operation after El stage 1131.
  • load instructions send the address to memory.
  • Store instructions send the address and data to memory.
  • Single-cycle instructions that saturate results set the SAT bit in the control status register (CSR) if saturation occurs.
  • CSR control status register
  • load instructions write data into a register as illustrated schematically in FIG. 11 with input from memory 1151 to E5 stage 1135.
  • FIG. 13 illustrates an example of the instruction coding 1300 of functional unit instructions used by this example.
  • Each instruction includes 32 bits and controls the operation of one of the individually controllable functional units (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225, D2 unit 226, L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246).
  • LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225, D2 unit 226, L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244, C unit 245 and P unit 246) are examples of the individually controllable functional units.
  • the creg field 1301 (bits 29 to 31) and the z bit 1302 (bit 28) are optional fields used in conditional instructions.
  • the bits are used for conditional instructions to identify the predicate register and the condition.
  • the creg field 1301 and the z field 1302 are encoded in the instruction as shown in Table 1.
  • Execution of a conditional instruction is conditional upon the value stored in the specified data register.
  • the data register is in the global scalar register file 211 for all functional units.
  • "z" in the z bit column refers to the zero/not zero comparison selection noted above and "x" is a don't care state.
  • This coding specifies a subset of the sixteen global registers as predicate registers which preserves bits in the instruction coding. Note that unconditional instructions do not have the optional bits. For unconditional instructions, the bits in fields 1301 and 1302 (28 to 31) are used as additional opcode bits.
  • the dst field 1303 (bits 23 to 27) specifies a register in a corresponding register file as the destination of the instruction results.
  • the src2/cst field 1304 (bits 18 to 22) has several meanings depending on the instruction opcode field (bits 3 to 12 for all instructions and also bits 28 to 31 for unconditional instructions). One meaning specifies a register of a corresponding register file as the second operand. Another meaning is an immediate constant. Depending on the instruction type, the field 1304 is treated as an unsigned integer and zero extended to a specified data length or is treated as a signed integer and sign extended to the specified data length.
  • the srcl field 1305 (bits 13 to 17) specifies a register in a corresponding register file as the first source operand.
  • the opcode field 1306 (bits 3 to 12) for all instructions (and also bits 28 to 31 for unconditional instructions) specifies the type of instruction and designates appropriate instruction options including unambiguous designation of the functional unit used and operation performed. A detailed explanation of the opcode is beyond the scope of this description except for the instruction options described below.
  • the p bit 1309 (bit 0) marks the execute packets.
  • An execute packet can contain up to sixteen instructions. Each instruction in an execute packet uses a different functional unit.
  • Each execute packet can contain one each of these unique 32-bit condition code extension slots which contains the 4-bit creg/z fields for the instructions in the same execute packet.
  • FIG. 14 illustrates the coding for condition code extension slot 0
  • FIG. 15 illustrates the coding for condition code extension slot 1.
  • FIG. 14 illustrates the coding for condition code extension slot 0 having 32 bits.
  • Field 1401 (bits 28 to 31) specifies 4 creg/z bits assigned to the LI unit 221 instruction in the same execute packet.
  • Field 1402 (bits 27 to 24) specifies four creg/z bits assigned to the L2 unit 241 instruction in the same execute packet.
  • Field 1403 (bits 20 to 23) specifies four creg/z bits assigned to the SI unit 222 instruction in the same execute packet.
  • Field 1404 (bits 16 to 19) specifies four creg/z bits assigned to the S2 unit 242 instruction in the same execute packet.
  • Field 1405 (bits 12 to 15) specifies four creg/z bits assigned to the D1 unit 225 instruction in the same execute packet.
  • Field 1406 (bits 8 to 11) specifies four creg/z bits assigned to the D2 unit 226 instruction in the same execute packet.
  • Field 1407 (bits 6 and 7) is unused/reserved.
  • Field 1408 (bits 0 to 5) is coded as a set of unique bits (CCEX0) to identify the condition code extension slot 0. Once the unique ID of condition code extension slot 0 is detected, the corresponding creg/z bits are employed to control conditional execution of any LI unit 221, L2 unit 241, SI unit 222, S2 unit 242, D1 unit 225 and D2 unit 226 instruction in the same execution packet. The creg/z bits are interpreted as shown in Table 1.
  • conditional includes creg/z bits
  • the corresponding bits in the condition code extension slot 0 override the condition code bits in the instruction. Setting the creg/z bits equal to "0000" makes the instruction unconditional. Thus, a properly coded condition code extension slot 0 can make some corresponding instructions conditional and some unconditional.
  • FIG. 15 illustrates the coding for condition code extension slot 1 having 32 bits.
  • Field 1501 (bits 28 to 31) specifies four creg/z bits assigned to the Ml unit 223 instruction in the same execute packet.
  • Field 1502 (bits 27 to 24) specifies four creg/z bits assigned to the M2 unit 243 instruction in the same execute packet.
  • Field 1503 (bits 19 to 23) specifies four creg/z bits assigned to the C unit 245 instruction in the same execute packet.
  • Field 1504 (bits 16 to 19) specifies four creg/z bits assigned to the N1 unit 224 instruction in the same execute packet.
  • Field 1505 (bits 12 to 15) specifies four creg/z bits assigned to the N2 unit 244 instruction in the same execute packet.
  • Field 1506 (bits 6 to 11) is unused/reserved.
  • Field 1507 (bits 0 to 5) is coded as a set of unique bits (CCEX1) to identify the condition code extension slot 1.
  • CCEX1 unique bits
  • the corresponding creg/z bits are employed to control conditional execution of any Ml unit 223, M2 unit 243, C unit 245, N1 unit 224 and N2 unit 244 instruction in the same execution packet. These creg/z bits are interpreted as shown in Table 1. If the corresponding instruction is conditional (includes creg/z bits), the corresponding bits in the condition code extension slot 1 override the condition code bits in the instruction. Setting the creg/z bits equal to "0000" makes the instruction unconditional. Thus, a properly coded condition code extension slot 1 can make some instructions conditional and some unconditional.
  • condition code extension slot 0 and condition code extension slot 1 can include a p bit to define an execute packet as described above in conjunction with FIG. 13.
  • code extension slot 0 and condition code extension slot 1 have bit 0 (p bit) encoded as 1.
  • neither condition code extension slot 0 nor condition code extension slot 1 can be in the last instruction slot of an execute packet.
  • Each execute packet can contain one each of the unique constant extension slots which contains 27 bits to be concatenated as high order bits with the 5-bit constant field 1305 to form a 32-bit constant.
  • some instructions define the src2/cst field 1304 as a constant rather than a source register identifier. At least some of such instructions can employ a constant extension slot to extend the constant to 32 bits.
  • FIG. 16 illustrates the fields of constant extension slot 0.
  • Each execute packet can include one instance of constant extension slot 0 and one instance of constant extension slot 1.
  • FIG. 16 illustrates that constant extension slot 0 1600 includes two fields.
  • Field 1601 bits 5 to 31
  • Field 1602 bits 0 to 4
  • CSTX0 set of unique bits
  • constant extension slot 0 1600 can be used to extend the constant of one of an LI unit 221 instruction, data in a D1 unit 225 instruction, an S2 unit 242 instruction, an offset in a D2 unit 226 instruction, an M2 unit 243 instruction, an N2 unit 244 instruction, a branch instruction, or a C unit 245 instruction in the same execute packet.
  • Constant extension slot 1 is similar to constant extension slot 0 except that bits 0 to 4 are coded as a set of unique bits (CSTX1) to identify the constant extension slot 1.
  • constant extension slot 1 can be used to extend the constant of one of an L2 unit 241 instruction, data in a D2 unit 226 instruction, an SI unit 222 instruction, an offset in a D1 unit 225 instruction, an Ml unit 223 instruction or an N1 unit 224 instruction in the same execute packet.
  • Constant extension slot 0 and constant extension slot 1 are used as follows.
  • the target instruction is of the type permitting constant specification.
  • the extension is implemented by replacing one input operand register specification field with the least significant bits of the constant as described above with respect to scr2/cst field 1304.
  • Instruction decoder 113 determines this case, known as an immediate field, from the instruction opcode bits.
  • FIG. 17 is a partial block diagram 1700 illustrating constant extension.
  • FIG. 17 assumes that instruction decoder 113 (FIG. 1) detects a constant extension slot and a corresponding instruction in the same execute packet.
  • Instruction decoder 113 supplies the twenty-seven extension bits from the constant extension slot (bit field 1601) and the five constant bits (bit field 1305) from the corresponding instruction to concatenator 1701.
  • Concatenator 1701 forms a single 32-bit word from these two parts.
  • the twenty-seven extension bits from the constant extension slot (bit field 1601) are the most significant bits and the five constant bits (bit field 1305) are the least significant bits.
  • the combined 32-bit word is supplied to one input of multiplexer 1702.
  • the five constant bits from the corresponding instruction field 1305 supply a second input to multiplexer 1702. Selection of multiplexer 1702 is controlled by the status of the constant extension bit. If the constant extension bit (e bit 1307) is 1 (extended), multiplexer 1702 selects the concatenated 32-bit input. If the constant extension bit is 0 (not extended), multiplexer 1702 selects the five constant bits from the corresponding instruction field 1305. The output of multiplexer 1702 supplies an input of sign extension unit 1703.
  • Sign extension unit 1703 forms the final operand value from the input from multiplexer 1703. Sign extension unit 1703 receives control inputs Scalar/Vector and Data Size. The Scalar/Vector input indicates whether the corresponding instruction is a scalar instruction or a vector instruction.
  • the functional units of data path side A 115 (LI unit 221, SI unit 222, Ml unit 223, N1 unit 224, D1 unit 225 and D2 unit 226) perform scalar instructions. Any instruction directed to one of these functional units is a scalar instruction.
  • Data path side B functional units L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244 and C unit 245 can perform scalar instructions or vector instructions.
  • Instruction decoder 113 determines whether the instruction is a scalar instruction or a vector instruction from the opcode bits.
  • P unit 246 may perform scalar instructions.
  • the Data Size can be eight bits (byte B), sixteen bits (half-word H), 32 bits (word W), or 64 bits (double word D).
  • Table 2 lists the operation of sign extension unit 1703 for the various options.
  • Both constant extension slot 0 and constant extension slot 1 can include a p bit to define an execute packet as described above in conjunction with FIG. 13.
  • constant extension slot 0 and constant extension slot 1 have bit 0 (p bit) encoded as 1.
  • bit 0 p bit
  • instruction decoder 113 determines that such an occurrence is an invalid operation and not supported. Alternately, the combination can be supported with extension bits of the constant extension slot applied to each corresponding functional unit instruction marked constant extended.
  • LI unit 221, SI unit 222, L2 unit 241, S2 unit 242 and C unit 245 often operate in a single instruction multiple data (SIMD) mode.
  • SIMD single instruction multiple data
  • the same instruction is applied to packed data from the two operands.
  • Each operand holds multiple data elements disposed in predetermined slots.
  • SIMD operation is enabled by carry control at the data boundaries. Such carry control enables operations on varying data widths.
  • FIG. 18 illustrates the carry control logic.
  • AND gate 1801 receives the carry output of bit N within the operand wide arithmetic logic unit (64 bits for scalar data path side A 115 functional units and 512 bits for vector data path side B 116 functional units).
  • AND gate 1801 also receives a carry control signal which is further described below.
  • the output of AND gate 1801 is supplied to the carry input of bit N+l of the operand wide arithmetic logic unit.
  • AND gates such as AND gate 1801 are disposed between every pair of bits at a possible data boundary. For example, for 8-bit data such an AND gate will be between bits 7 and 8, bits 15 and 16, bits 23 and 24, etc. Each such AND gate receives a corresponding carry control signal.
  • each carry control signal is 0, effectively blocking carry transmission between the adjacent bits.
  • the corresponding carry control signal is 1 if the selected data size requires both arithmetic logic unit sections.
  • Table 3 shows example carry control signals for the case of a 512-bit wide operand as used by vector data path side B 116 functional units which can be divided into sections of 8 bits, 16 bits, 32 bits, 64 bits, 128 bits or 256 bits.
  • the upper 32 bits control the upper bits (bits 128 to 511) carries and the lower 32 bits control the lower bits (bits 0 to 127) carries. No control of the carry output of the most significant bit is needed, thus only 63 carry control signals are required.
  • At least L2 unit 241 and S2 unit 242 employ two types of SIMD instructions using registers in predicate register file 234.
  • the SIMD vector predicate instructions operate on an instruction specified data size.
  • the data sizes include byte (8 bit) data, half word (16 bit) data, word (32 bit) data, double word (64 bit) data, quad word (128 bit) data and half vector (256 bit) data.
  • the functional unit L unit 241 or S unit 242 performs a SIMD comparison on packed data in two general data registers and supplies results to a predicate data register.
  • the instruction specifies a data size, the two general data register operands, and the destination predicate register.
  • each predicate data register includes one bit corresponding to each minimal data size portion of the general data registers.
  • the general data registers are 512 bits (64 bytes) and the predicate data registers are 64 bits (8 bytes).
  • Each bit of a predicate data register corresponds to eight bits of a general data register.
  • the comparison is performed on a specified data size (8, 16, 32, 64, 128 or 256 bits). If the comparison is true, then the functional unit supplies l's to all predicate register bits corresponding the that data size portion. If the comparison is false, the functional unit supplies zeroes to the predicate register bits corresponding to that data size portion.
  • the enabled comparison operations include: less than, greater than, and equal to.
  • the functional unit (L2 unit 241 or S2 unit 242) separately performs a first SIMD operation or a second SIMD operation on packed data in general data registers based upon the state of data in a predicate data register.
  • the instruction specifies a data size, one or two general data register operands, a controlling predicate register, and a general data register destination.
  • a functional unit can select, for each data sized portion of two vector operands, a first data element of a first operand or a second data element of a second operand dependent upon the 1/0 state of corresponding bits in the predicate data register to store in the destination register.
  • the data elements of a single vector operand can be saved to memory or not saved dependent upon the data of the corresponding bits of the predicate register.
  • the operations of P unit 245 permit a variety of compound vector SIMD operations based upon more than one vector comparison. For example, a range determination can be made using two comparisons.
  • a SIMD operation a candidate vector is compared with a vector reference having the minimum of the range packed within a data register. The greater than result is scalar data with bits corresponding to the SIMD data width set to 0 or 1 depending upon the SIMD comparison and is stored in a predicate data register.
  • Another SIMD comparison of the candidate vector is performed with another reference vector having the maximum of the range packed within a different data register produces another scalar with less than results stored in another predicate register.
  • the P unit then ANDs the two predicate registers.
  • the AND result indicates whether each SIMD data part of the candidate vector is within range or out of range.
  • a P unit BITCNT instruction of the AND result can produce a count of the data elements within the comparison range.
  • the P unit NEG function can be used to convert various expressions, such as: a less than comparison result to a greater than or equal comparison result; a greater than comparison result to a less than or equal to comparison result; or, an equal to comparison result to a not equal to comparison result.
  • FIG. 19 is a conceptual view of the streaming engine 125 of the example processor 100 of FIG. 1.
  • FIG. 19 illustrates the processing of a single stream representative of the two streams controlled by streaming engine 125.
  • Streaming engine 1900 includes stream address generator 1901.
  • Stream address generator 1901 sequentially generates addresses of the elements of the stream and supplies these element addresses to system memory 1910.
  • Memory 1910 recalls data stored at the element addresses (data elements) and supplies these data elements to data first-in-first-out (FIFO) buffer 1902.
  • Data FIFO buffer 1902 provides buffering between memory 1910 and processor 1920.
  • Data formatter 1903 receives the data elements from data FIFO memory 1902 and provides data formatting according to the stream definition. This process is described in more detail herein.
  • Streaming engine 1900 supplies the formatted data elements from data formatter 1903 to the processor 1920.
  • a program executing on processor 1920 consumes the data and generates an output.
  • Stream elements may reside in system memory.
  • the memory imposes no particular structure upon the stream.
  • Programs define streams and thereby impose structure by specifying the stream attributes such as address of the first element of the stream, size and type of the elements in the stream, formatting for data in the stream, and the address sequence associated with the stream.
  • the streaming engine defines an address sequence for elements of the stream in terms of a pointer walking through memory.
  • a multiple-level nested loop controls the path the pointer takes.
  • An iteration count for a loop level indicates the number of times the level repeats.
  • a dimension gives the distance between pointer positions of the loop level.
  • the innermost loop consumes physically contiguous elements from memory as the implicit dimension of the innermost loop is one element.
  • the pointer moves from element to element in consecutive, increasing order.
  • that loop moves the pointer to a new location based on the size of the dimension of the loop level.
  • ELEM BYTES ranges from 1 to 64 bytes as shown in Table 5.
  • f[] and g[] represent arrays in memory.
  • the algorithm reads f[] in the forward direction and reads g[] in the reverse direction.
  • Practical filters limit the range of indices for [x] and [t-x] to a finite number of elements. To support this pattern, the streaming engine supports reading elements in decreasing address order.
  • Matrix multiplication presents a unique problem to the streaming engine.
  • Each element in the matrix product is a vector dot product between a row from the first matrix and a column from the second.
  • Programs may store matrices in row-major or column-major order. Row-major order stores all the elements of a single row contiguously in memory. Column-major order stores all elements of a single column contiguously in memory. Matrices may be stored in the same order as the default array order for the language. As a result, only one of the two matrices in a matrix multiplication map on to the 2-dimensional stream definition of the streaming engine. In an example, an index steps through columns on one array and rows of the other array.
  • the streaming engine supports implicit matrix transposition with transposed streams. Transposed streams avoid the cost of explicitly transforming the data in memory. Instead of accessing data in strictly consecutive-element order, the streaming engine effectively interchanges the inner two loop dimensions of the traversal order, fetching elements along the second dimension into contiguous vector lanes.
  • Transposition granularity causes the streaming engine to fetch one or more consecutive elements from dimension 0 before moving along dimension 1.
  • the granularity equals the element size, a single column from a row-major array is fetched. Otherwise, the granularity specifies fetching two, four or more columns at a time from a row-major array. This is also applicable for column-major layout by exchanging row and column in the description.
  • a parameter GRANULE indicates the transposition granularity in bytes.
  • Another common matrix multiplication technique exchanges the innermost two loops of the matrix multiply.
  • the resulting inner loop no longer reads down the column of one matrix while reading across the row of another.
  • the algorithm may hoist one term outside the inner loop, replacing it with the scalar value.
  • the innermost loop can be implemented with a single scalar by vector multiply followed by a vector add. Or, the scalar value can be duplicated across the length of the vector and a vector by vector multiply used.
  • the streaming engine of this example directly supports the latter case and related use models with an element duplication mode. In this mode, the streaming engine reads a granule smaller than the full vector size and replicates that granule to fill the next vector output.
  • the streaming engine treats each complex number as a single element with two sub-elements that give the real and imaginary (rectangular) or magnitude and angle (polar) portions of the complex number. Not all programs or peripherals agree what order these sub-elements should appear in memory. Therefore, the streaming engine offers the ability to swap the two sub-elements of a complex number with no cost. The feature swaps the halves of an element without interpreting the contents of the element and can be used to swap pairs of sub-elements of any type, not just complex numbers.
  • Algorithms generally prefer to work at high precision, but high precision values require more storage and bandwidth than lower precision values.
  • programs store data in memory at low precision, promote those values to a higher precision for calculation, and then demote the values to lower precision for storage.
  • the streaming engine supports such operations directly by allowing algorithms to specify one level of type promotion. In this example, every sub-element can be promoted to a larger type size with either sign or zero extension for integer types.
  • the streaming engine supports floating point promotion, promoting 16-bit and 32-bit floating point values to 32-bit and 64-bit formats, respectively.
  • the streaming engine defines a stream as a discrete sequence of data elements
  • the processing unit core 110 consumes data elements packed contiguously in vectors.
  • the vectors resemble streams as the vectors contain multiple homogeneous elements with some implicit sequence. Because the streaming engine reads streams, but the processing unit core 110 consumes vectors, the streaming engine maps streams onto vectors in a consistent way.
  • Vectors include equal-sized lanes, each lane containing a sub-element.
  • the processing unit core 110 designates the rightmost lane of the vector as lane 0, regardless of current endian mode. Lane numbers increase right-to-left. The actual number of lanes within a vector varies depending on the length of the vector and the data size of the sub-element.
  • FIG. 20 illustrates the sequence of the formatting operations of formatter 1903. Formatter 1903 includes three sections: input section 2010, formatting section 2020, and output section 2030.
  • Input section 2010 receives the data recalled from system memory 1910 as accessed by stream address generator 1901. The data can be via linear fetch stream 2011 or transposed fetch stream 2012.
  • Formatting section 2020 includes various formatting blocks. The formatting performed within formatter 1903 by the blocks is further described below.
  • Complex swap block 2021 optionally swaps two sub-elements forming a complex number element.
  • Type promotion block 2022 optionally promotes each data element into a larger data size. Promotion includes zero extension for unsigned integers and sign extension for signed integers.
  • decimation can be 2: 1 retaining every other data element or 4: 1 retaining every fourth data element.
  • Vector length masking/group duplication block 2025 has two primary functions. An independently specified vector length VECLEN controls the data elements supplied to each output data vector. When group duplication is off, excess lanes in the output data vector are zero filled and these lanes are marked invalid. When group duplication is on, input data elements of the specified vector length are duplicated to fill the output data vector.
  • Output section 2030 holds the data for output to the corresponding functional units.
  • Register and buffer for processor 2031 stores a formatted vector of data to be used as an operand by the functional units of processing unit core 110 (FIG. 1).
  • FIG. 21 illustrates an example of lane allocation in a vector.
  • Lane 0 includes bits 0 to 63
  • line 1 includes bits 64 to 127
  • lane 2 includes bits 128 to 191
  • lane 3 includes bits 192 to 255
  • lane 4 includes bits 256 to 319
  • lane 5 includes bits 320 to 383
  • lane 6 includes bits 384 to 447.
  • lane 7 includes bits 448 to 511.
  • FIG. 22 illustrates another example of lane allocation in a vector.
  • Lane 0 includes bits 0 to 31, line 1 includes bits 32 to 63, lane 2 includes bits 64 to 95, lane 3 includes bits 96 to 127, lane 4 includes bits 128 to 159, lane 5 includes bits 160 to 191, lane 6 includes bits 192 to 223, lane 7 includes bits 224 to 255, lane 8 includes bits 256 to 287, lane 9 includes bits 288 to 319, lane 10 includes bits 320 to 351, lane 11 includes bits 352 to 383, lane 12 includes bits 384 to 415, lane 13 includes bits 416 to 447, lane 14 includes bits 448 to 479, and lane 15 includes bits 480 to 511.
  • the streaming engine maps the innermost stream dimension directly to vector lanes.
  • the streaming engine maps earlier elements within the innermost stream dimension to lower lane numbers and later elements to higher lane numbers, regardless of whether the stream advances in increasing or decreasing address order. Whatever order the stream defines, the streaming engine deposits elements in vectors in increasing-lane order.
  • the streaming engine places the first element in lane 0 of the vector processing unit core 110 (FIG. 1) fetches, the second in lane 1, and so on.
  • the streaming engine places the first element in lanes 0 and 1, the second element in lanes 2 and 3, and so on. Sub-elements within an element retain the same relative ordering regardless of the stream direction.
  • the sub-elements with the lower address of each pair are placed in the even numbered lanes, and the sub-elements with the higher address of each pair are placed in the odd numbered lanes.
  • the placement is reversed.
  • the streaming engine fills each vector processing unit core 110 fetches with as many elements as possible from the innermost stream dimension. If the innermost dimension is not a multiple of the vector length, the streaming engine zero pads the dimension to a multiple of the vector length. As noted below, the streaming engine also marks the lanes invalid. Thus, for higher-dimension streams, the first element from each iteration of an outer dimension arrives in lane 0 of a vector. The streaming engine maps the innermost dimension to consecutive lanes in a vector. For transposed streams, the innermost dimension includes groups of sub-elements along dimension 1, not dimension 0, as transposition exchanges these two dimensions.
  • Two-dimensional (2D) streams exhibit greater variety as compared to one dimensional streams.
  • a basic 2D stream extracts a smaller rectangle from a larger rectangle.
  • a transposed 2D stream reads a rectangle column-wise instead of row-wise.
  • a looping stream executes a finite impulse response (FIR) filter taps which loops repeatedly over FIR filter samples providing a sliding window of input samples.
  • FIR finite impulse response
  • FIG. 23 illustrates a region of memory that can be accessed using a basic two- dimensional stream.
  • the inner two dimensions represented by ELEM BYTES, ICNTO, DIM1 and ICNT1 (refer to Table 4), give sufficient flexibility to describe extracting a smaller rectangle 2320 having dimensions 2321 and 2322 from a larger rectangle 2310 having dimensions 2311 and 2312.
  • rectangle 2320 is a 9 by 13 rectangle of 64-bit values and rectangle 2310 is a larger 11 by 19 rectangle.
  • the iteration count in the 0-dimension 2321 is nine and the iteration count in the 1 -dimension 2322 is thirteen.
  • the ELEM BYTES scales the innermost dimension.
  • the first dimension has ICNTO elements of size ELEM BYTES.
  • FIG. 24 illustrates the order of elements within the example stream of FIG. 23.
  • the streaming engine fetches elements for the stream in the order illustrated in order 2400.
  • the first nine elements come from the first row of rectangle 2320, left-to-right in hops 1 to 8.
  • the 10th through 24th elements comes from the second row, and so on.
  • the streaming engine computes the new location based on the position of the pointer at the start of the inner loop, not the position of the pointer at the end of the first dimension.
  • DIMl is independent of ELEM BYTES and ICNTO.
  • DIMl represents the distance between the first bytes of each consecutive row.
  • Transposed streams are accessed along dimension 1 before dimension 0.
  • the following examples illustrate transposed streams with varying transposition granularity.
  • FIG. 25 illustrates extracting a smaller rectangle 2520 (12x8) having dimensions 2521 and 2522 from a larger rectangle 2510 (14x13) having dimensions 2511 and 2512.
  • ELEM BYTES equal 2.
  • FIG. 26 illustrates how the streaming engine fetches the stream of the example stream of FIG. 25 with a transposition granularity of four bytes.
  • Fetch pattern 2600 fetches pairs of elements from each row (because the granularity of four is twice the ELEM BYTES of two), but otherwise moves down the columns. Once the streaming engine reaches the bottom of a pair of columns, the streaming engine repeats the pattern with the next pair of columns.
  • FIG. 27 illustrates how the streaming engine fetches the stream of the example stream of FIG. 25 with a transposition granularity of eight bytes.
  • the overall structure remains the same.
  • the streaming engine fetches four elements from each row (because the granularity of eight is four times the ELEM BYTES of two) before moving to the next row in the column as shown in fetch pattern 2700.
  • FIG. 28 illustrates the details of streaming engine 125 of FIG. 1.
  • Streaming engine 125 contains three major sections: Stream 0 engine 2810; Stream 1 engine 2820; and Shared L2 Interfaces 2830.
  • Stream 0 engine 2810 and Stream 1 2820 both contain identical hardware that operates in parallel.
  • Stream 0 engine 2810 and Stream 1 engine 2820 both share L2 interfaces 2830.
  • Each stream 0 engine 2810 and stream 1 engine 2820 provides processing unit core 110 (FIG. 1) data at a rate of up to 512 bits/cycle, every cycle, which is enabled by the dedicated stream paths and shared dual L2 interfaces.
  • Each streaming engine 125 includes a respective dedicated 6-dimensional (6D) stream address generator 2811/2821 that can each generate one new non-aligned request per cycle.
  • address generators 2811/2821 output 512-bit aligned addresses that overlap the elements in the sequence defined by the stream parameters.
  • Each address generator 2811/2821 connects to a respective dedicated micro table look-aside buffer (pTLB) 2812/2822.
  • the pTLB 2812/2822 converts a single 48-bit virtual address to a 44-bit physical address each cycle.
  • Each pTLB 2812/2822 has 8 entries, covering a minimum of 32kB with 4kB pages or a maximum of 16MB with 2MB pages.
  • Each address generator 2811/2821 generates 2 addresses per cycle.
  • the pTLB 2812/2822 only translates one address per cycle.
  • streaming engine 125 operates under the assumption that most stream references are within the same 4 kB page. Thus, the address translation does not modify bits 0 to 11 of the address.
  • Translated addresses are queued in respective command queue 2813/2823. These addresses are aligned with information from the respective corresponding Storage Allocation and Tracking block 2814/2824.
  • Streaming engine 125 does not explicitly manage pTLB 2812/2822.
  • the system memory management unit (MMU) invalidates pTLBs as necessary during context switches.
  • Storage Allocation and Tracking 2814/2824 manages the internal storage of the stream, discovering data reuse and tracking the lifetime of each piece of data.
  • the block accepts two virtual addresses per cycle and binds those addresses to slots in the internal storage.
  • the data store is organized as an array of slots.
  • the streaming engine maintains following metadata to track the contents and lifetime of the data in each slot: 49-bit virtual address associated with the slot, valid bit indicating valid address, ready bit indicating data has arrived for the address, active bit indicating if there are any references outstanding to this data, and a last reference value indicating the most recent reference to this slot in the reference queue.
  • the storage allocation and tracking are further described herein.
  • Respective reference queue 2815/2825 stores the sequence of references generated by the respective corresponding address generator 2811/2821. The reference sequence enables the data formatting network to present data to processing unit core 110 in the correct order. Each entry in respective reference queue 2815/2825 contains the information necessary to read data out of the data store and align the data for processing unit core 110. Respective reference queue 2815/2825 maintains the information listed in Table 6 in each slot.
  • Storage allocation and tracking 2814/2824 inserts references in reference queue 2815/2825 as address generator 2811/2821 generates new addresses.
  • Storage allocation and tracking 2814/2824 removes references from reference queue 2815/2825 when the data becomes available and there is room in the stream head registers.
  • Storage allocation and tracking 2814/2824 compares reference queue 2815/2825 removal pointer against the recorded last reference of the slot. If the pointer and the recorded last reference match, then storage allocation and tracking 2814/2824 marks the slot inactive once the data is no longer needed.
  • Streaming engine 125 has respective data storage 2816/2826 for a selected number of elements. Deep buffering allows the streaming engine to fetch far ahead in the stream, hiding memory system latency. Each data storage 2816/2826 accommodates two simultaneous read operations and two simultaneous write operations per cycle and each is therefore referred to a two-read, two-write (2r2w) data storage. In other examples, the amount of buffering can be different. In the current example, streaming engine 125 dedicates 32 slots to each stream with each slot tagged by a virtual address. Each slot holds 64 bytes of data in eight banks of eight bytes.
  • Data storage 2816/2826 and the respective storage allocation/tracking logic 2814/2824 and reference queues 2815/2825 implement the data FIFO 1902 described with reference to FIG. 19.
  • Respective butterfly network 2817/2827 includes a seven-stage butterfly network that implements the formatter 1903 (FIG. 19, FIG. 20).
  • Butterfly network 2817/2827 receives 128 bytes of input and generates 64 bytes of output.
  • the first stage of the butterfly is actually a half-stage that collects bytes from both slots that match a non-aligned fetch and merges the collected bytes into a single, rotated 64-byte array.
  • the remaining six stages form a standard butterfly network.
  • Respective butterfly network 2817/2827 performs the following operations: rotates the next element down to byte lane 0; promotes data types by a power of two, if requested; swaps real and imaginary components of complex numbers, if requested; and converts big endian to little endian if processing unit core 110 is presently in big endian mode.
  • the user specifies element size, type promotion, and real/imaginary swap as part of the parameters of the stream.
  • Streaming engine 125 attempts to fetch and format data ahead of processing unit core 110's demand in order to maintain full throughput.
  • Respective stream head registers 2818/2828 provide a small amount of buffering so that the process remains fully pipelined.
  • Respective stream head registers 2818/2828 are not directly architecturally visible.
  • Each stream also has a respective stream valid register 2819/2829.
  • Valid registers 2819/2829 indicate which elements in the corresponding stream head registers 2818/2828 are valid.
  • the outputs of stream head registers 2818/2828 and valid registers 2819/2829 are provided to processing unit core 110 via buses 2840/2841.
  • the two streams 2810/2820 share a pair of independent L2 interfaces 2830: L2 Interface A (IF A) 2833 and L2 Interface B (IFB) 2834.
  • Each L2 interface provides 512 bits/cycle throughput direct to the L2 controller 130 (FIG. 1) via respective buses 147/149 for an aggregate bandwidth of 1024 bits/cycle.
  • the L2 interfaces use the credit-based multicore bus architecture (MBA) protocol.
  • MSA multicore bus architecture
  • the MBA protocol is described in more detail in U.S. Patent 9,904,645, “Multicore Bus Architecture with Non-Blocking High Performance Transaction Credit System,” which is incorporated by reference herein.
  • the L2 controller assigns a pool of command credits to each interface. The pool has sufficient credits so that each interface can send sufficient requests to achieve full read-return bandwidth when reading L2 RAM, L2 cache and multicore shared memory controller (MSMC) memory, as described in more detail herein.
  • MSMC multicore shared memory controller
  • both streams can use both L2 interfaces, allowing a single stream to send a peak command rate of two requests per cycle.
  • Each interface prefers one stream over the other, but this preference changes dynamically from request to request.
  • IFA 2833 and IFB 2834 prefer opposite streams, when IFA 2833 prefers Stream 0, IFB 2834 prefers Stream 1 and vice versa.
  • Respective arbiter 2831/2832 ahead of each respective interface 2833/2834 applies the following basic protocol on every cycle having credits available.
  • Arbiter 2831/2832 checks if the preferred stream has a command ready to send. If so, arbiter 2831/2832 chooses that command.
  • Arbiter 2831/2832 next checks if an alternate stream has at least two requests ready to send, or one command and no credits. If so, arbiter 2831/2832 pulls a command from the alternate stream. If either interface issues a command, the notion of preferred and alternate streams swap for the next request. Using this algorithm, the two interfaces dispatch requests as quickly as possible while retaining fairness between the two streams.
  • the first rule ensures that each stream can send a request on every cycle that has available credits.
  • the second rule provides a mechanism for one stream to borrow the interface of the other when the second interface is idle.
  • the third rule spreads the bandwidth demand for each stream across both interfaces, ensuring neither interface becomes a bottleneck.
  • Respective coarse grain rotator 2835/2836 enables streaming engine 125 to support a transposed matrix addressing mode. In this mode, streaming engine 125 interchanges the two innermost dimensions of the multidimensional loop to access an array column-wise rather than row-wise. Respective rotators 2835/2836 are not architecturally visible.
  • FIG. 29 illustrates an example stream template register 2900.
  • the stream definition template provides the full structure of a stream that contains data. The iteration counts and dimensions provide most of the structure, while the various flags provide the rest of the details.
  • a single stream template 2900 is defined for all data-containing streams. All stream types supported by the streaming engine are covered by the template 2900.
  • the streaming engine supports a six-level loop nest for addressing elements within the stream. Most of the fields in the stream template 2900 map directly to the parameters in that algorithm. The numbers above the fields are bit numbers within a 256-bit vector. Table 7 shows the stream field definitions of a stream template.
  • Loop 0 is the innermost loop and loop 5 is the outermost loop.
  • DIM0 is equal to ELEM BYTES defining physically contiguous data.
  • the stream template register 2900 does not define DIM0.
  • Streaming engine 125 interprets iteration counts as unsigned integers and dimensions as unsealed signed integers. An iteration count of zero at any level (ICNT0, ICNT1, ICNT2, ICNT3, ICNT4 or ICNT5) indicates an empty stream. Each iteration count must be at least one to define a valid stream.
  • the template above specifies the type of elements, length and dimensions of the stream.
  • the stream instructions separately specify a start address, e.g ., by specification of a scalar register in scalar register file 211 which stores the start address.
  • a program can open multiple streams using the same template but different registers storing the start address.
  • FIG. 30 illustrates an example of sub-field definitions of the flags field 2921 shown in FIG. 29.
  • the flags field 2911 is 6 bytes or 48 bits.
  • FIG. 30 shows bit numbers of the fields. Table 8 shows the definition of these fields.
  • the Element Type (ELTYPE) field 3001 defines the data type of the elements in the stream.
  • the coding of the four bits of the ELTYPE field 3001 is defined as shown in Table 9.
  • Real/Complex Type determines whether the streaming engine treats each element as a real number or two parts (real/imaginary or magnitude/angle) of a complex number and also specifies whether to swap the two parts of complex numbers.
  • Complex types have a total element size twice the sub-element size. Otherwise, the sub-element size equals the total element size.
  • Sub-Element Size determines the type for purposes of type promotion and vector lane width. For example, 16-bit sub-elements get promoted to 32-bit sub-elements or 64-bit sub-elements when a stream requests type promotion.
  • the vector lane width matters when processing unit core 110 (FIG. 1) operates in big endian mode, as the core 110 lays out vectors in little endian order.
  • Total Element Size specifies the minimal granularity of the stream which determines the number of bytes the stream fetches for each iteration of the innermost loop. Streams read whole elements, either in increasing or decreasing order. Therefore, the innermost dimension of a stream spans ICNT0 c total-element-size bytes.
  • the TRANSPOSE field 3002 determines whether the streaming engine accesses the stream in a transposed order.
  • the transposed order exchanges the inner two addressing levels.
  • the TRANSPOSE field 3002 also indicated the granularity for transposing the stream.
  • the coding of the three bits of the TRANSPOSE field 3002 is defined as shown in Table 10 for normal 2D operations.
  • Streaming engine 125 can transpose data elements at a different granularity than the element size thus allowing programs to fetch multiple columns of elements from each row.
  • the transpose granularity cannot be smaller than the element size.
  • the TRANSPOSE field 3002 interacts with the DIMFMT field 3009 in a manner further described below.
  • the PROMOTE field 3003 controls whether the streaming engine promotes sub-elements in the stream and the type of promotion. When enabled, streaming engine 125 promotes types by powers-of-2 sizes.
  • the coding of the three bits of the PROMOTE field 3003 is defined as shown in Table 11.
  • each sub-element is unchanged and occupies a vector lane equal in width to the size specified by ELTYPE.
  • PROMOTE is 001, corresponding to a 2x promotion and zero extend, each sub-element is treated as an unsigned integer and zero extended to a vector lane twice the width specified by ELTYPE.
  • a 2x promotion is invalid for an initial sub-element size of 64 bits.
  • PROMOTE is 010, corresponding to a 4x promotion and zero extend, each sub-element is treated as an unsigned integer and zero extended to a vector lane four times the width specified by ELTYPE.
  • a 4x promotion is invalid for an initial sub-element size of 32 or 64 bits.
  • each sub-element is treated as an unsigned integer and zero extended to a vector lane eight times the width specified by ELTYPE.
  • An 8x promotion is invalid for an initial sub-element size of 16, 32 or 64 bits.
  • PROMOTE is 101, corresponding to a 2x promotion and sign extend, each sub-element is treated as a signed integer and sign extended to a vector lane twice the width specified by ELTYPE.
  • a 2x promotion is invalid for an initial sub-element size of 64 bits.
  • each sub-element is treated as a signed integer and sign extended to a vector lane four times the width specified by ELTYPE.
  • a 4x promotion is invalid for an initial sub-element size of 32 or 64 bits.
  • PROMOTE is 111, corresponding to an 8x promotion and zero extend, each sub-element is treated as a signed integer and sign extended to a vector lane eight times the width specified by ELTYPE.
  • An 8x promotion is invalid for an initial sub-element size of 16, 32 or 64 bits.
  • the VECLEN field 3004 defines the stream vector length for the stream in bytes. Streaming engine 125 breaks the stream into groups of elements that are VECLEN bytes long. The coding of the three bits of the VECLEN field 3004 is defined as shown in Table 12.
  • VECLEN cannot be less than the product of the element size in bytes and the duplication factor. As shown in Table 11, the maximum VECLEN of 64 bytes equals the preferred vector size of vector data path side B 116. When VECLEN is shorter than the native vector width of processing unit core 110, streaming engine 125 pads the extra lanes in the vector provided to processing unit core 110.
  • the GRDUP field 3006 determines the type of padding. The VECLEN field 3004 interacts with ELDUP field 3005 and GRDUP field 3006 in a manner detailed below.
  • the ELDUP field 3005 specifies the number of times to duplicate each element.
  • the element size multiplied with the element duplication amount cannot exceed the 64 bytes.
  • the coding of the three bits of the ELDUP field 3005 is defined as shown in Table 13. Table 13
  • the ELDUP field 3005 interacts with VECLEN field 3004 and GROUP field 3006 in a manner detailed below.
  • the nature of the relationship between the permitted element size, the element duplication factor, and the destination vector length requires that a duplicated element that overflows the first destination register fills an integer number of destination registers upon completion of duplication.
  • the data of the additional destination registers eventually supplies the respective stream head register 2818/2828.
  • the next data element is rotated down to the least significant bits of source register 3100 discarding the first data element. The process then repeats for the new data element.
  • the GRDUP bit 3006 determines whether group duplication is enabled. If GRDUP bit 3006 is 0, then group duplication is disabled. If the GRDUP bit 3006 is 1, then group duplication is enabled. When enabled by GRDUP bit 3006, streaming engine 125 duplicates a group of elements to fill the vector width.
  • VECLEN field 3004 defines the length of the group to replicate. When VECLEN field 3004 is less than the vector length of processing unit core 110 and GRDUP bit 3006 enables group duplication, streaming engine 125 fills the extra lanes (see FIGS. 21 and 22) with additional copies of the stream vector. Because stream vector length and vector length of processing unit core 110 are integral powers of two, group duplication produces an integral number of duplicate copies. Note GRDUP and VECLEN do not specify the number of duplications. The number of duplications performed is based upon the ratio of VECLEN to the native vector length, which is 64 bytes/512 bits in this example.
  • the GRDUP field 3006 specifies how streaming engine 125 pads stream vectors for bits following the VECLEN length to the vector length of processing unit core 110.
  • GRDUP bit 3006 When GRDUP bit 3006 is 0, streaming engine 125 fills the extra lanes with zeros and marks the extra vector lanes invalid.
  • GRDUP bit 3006 When GRDUP bit 3006 is 1, streaming engine 125 fills extra lanes with copies of the group of elements in each stream vector.
  • Setting GRDUP bit 3006 to 1 has no effect when VECLEN is set to the native vector width of processing unit core 110.
  • VECLEN must be at least as large as the product of ELEM BYTES and the element duplication factor ELDUP. Accordingly, an element or the duplication factor number of elements cannot be separated using VECLEN.
  • Group duplication operates to the destination vector size. Group duplication does not change the data supplied when the product of the element size ELEM BYTES and element duplication factor ELDUP equals or exceeds the destination vector width. Under such conditions, the states of the GRDUP bit 3006 and the VECLEN field 3004 have no effect on the supplied data.
  • the set of examples below illustrate the interaction between VECLEN and GRDUP.
  • Each of the following examples show how the streaming engine maps a stream onto vectors across different stream vector lengths and the vector size of vector data path side B 116.
  • the stream of this example includes twenty-nine elements (E0 to E28) of 64 bits/8 bytes.
  • the stream can be a linear stream of twenty-nine elements or an inner loop of 29 elements.
  • the tables illustrate eight byte lanes such as shown in FIG. 21. Each illustrated vector is stored in the respective stream head register 2818/2828 in turn.
  • Table 14 illustrates how the example stream maps onto bits within the 64-byte processor vectors when VECLEN is 64 bytes.
  • the stream extends over four vectors. As previously described, the lanes within vector 4 that extend beyond the stream are zero filled.
  • VECLEN has a size equal to the native vector length, the value of GRDUP does not matter as no duplication can take place with such a VECLEN.
  • the twenty-nine elements of the stream are distributed over lanes 0 to 3 in eight vectors. Extra lanes 4 to 7 in vectors 1-7 are zero filled. In vector 8, lane 1 has a stream element (E28) and the other lanes are zero filled.
  • the twenty-nine elements of the stream are distributed over lanes 0-7 in eight vectors. Each vector 1-7 includes four elements duplicated.
  • the duplication factor (2) results because VECLEN (32 bytes) is half the native vector length of 64 bytes. In vector 8, lane 0 has a stream element (E28) and lanes 1-3 are zero filled. Lanes 4-7 of vector 9 duplicate this pattern.
  • the twenty-nine elements of the stream are distributed over lanes 0-7 in fifteen vectors. Each vector 1-7 includes two elements duplicated four times. The duplication factor (4) results because VECLEN (16 bytes) is one quarter the native vector length of 64 bytes. In vector 15, lane 0 has a stream element (E28) and lane 1 is zero filled. This pattern is duplicated in lanes 2 and 3, lanes 4 and 5, and lanes 6 and 7 of vector 15.
  • the twenty-nine elements of the stream all appear on lanes 0 to 7 in twenty-nine vectors. Each vector includes one element duplicated eight times. The duplication factor (8) results because VECLEN (8 bytes) is one eighth the native vector length of 64 bytes. Thus, each lane is the same in vectors 1-29.
  • FIG. 31 illustrates an example of vector length masking/group duplication block 2025 (see FIG. 20) that is included within formatter block 1903 of FIG. 19.
  • Input register 3100 receives a vector input from element duplication block 2024 shown in FIG. 20.
  • 3100 includes 64 bytes arranged in 64 1-byte blocks byteO to byte63. Note that bytes byteO to byte63 are each equal in length to the minimum of ELEM BYTES.
  • a set of multiplexers 3101 to 3163 couple input bytes from source register 3100 to output register 3170. Each respective multiplexer 3101 to 3163 supplies an input to a respective bytel to byte63 of output register 3170. Not all input bytes byteO to byte63 of input register 3100 are coupled to every multiplexer
  • Multiplexers 3101 to 3163 are controlled by multiplexer control encoder 3180.
  • Multiplexer control encoder 3180 receives ELEM BYTES, VECLEN and GRDUP input signals and generates respective control signals for multiplexers 3101 to 3163.
  • ELEM BYTES and ELDUP are supplied to multiplexer control encoder 3180 to check to see that VECLEN is at least as great as the product of ELEM BYTES and ELDUP.
  • multiplexer control encoder 3180 controls multiplexers 3101 to 3163 to transfer least significant bits equal in number to VECLEN from input register 3100 to output register 3170.
  • Element duplication Element duplication
  • group duplication GUDP
  • Element duplication and group duplication can be used together or separately. Because of how these are specified, element duplication permits overflow to the next vector while group duplication does not.
  • the DECIM field 3007 controls data element decimation of the corresponding stream.
  • Streaming engine 125 deletes data elements from the stream upon storage in respective stream head registers 2818/2828 for presentation to the requesting functional unit. Decimation removes whole data elements, not sub-elements.
  • the DECIM field 3007 is defined as listed in Table 21.
  • DECIM field 3007 equals 00, then no decimation occurs. The data elements are passed to the corresponding stream head registers 2818/2828 without change. If DECIM field 3007 equals 01, then 2: 1 decimation occurs. Streaming engine 125 removes odd number elements from the data stream upon storage in the stream head registers 2818/2828. Limitations in the formatting network require 2: 1 decimation to be employed with data promotion by at least 2x (PROMOTE cannot be 000), ICNT0 must be multiple of 2, and the total vector length
  • VECLEN must be large enough to hold a single promoted, duplicated element.
  • transposed streams (TRANSPOSE 1 0)
  • the transpose granule must be at least twice the element size in bytes before promotion. If DECIM field 3007 equals 10, then 4: 1 decimation occurs.
  • Streaming engine 125 retains every fourth data element removing three elements from the data stream upon storage in the stream head registers 2818/2828. Limitations in the formatting network require 4: 1 decimation to be employed with data promotion by at least 4x (PROMOTE cannot be 000, 001 or 101), ICNT0 must be a multiple of 4 and the total vector length (VECLEN) must be large enough to hold a single promoted, duplicated element.
  • TRANSPOSE 1 0 the transpose granule must be at least twice the element size in bytes before promotion. If DECIM field 3007 equals 10, then 4: 1 decimation occurs.
  • Streaming engine 125 retains every fourth data element removing three elements
  • the transpose granule must be at least twice the element size in bytes before promotion for 2: 1 decimation (GRANULE > 2 x ELEM BYTES) and at least four times the element size in bytes before promotion for 4: 1 decimation (GRANULE > 4 x ELEM BYTES).
  • the THROTTLE field 3008 controls how aggressively the streaming engine fetches ahead of processing unit core 110.
  • the coding of the two bits of this field is defined as shown in Table 22.
  • THROTTLE does not change the meaning of the stream and serves only as a hint.
  • the streaming engine can ignore this field. Programs should not rely on the specific throttle behavior for program correctness, because the architecture does not specify the precise throttle behavior.
  • THROTTLE allows programmers to provide hints to the hardware about the program behavior.
  • the DIMFMT field 3009 defines which of the loop count fields ICNT0 2901, ICNT1 2902, ICNT2 2903, ICNT3 2804, ICNT4 2905 and ICNT5 2906, of the loop dimension fields DIM1 2911, DIM2 2912, DIM3 2913, DIM4 2914 and DIM5 2915 and of the addressing mode fields AMO 3013, AMI 3014, AM2 3015, AM3 3016, AM4 3017 and AM5 3018 (part of FLAGS field 2921) of the stream template register 2900 are active for the particular stream.
  • Table 23 lists the active loops for various values of the DIMFMT field 3009. Each active loop count must be at least 1 and the outer active loop count must be greater than 1.
  • the DIR bit 3010 determines the direction of fetch of the inner loop (LoopO). If the DIR bit 3010 is 0, LoopO fetches are in the forward direction toward increasing addresses. If the DIR bit 3010 is 1, LoopO fetches are in the backward direction toward decreasing addresses. The fetch direction of other loops is determined by the sign of the corresponding loop dimension DIM1, DIM2, DIM3, DIM4 and DIM5.
  • the CBK0 field 3011 and the CBK1 field 3012 control the circular block size upon selection of circular addressing. The manner of determining the circular block size is described herein.
  • the AMO field 3013, AMI field 3014, AM2 field 3015, AM3 field 3016, AM4 field 3017 and AM5 field 3018 control the addressing mode of a corresponding loop, thus permitting the addressing mode to be independently specified for each loop.
  • Each of AMO field 3013, AMI field 3014, AM2 field 3015, AM3 field 3016, AM4 field 3017 and AM5 field 3018 are three bits and are decoded as listed in Table 24.
  • the circular block size is set by the number encoded by CBKO (first circular address mode 01) or the number encoded by CBKO+CBKl+1 (second circular address mode 10).
  • the circular address block size in the first circular address mode, can range from 512 bytes to 16 M bytes.
  • the circular address block size can range from 1 K bytes to 64 G bytes.
  • the encoded block size is 2 (B+9) bytes, where B is the encoded block number which is CBKO for the first block size (AMx of 01) and CBKO+CBKl+1 for the second block size (AMx of 10).
  • the processing unit 110 exposes the streaming engine 125 (FIG. 28) to programs through a small number of instructions and specialized registers. Programs start and end streams with SEOPEN and SECLOSE. SEOPEN opens a new stream and the stream remains open until terminated explicitly by SECLOSE or replaced by a new stream with SEOPEN.
  • the SEOPEN instruction specifies a stream number indicating opening stream 0 or stream 1.
  • the SEOPEN instruction specifies a data register storing the start address of the stream.
  • the SEOPEN instruction also specifies a stream template register that stores the stream template as described above.
  • the arguments of the SEOPEN instruction are listed in Table 26.
  • the stream start address register is a register in general scalar register file 211 (FIG. 2) in this example.
  • the SEOPEN instruction can specify the stream start address register via scrl field 1305 (FIG. 13) of example instruction coding 1300 (FIG. 13).
  • the SEOPEN instruction specifies stream 0 or stream 1 in the opcode.
  • the stream template register is a vector register in general vector register file 221 in this example.
  • the SEOPEN instruction can specify the stream template register via scr2/cst field 1304 (FIG. 13). If the specified stream is active, the SEOPEN instruction closes the prior stream and replaces the stream with the specified stream.
  • SECLOSE explicitly marks a stream inactive, flushing any outstanding activity. Any further references to the stream trigger exceptions. SECLOSE also allows a program to prematurely terminate one or both streams.
  • An SESAVE instruction saves the state of a stream by capturing sufficient state information of a specified stream to restart that stream in the future.
  • An SERSTR instruction restores a previously saved stream.
  • An SESAVE instruction saves the stream metadata and does not save any of the stream data. The stream re-fetches stream data in response to an SERSTR instruction.
  • Each stream can be in one of three states: inactive, active, or frozen after reset. Both streams begin in the inactive state. Opening a stream moves the stream to the active state. Closing the stream returns the stream to the inactive state. In the absence of interrupts and exceptions, streams ordinarily do not make other state transitions. To account for interrupts, the streaming engine adds a third state: frozen. The frozen state represents an interrupted active stream.
  • TSR Task State Register
  • a program opens a new stream over a frozen stream, the new stream replaces the old stream and the streaming engine discards the contents of the previous stream.
  • the streaming engine supports opening a new stream on a currently active stream. The streaming engine discards the contents of the previous stream, flushes the pipeline, and starts fetching data for the new opened stream. Data to processor is asserted once the data has returned. If a program closes an already closed stream, nothing happens. If a program closes an open or frozen stream, the streaming engine discards all state related to the stream, clears the internal stream-active bit, and clears the counter, tag and address registers. Closing a stream serves two purposes. Closing an active stream allows a program to specifically state the stream and the resources associated with the stream are no longer needed. Closing a frozen stream also allows context switching code to clear the state of the frozen stream, so that other tasks do not see it.
  • streaming engine 125 further includes valid registers 2819 and 2829.
  • Valid register 2819 indicates the valid lanes in stream head register 2818.
  • Valid register 2829 indicates the valid lanes in stream head register 2828.
  • Respective valid registers 2819/2829 include one bit for each minimum ELEM BYTES lane within the corresponding stream head register 2818/2828. In this example, the minimum ELEM BYTES is 1 byte.
  • the preferred data path width of processor 100 and the data length of stream head registers 2818/2828 is 64 bytes (512 bits).
  • Valid registers 2819/2829 accordingly have a data width of 64 bits.
  • Each bit in valid registers 2819/2829 indicates whether a corresponding byte in stream head registers 2818/2828 is valid. In this example, a 0 indicates the corresponding byte within the stream head register is invalid, and a 1 indicates the corresponding byte is valid. [00237]
  • the invalid/valid data in the respective valid register 2819/2829 is automatically transferred to a data register within predicate register file 234 (FIG. 2) corresponding to the particular stream.
  • the valid data for stream 0 is stored in predicate register P0 and the valid data for stream 1 is stored in predicate register P I .
  • the valid data stored in the predicate register file 234 can be used in a variety of ways.
  • the functional unit can combine the vector stream data with another set of vectors and then store the combined data to memory using the valid data indications as a mask, thus enabling the same process to be used for the end of loop data as is used for cases where all the lanes are valid which avoids storing invalid data.
  • the valid indication stored in predicate register file 234 can be used as a mask or an operand in other processes.
  • P unit 246 (FIG. 2) can have an instruction to count the number of l's in a predicate register (BITCNT, which can be used to determine the count of valid data elements from a predicate register.
  • FIG. 32 illustrates example hardware 3200 to produce the valid/invalid indications stored in the valid register 2819 (FIG. 28).
  • FIG. 32 illustrates hardware for stream 0; stream 1 includes corresponding hardware.
  • Hardware 3200 operates to generate one valid word each time data is updated in stream head register 2818 (FIG. 28).
  • a first input ELTYPE is supplied to decoder 3201.
  • Decoder 3201 produces an output TOTAL ELEMENT SIZE corresponding to the minimum data size based upon the element size ELEM BYTES and whether the elements are real numbers or complex numbers.
  • Table 27 shows an example output of decoder 3201 in bytes for the various ELTYPE codings. Note Table 9 lists bits and Table 27 lists bytes.
  • TOTAL ELEMENT SIZE is 1, 2, 4 or 8 bytes if the element is real and 2, 4, 8 or 16 bytes if the element is complex.
  • a second input PROMOTE is supplied to decoder 3202.
  • Decoder 3202 produces an output promotion factor corresponding to the PROMOTE input.
  • the meaning of various codings of PROMOTE are shown in Table 28, which shows an example output of decoder 3202 in bytes for the various PROMOTE codings.
  • the difference in extension type is not relevant to decoder 3202.
  • the outputs of decoders 3201 and 3202 are supplied to multiplier 3203.
  • the product produced by multiplier 3203 is the lane size corresponding to the TOTAL ELEMENT SIZE and the promotion factor. Because the promotion factor is an integral power of 2 (2 N ), the multiplication can be achieved by corresponding shifting of the TOTAL ELEMENT SIZE, e.g ., no shift for a promotion factor of 1, a one-bit shift for a promotion factor of 2, a two-bit shift for a promotion factor of 4, and a three-bit shift for a promotion factor of 8.
  • NUMBER OF LANES unit 3204 receives the vector length VECLEN and the LANE SIZE and generates the NUMBER OF LANES.
  • Table 29 shows an example decoding of the number of lanes for lane size in bytes and the vector length VECLEN.
  • VECLEN must be greater than or equal to the product of the element size and the duplication factor. As shown in Table 29, VECLEN must also be greater than or equal to the product of the element size and the promotion factor. This means that VECLEN must be large enough to guarantee that an element cannot be separated from its extension produced by type promotion block 2022 (FIG. 20). The cells below the diagonal in Table 29 marked indicate an unpermitted combination of parameters.
  • FIG. 33 illustrates a partial schematic view of address generator 2811 shown in FIG. 28. Address generator 2811 forms an address for fetching the next element in the defined stream of the corresponding streaming engine. Start address register 3301 stores a start address of the data stream.
  • start address register 3301 is a scalar register in global scalar register file 211 designated by the SEOPEN instruction that opened the corresponding stream.
  • the start address can be copied from the specified scalar register and stored locally at the respective address generator 2811/2821 by control logic included with address generator 2811.
  • the first loop of the stream employs LoopO count register
  • LoopO count register 3311 stores the working copy of the iteration count of the first loop (LoopO). For each iteration of LoopO, adder
  • ELEM BYTES is the size of each data element in loopO in bytes. LoopO traverses data elements physically contiguous in memory with an iteration step size of ELEM BYTES.
  • Comparator 3314 compares the count stored in LoopO count register 3311 (after incrementing by adder 3313) with the value of ICNT0 2901 (FIG. 29) from the corresponding stream template register 2900 (FIG. 29). When the output of adder 3312 equals the value of ICNT0 2901 of the stream template register 2900, an iteration of LoopO is complete. Comparator 3314 generates an active LoopO End signal. LoopO count register 3311 is reset to 0 and an iteration of the next higher loop, in this case Loopl, is triggered.
  • Circuits for the higher loops are similar to that illustrated in FIG. 33.
  • Each loop includes a respective working loop count register, adder, multiplier and comparator.
  • the adder of each loop is triggered by the loop end signal of the prior loop.
  • the second input to each multiplier is the corresponding dimension DIM1, DIM2, DIM3, DIM4 and DIM5 from the corresponding stream template.
  • the comparator of each loop compares the working loop register count with the corresponding iteration value ICNT1, ICNT2, ICNT3, ICNT4 and ICNT5 of the corresponding stream template register 2900.
  • a loop end signal generates an iteration of the next higher loop.
  • a loop end signal from Loop5 ends the stream.
  • FIG. 33 also illustrates the generation of LoopO count.
  • LoopO count equals the updated data stored in the corresponding working count register 3311. LoopO count is updated on each change of working LoopO count register 3311.
  • the loop counts for the higher loops (Loopl, Loop2, Loop3, Loop4 and Loop5) are similarly generated.
  • FIG. 33 also illustrates the generation of LoopO address.
  • LoopO address equals the data output from multiplier 3313.
  • LoopO address is updated on each change of working LoopO count register 3311. Similar circuits for Loopl, Loop2, Loop3, Loop4 and Loop5 produce corresponding loop addresses.
  • LoopO count register 3311 and the other loop count registers are implemented as count up registers.
  • initialization and comparisons operate as count down circuits.
  • the loop down count is the difference between the initial iteration count specified in the stream template register and the loop up count produced as illustrated in FIG. 33.
  • LANE/REMAINING ELEMENTS CONTROL WORD unit 3211 (FIG. 32) generates a control word 3213 based upon the number of lanes from NUMBER OF LANES unit 3204 and the loop down count selected by multiplexer 3212.
  • the control input to multiplexer 3212 is the TRANSPOSE signal from field 3002 of FIG. 30. If TRANSPOSE is disabled ("000"), multiplexer 3212 selects the LoopO down count LoopO/. For all other legal values of TRANSPOSE ("001", "010", “011 ", " 100”, "101” and "110") multiplexer 3212 selects the Loopl down count Loopl/.
  • the streaming engine maps the innermost dimension to consecutive lanes in a vector. For normal streams this is LoopO. For transposed streams, this is Loopl, because transposition exchanges the two dimensions.
  • LANE/REMAINING ELEMENTS CONTROL WORD unit 3211 generates control word 3213 as follows.
  • Control word 3213 has a number of bits equal to the number of lanes from unit 3204. If the remaining count of elements of the selected loop is greater than or equal to the number of lanes, then all lanes are valid. For this case, control word 3213 is all ones, indicating that all lanes within the vector length VECLEN are valid. If the remaining count of elements of the selected loop is nonzero and less than the number of lanes, then some lanes are valid and some are invalid. According to the lane allocation described above in conjunction with FIGS. 21 and 22, stream elements are allocated lanes starting with the least significant lanes.
  • control word 3213 includes a number of least significant bits set to one equal to the number of the selected loop down count. All other bits of control word 3213 are set to zero. In the example illustrated in FIG. 32, the number of lanes equals eight and there are five valid (1) least significant bits followed by three invalid (0) most significant bits which corresponds to a loop having five elements remaining in the final iteration.
  • Control word expansion unit 3214 expands the control word 3213 based upon the magnitude of LANE SIZE.
  • the expanded control word includes one bit for each minimally sized lane.
  • the minimum stream element size, and thus the minimum lane size is one byte (8 bits).
  • the size of holding registers 2818/2828 equals the vector size of 64 bytes (512 bits).
  • the expanded control word has 64 bits, one bit for each byte of stream holding registers 2818/2828. This expanded control word fills the least significant bits of the corresponding valid register 2819 and 2829 (FIG. 28).
  • the expanded control word includes bits for all places within respective valid register 2819/2829. There are some additional considerations when VECLEN does not equal the vector length. When VECLEN does not equal the vector length, the expanded control word does not have enough bits to fill the corresponding valid register 2819/2829. As illustrated in FIG. 32, the expanded control word fills the least significant bits of the corresponding valid register 2819/2829, thus providing the valid/invalid bits for lanes within the VECLEN width. Another mechanism is provided for lanes beyond the VECLEN width up to the data width of stream head register 2818.
  • multiplexer 3215 and group duplicate unit 3216 are illustrated to provide the needed additional valid/invalid bits.
  • a first input of multiplexer 3215 is an INVALID 0 signal that includes multiple bits equal in number to VECLEN.
  • Group duplicate unit 3216 duplicates this input to all excess lanes of stream head register 2818. Thus, the most significant bits of valid register 2819 are set to zero indicating the corresponding bytes of stream head register 2818 are invalid.
  • mux 3215 and group duplicate block 3216 are replaced with group duplicate logic that is similar to the group duplicate logic 2025 illustrated in FIG. 31.
  • a boundary 3217 is illustrated between the least significant bits and the most significant bits. The location of this boundary is set by the size of VECLEN relative to the size of stream head register 2818.
  • FIG. 34 is a partial schematic diagram 3400 illustrating the stream input operand coding described above.
  • FIG. 34 illustrates a portion of instruction decoder 113 (see FIG. 1) decoding srcl field 1305 of one instruction to control corresponding srcl input of functional unit 3420.
  • These same or similar circuits are duplicated for src2/cst field 1304 of an instruction controlling functional unit 3420.
  • these circuits are duplicated for each instruction within an execute packet capable of employing stream data as an operand that are dispatched simultaneously.
  • Instruction decoder 113 receives bits 13-17 of srcl field 1305 of an instruction.
  • the opcode field (bits 3-12 for all instructions and also bits 28-31 for unconditional instructions) unambiguously specifies a corresponding functional unit 3420 and the function to be performed.
  • functional unit 3420 can be L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244 or C unit 245.
  • the relevant part of instruction decoder 113 illustrated in FIG. 34 decodes srcl bit field 1305.
  • Sub-decoder 3411 determines whether srcl bit field 1305 is in the range from 00000 to 01111.
  • sub-decoder 3411 supplies a corresponding register number to global vector register file 231.
  • the register number is the four least significant bits of srcl bit field 1305.
  • Global vector register file 231 recalls data stored in the register corresponding to the register number and supplies the data to the srcl input of functional unit 3420.
  • Sub-decoder 3412 determines whether srcl bit field 1305 is in the range from 10000 to 10111. If this is the case, sub-decoder 3412 supplies a corresponding register number to the corresponding local vector register file. If the instruction is directed to L2 unit 241 or S2 unit 242, the corresponding local vector register file is local vector register file 232. If the instruction is directed to M2 unit 243, N2 unit 244 or C unit 245, the corresponding local vector register file is local vector register file 233. In this example, the register number is the three least significant bits of srcl bit field 1305. The corresponding local vector register file 232/233 recalls data stored in the register corresponding to the register number and supplies the data to the srcl input of functional unit 3420.
  • Sub-decoder 3413 determines whether srcl bit field 1305 is 11100. If this is the case, sub-decoder 3413 supplies a stream 0 read signal to streaming engine 125. Streaming engine 125 then supplies stream 0 data stored in holding register 2818 to the srcl input of functional unit 3420.
  • Sub-decoder 3414 determines whether srcl bit field 1305 is 11101. If this is the case, sub-decoder 3414 supplies a stream 0 read signal to streaming engine 125. Streaming engine 125 then supplies stream 0 data stored in holding register 2818 to the srcl input of functional unit 3420. Sub-decoder 3414 also supplies an advance signal to stream 0. As previously described, streaming engine 125 advances to store the next sequential vector of data elements of stream 0 in holding register 2818.
  • Sub-decoder 3415 determines whether srcl bit field 1305 is 11110. If this is the case, sub-decoder 3415 supplies a stream 1 read signal to streaming engine 125. Streaming engine 125 then supplies stream 1 data stored in holding register 2828 to the srcl input of functional unit 3420.
  • Sub-decoder 3416 determines whether srcl bit field 1305 is 11111. If this is the case, sub-decoder 3416 supplies a stream 1 read signal to streaming engine 125. Streaming engine 125 then supplies stream 1 data stored in holding register 2828 to the srcl input of functional unit 3420. Sub-decoder 3414 also supplies an advance signal to stream 1. As previously described, streaming engine 125 advances to store the next sequential vector of data elements of stream 1 in holding register 2828.
  • Similar circuits are used to select data supplied to scr2 input of functional unit 3402 in response to the bit coding of src2/cst field 1304.
  • the src2 input of functional unit 3420 can be supplied with a constant input in a manner described above. If instruction decoder 113 generates a read signal for stream 0 from either scrl field 1305 or scr2/cst field 1304, streaming engine 125 supplies the data stored in valid register 2819 to predicate register P0 of predicate register file 234 for storage. If instruction decode 113 generates a read signal for stream 1 from either scrl field 1305 or scr2/cst field 1304, streaming engine 125 supplies the data stored in valid register 2829 to predicate register PI of predicate register file 234 for storage.
  • the process illustrated in FIG. 34 automatically transfers valid data into predicate register file 234 each time stream data is read.
  • the transferred valid data can then be used by P unit 246 for further calculation of meta data.
  • the transferred valid data can also be used as a mask or as an operand for other operations by one or more of vector data path side B 116 functional units including L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244 and C unit 245. There are numerous feasible compound logic operations employing this stream valid data.
  • FIG. 35 is a partial schematic diagram 3500 illustrating another example configuration for selecting operand sources.
  • the respective stream valid register 2819/2829 need not be automatically loaded to a predetermined register in predicate register file 234. Instead, an explicit instruction to P unit 246 is used to move the data.
  • FIG. 35 illustrates a portion of instruction decoder 113 (see FIG. 1) decoding srcl field 1305 of one instruction to control a corresponding srcl input of P unit 246.
  • src2/cst field 1304 FIG. 13
  • Instruction decoder 113 receives bits 13-17 of srcl field 1305 of an instruction.
  • the opcode field opcode field (bits 3-12 for all instructions and also bits 28-31 for unconditional instructions) unambiguously specifies P unit 246 and the function to be performed.
  • the relevant part of instruction decoder 113 illustrated in FIG. 35 decodes srcl bit field 1305.
  • Sub-decoder 3511 determines whether srcl bit field 1305 is in the range 00000 to 01111. If this is the case, sub-decoder 3511 supplies a corresponding register number to global vector register file 231. In this example, the register number is the four least significant bits of srcl bit field 1305.
  • Global vector register file 231 recalls data stored in the register corresponding to the register number and supplies the data to the srcl input of P unit 246.
  • Sub-decoder 3512 determines whether srcl bit field 1305 is in the range 10000 to 10111. If this is the case, sub-decoder 3512 supplies a decoded register number to the predicate register file 234. In this example, the register number is the three least significant bits of srcl bit field 1305. The predicate register file 234 recalls data stored in the register corresponding to the register number and supplies the data to the srcl input of predicate unit 246.
  • Sub-decoder 3513 determines whether srcl bit field 1305 is 11100. If this is the case, sub-decoder 3513 supplies a stream 0 valid read signal to streaming engine 125. Streaming engine 125 then supplies valid data stored in valid register 2819 to the srcl input of P unit 246.
  • Sub-decoder 3514 determines whether srcl bit field 1305 is 11101. If this is the case, sub-decoder 3514 supplies a stream 1 valid read signal to streaming engine 125. Streaming engine 125 then supplies stream 1 valid data stored in valid register 2829 to the srcl input of P unit 246.
  • the P unit 246 instruction employing the stream valid register 2819/2829 as an operand can be any P unit instruction previously described such as NEG, BITCNT, RMBD, DECIMATE, EXPAND, AND, NAND, OR, NOR, and XOR.
  • the special instructions noted above can be limited to P unit 242.
  • the operations outlined in FIGS. 34 and 35 can be used together. If the functional unit specified by the instruction is L2 unit 241, S2 unit 242, M2 unit 243, N2 unit 244 or C unit 245, then srcl field 1305 is interpreted as outlined with respect to FIG. 34. If the functional unit specified by the instruction is P unit 246, then srcl field 1305 is interpreted as outlined with respect to FIG. 35.
  • the automatic saving of the stream valid register to a predetermined predicate register illustrated in FIG. 34 can be implemented in one example and not implemented in another example.
  • FIG. 36 is a block diagram of a system 3600 that includes processing unit core 110, streaming engine 125, system memory 3630, and matrix multiplication accelerator (MMA) 3640.
  • MMA 3640 is a tightly coupled matrix multiplication acceleration unit that is a third type of function unit for processing unit core 110. The other two are the scalar data path 115 (FIG. 1) and the vector data path 116 (FIG. 1).
  • MMA 3640 enables system 3600 to fulfill a large group of image and data processing application requirements.
  • MMA 3640 supports high computational performance requirements in matrix multiplications.
  • MMA 3640 efficiently computes large numbers of MACs (multiple accumulation) required by various vision algorithms, dense linear algebra, FFT operations and high level apps including convolutional neural networks (CNNs), structure from motion (SFM), Radar, etc. without increasing the memory bandwidth into the processing unit core 110.
  • CNNs convolutional neural networks
  • SFM structure from motion
  • Radar etc.
  • MMA 3640 supports matrix multiplication of two matrices. As shown in expression (3), where matrix A is an [n x m] matrix and matrix B is an [m x p] matrix, the matrix multiplication outputs matrix C.
  • FIG. 37 illustrates an example matrix A, matrix B and a resulting matrix C in more detail.
  • Each result element is a summation of products of elements from a row of matrix A and a column of matrix B as defined by expression (3).
  • MMA includes an A[.] buffer 3641 to hold a matrix A, a B[.] buffer 3642 to hold a matrix B, and a C[.] buffer 3643 to collect the result elements for matrix C.
  • MMA 3643 includes an array of individual multipliers and a set of accumulators as indicated at 3644 to allow an entire row of the C matrix to be calculated in one execution cycle of MMA 3640.
  • MMA 3640 is equipped to handle a 32 x 32 16-bit fixed/floating point matrix multiply and to produce a 32 x 32 16-bit product matrix in 32 cycles.
  • MMA 3640 is also equipped to multiply two 64 x 64 8-bit matrices by breaking each into four 32 x 32 sub-matrices, multiplying various combinations of the sub matrices and then combining the results to produce a final 64 x 64 8-bit matrix result.
  • Other examples may be implemented to support larger or smaller matrices having a larger or smaller precision than 8 or 16-bits.
  • Streaming engine 125 includes support for nulling unused elements of an array during a stream access without performing additional memory accesses, as described in more detail hereinbelow. In an example, streaming engine 125 includes support for inserting zeros or a selected value, such as a max value or a min value, during a stream access without performing memory accesses to provide the selected values.
  • streaming engine 125 interfaces with L2 memory 130 via unified memory controller (UMC) 3601.
  • UMC 3601 coordinates access to L2 memory 130 by the various functional units in system 3600.
  • Data routing unit 3602 interfaces with UMC 3601 to route date into the system memory 130.
  • the outputs of stream head registers 2818/2828 (FIG. 28) and valid registers 2819/2829 (FIG. 28) are provided to streaming engine interface 3611 and thence to logical units in processing unit core 110 via respective buses 2840/2841.
  • S unit 242 can be programmed to pass one stream from SE 125 to MMA A[.] buffer 3641 and to pass the other stream from SE 125 to B[.] buffer 3642.
  • the output of product matrix C[.] may be directed to L2 memory 130 via UMC 3601, or to a destination register in register file 233 via a destination multiplexer shown in C unit 245.
  • FIG. 38 is a more detailed block diagram of a portion of the streaming engine 125 of FIG. 28.
  • Linear streams work for large classes of algorithms, but not all.
  • matrix multiplication presents a unique problem for the streaming engine in that each element in the matrix product contains the result of a vector dot product between a row from the first matrix and a column from the second matrix.
  • Programs may store matrices all in row-major or column- major order. Row-major order stores all the elements of a single row contiguously in memory.
  • C and C++ programs often store arrays in row-major order.
  • Column-major order stores all elements of a single column contiguously in memory.
  • FORTRAN programs often store arrays in column-major order.
  • matrices may get stored in the same order as the default array order for the language.
  • the streaming engine supports implicit matrix transposition with a notion of transposed streams. Transposed streams avoid the cost of explicitly transforming the data in memory. Instead of accessing data in strictly consecutive-element order, the streaming engine effectively interchanges the inner two loop dimensions in its traversal order, fetching elements along the second dimension into contiguous vector lanes.
  • Transpose mode interchanges the two innermost loop levels. Accordingly, in transpose mode, the two innermost loops ICNT0 and ICNT1 are interchanged. ICNT1 determines the number of rows in each column. A column is defined as a GRANULE size. ICNT0 is the second dimension in a transpose stream and defines the horizontal width (which may or may not be a multiple of the GRANULE). In this example streaming engine, the maximum row height, ICNT1, must be at least 1 and less than or equal 16. There are no restrictions on the ICNTO in transpose. However, if the ICNTO is not a multiple of the GRANULE size, the streaming engine will pad zeros in the missing elements of each GRANULE.
  • Coarse rotator 2835 and data storage 2816 of stream 0 engine 2810 are illustrated in FIG. 38; however, coarse rotator 2836 and data storage 2826 of stream 1 engine 2820 are similar and operate in a similar manner.
  • Transpose mode is performed by stream 0 engine 2810 (FIG. 28) using resources of coarse rotator 2835, data storage unit 2816, and butterfly network 2817.
  • Transpose mode is performed by stream 1 engine 2820 (FIG. 28) using resources of coarse rotator 2836 (FIG. 28), data storage unit 2826 (FIG. 28), and butterfly network 2827 (FIG. 28).
  • data storage 2816 is organized as a register file 3810 with 32 slots of 64 bytes (512 bits). Other examples may provide a larger or a smaller amount of storage without changing the semantics of a stream. Data storage 2816 is organized as eight independent banks that are each eight bytes (64 bits) wide. Each bank includes two write ports and two read ports. In this example, each bank also includes two bits/line for parity protection.
  • the SE In Transpose mode, the SE organizes the internal storage into sector tiles, and the number of sector tiles depends on what the current vertical count (ICNT1) is set to. This allows the SE to fetch as many rows and columns as possible and organizes and rotates the data coming back from L2 into the sectors. This allows the SE to use both read and write ports per bank when reading and writing the data in transpose mode, so that the data can be rotated and ordered according to its sector.
  • ICNT1 current vertical count
  • coarse rotator 2835 includes a set of sixteen multiplexors, represented by multiplexors 3806, 3807, 3808.
  • Each multiplexor such as multiplexor 3806, has sixteen inputs that are each four bytes (32 bits) wide and are connected to receive all 512 bits provided by the L2 interface 2833 on bus 3802.
  • a four-byte output of each multiplexor is coupled to provide data to one half of a respective bank of register file 3810.
  • Each bank of register file 3810 is coupled to receive data from two multiplexors in parallel, such as 3806, 3807, such that data received from the L2 interface via bus 3802 may be manipulated in four- byte elements.
  • Reference queue 2815 receives storage allocation and tracking meta-data from storage and allocation logic 2814 (FIG. 28). As each 512-bit line of data is received from L2 via L2 interface 2833 (FIG. 28), control logic 3804 generates control signals to independently control each of the sixteen multiplexors 3806, 3807, 3808 such that any four-byte data element from the received 512-bit line of data may be stored in either side of each of the eight banks in a selected slot of register file 3810 based on the meta-data provided by reference queue 2815.
  • Coarse rotator 2835 allows each 512-bit line of data to be rotated, shifted, truncated, or duplicated by stream 0 engine 2810 as described in more detail above. Furthermore, matrix transposition may be performed by stream 0 engine 2810 using the coarse rotator 2835, as will be described in more detail below.
  • Alignment network 3820 and 3821 are each similar to coarse rotator 2835.
  • alignment network 3820 includes a set of sixteen multiplexors, represented by multiplexors 3822, 3823.
  • Each multiplexor, such as multiplexor 3822 has thirty-two inputs that are each four bytes (32 bits) wide and are connected to receive all 512 bits provided by each of the two read ports of the register file 3810.
  • a four-byte output of each multiplexor, such as multiplexor 3822 is coupled to provide data to a respective input of butterfly network 2817.
  • multiplexors 3822, 3823 can select sixteen four-byte data elements from register file 3810 to form a 64-byte line of data to provide to butterfly network 2817.
  • alignment network 3821 includes a set of sixteen multiplexors, represented by multiplexors 3824, 3825.
  • Each multiplexor such as multiplexor 3824, has thirty -two inputs that are each four bytes (32 bits) wide and are connected to receive all 512 bits provided by each of the two read ports of the register file 3810.
  • a four-byte output of each multiplexor, such as multiplexor 3824, is coupled to provide data to a respective input of butterfly network 2817.
  • multiplexors 3824, 3825 can select sixteen four-byte data elements from register file 3810 to form a 64-byte line of data to provide to butterfly network 2817.
  • Control logic 3814 generates control signals to independently control each of the sixteen multiplexors 3822, 3823 in alignment network 3820 and each of the sixteen multiplexors 3824, 3825 in alignment network 3821 such that any four-byte data element retrieved from register file 3810 may be aligned to any four-byte location within two 64-byte output lines provided to butterfly network 2817 based on the meta-data provided by reference queue 2815.
  • Butterfly network 2817 is controlled by stream 0 engine 2810 to further format data retrieved from data storage 2816 before sending the formatted data to processing unit core 110, as described in more detail with regard to FIG. 20, FIG 28.
  • Butterfly network 2817 includes multiple ranks of cross-coupled multiplexor nodes to perform the data formatting.
  • control logic 3804 for coarse rotator 2835 and control logic 3814 for data storage 2816 are implemented as asynchronous Boolean logic that is capable of generating control signals for each of the multiplexors and register file 3810 in parallel based on the contents of the meta-data provided by reference queue 2815.
  • SE0 2810 In Transpose mode, SE0 2810 organizes the internal storage 2816 into sector tiles, and the number of sector tiles depends on what the current vertical count (ICNT1) is set too. This allows the SE0 2810 to fetch as many rows and columns as possible and organizes and rotates the data coming back from L2 130 (FIG. 1) into the sectors of data storage 2816.
  • the register file 3810 includes 32 rows x 64 bytes and is organized as eight independent 4-port banks. This allows SE0 2810 to use both read / write ports per bank when reading and writing the data in transpose mode, since the data is rotated and ordered according to its sector.
  • the coarse rotator is controlled by control logic 3804 based on meta-data that is queued up in reference queue 2815 (FIG. 28, FIG. 38).
  • the meta-data is derived from the stream parameters for matrix 3700 by storage allocation tracking logic 2814 (FIG. 28).
  • control logic 3814 can control each of the multiplexers on alignment networks 3820, 3821 to force a null value onto selected elements of a stream vector based on the meta-data provided by reference queue 2815. In this manner, an entire stream vector can be set to a null value without fetching any data from system memory.
  • the null value is“0.”
  • a predefined value or pattern may be used to represent a null value.
  • control logic 3814 can control each of the multiplexers on alignment networks 3820, 3821 to force a selected value onto selected elements of a stream vector based on the meta-data provided by reference queue 2815. In this manner, an entire stream vector can be set to a selected value, such as a min value or a max value without fetching any data from system memory.
  • control logic in the address generator 2811/2821 performs count tracking for the six levels of nested iterations.
  • various conditions may be detected that are associated with one or more of the six levels of nested iterations and used to signal that a null value or a selected value is to be inserted into the vector stream without fetching data from memory for the null value or selected value vector.
  • Metadata produced by the address generator is pushed into the stream reference queue 2815/2825 (see FIG. 28).
  • processing unit core 110 FIG. 1
  • this metadata is popped out and sent to control logic 3814 in alignment network 2820/2821 with the lanes to be nulled or set to a selected value without reading data from system memory.
  • the metadata keeps track of decrement dimensions (DECDIM) and dimension widths (DECDIM WIDTH) and is fed to backend logic, as described hereinbelow in more detail.
  • CNNs convolutional neural networks
  • SFM structure from motion
  • Radar may require numeric manipulation of a complex multidimensional data structure. Boundaries of the data structure need to be clean so that anomalous data is not included in computations done at the boundary. Generally, this requires a programmer to allocate memory space at the boundary of a data structure that can be preset to a known value, such as zero, or a maximum or minimum data value. Presetting the boundary data then takes additional processing cycles to access and set the boundary data values.
  • An example steaming engine 125 includes a feature to allow a programmer to specify a decrement dimension (DECDIM WIDTH) parameter for one or more of the six dimensional nested loops supported by steaming engine 125 that is different from a dimension defined by a respective loop dimension parameter.
  • streaming engine 125 can be programmed to insert the appropriate known value into the data stream as the data stream is being fetched from system memory by the streaming engine.
  • streaming engine 125 can be programmed to insert null or known value stream vectors that correspond to boundary area of the data structure without accessing the system memory for these boundary area stream vectors, thereby reducing processing cycles and time.
  • the DECDIM feature uses two sets of flags that includes a first decrement flag (DECDIMx), where“x” is“1” or“2” in this example, a secondary decrement flag (DECDIMxSD), and a respective width parameter (DECDIMx WIDTH).
  • DECDIMx first decrement flag
  • DECDIMxSD secondary decrement flag
  • DECDIMx WIDTH respective width parameter
  • DECDIMx WIDTH fields 2931, 2932 are defined within stream template register 2900.
  • DECDIMI WIDTH 2931 is used in conjunction with DECDIMl flag 3019 (FIG. 30) and DECDIMl SD flag 3020 (FIG. 30) that are included in the flag field 2921 of stream template register 2900.
  • DECDIM2_WIDTH 2932 is used in conjunction with DECDIM2 flag 3019 (FIG. 30) and DECDIM2SD flag 3020 (FIG. 30).
  • the DECDIMx flag field and DECDIMx WIDTH supports a data strip mining feature that allows a programmer to define a“total actual width” size of an image using the DECDIM WIDTH count to provide this maximum actual width.
  • the SE 125 will pad the unused elements with zero data. This is referred to as“data strip mining”.
  • the DECDIM WIDTH count value will only reload to the programmed value again when the selected DECDIM dimension loop count (ICNT) expires.
  • the width would reload when dimension 2 (i.e., ICNT2) expires, and dimension 3 is entered.
  • the width reloads when we enter any dimension higher than the selected DECDIM dimension.
  • the secondary flag allows a“secondary decrement” count mask on top of its respective DECDIMx flag for the respective DECDIM WIDTH.
  • the respective DECDIM WIDTH is decremented or reloaded using the settings for both of the respective DECDIMx and DECDIMxSD when the respective selected dimension is entered or ends.
  • the DECDIM selection can be set for any DIM1 - DIM5 while operating in linear mode. However, in transpose mode, DIMl selection is not supported and only DIM2 - DIM5 is supported. In this example, the selected DIMx value must be an unsigned value (i.e., DIMx bit 31 is zero). All other dimensions can be unsigned or signed.
  • DIM2 must be an unsigned value.
  • DIMl, DIM3, DIM4, and DIM5 can be unsigned or signed.
  • the innermost loop count is scaled in terms of total number of bytes.
  • the innermost loop ICNT value is equal to (ICNTO x ELEM BYTES)
  • the DECDIM WIDTH count is (DECDIM WIDTH x ELEM BYTES).
  • the value of DECDIM WIDTH count will be saturated at zero in the case where the loop iteration count parameters for the selected DECDIM (i.e., ICNT1 - ICNT5) are incorrectly programmed causing DECDIM WIDTH count to underflow when decremented with the selected DIMx value.
  • streaming engine 125 will hold DECDIM WIDTH count at zero and subsequent data phases to processing unit core 110 will also be zero.
  • FIGS. 39-42 illustrate various examples how this feature operates.
  • FIG. 39 illustrates what a“normal” stream pattern would look like.
  • FIGS. 40-42 illustrate several examples of what data strip mining patterns would look like.
  • the DECDIM WIDTH value in the tables represent the count of the entire frame, which gets decremented by the selected DIMx value as each DECDIM dimension is entered. Note that the examples show data moving left to right, thus the LSByte is leftmost.
  • the FIGS. 39-42 do not enable any‘data formatting’. If data formatting is enabled, additional processing unit core 110 fetches would be required to consume each of the“Tile” width, i.e., innermost ICNT0.
  • SE 125 will not send any pTLB 2812/2822 (FIG. 28) or L2 130 (FIG. 1) fetches for regions which have been fully masked and zeroed out (DECDIM WIDTH saturated), and thus programmers need not allocate these regions in memory even though the stream addressing patterns cover these regions. SE 125 does this by keeping track of the overall DECDIM WIDTH mask count and applying the DECDIMx and DECDIMxSD settings, and when this count saturates to zero or ends on a 64-byte line boundary, all subsequent L2 fetches are blocked. By doing this, SE 125 suppresses any errors or faults associated with subsequent un-allocated regions since no pTLB 2812/2822 or L2 130 fetches are sent.
  • Transpose data strip mining is similar to linear data strip mining except the data moves in a transpose pattern.
  • DECDIM flags provides the dimension for when the DECDIM WIDTH count decrement occurs. This allows the data strip mask to apply to the remaining elements in the GRANULE.
  • FIGS. 39, 40, 41, 42, and 43 illustrate several example linear stream transfers that can be performed by example streaming engine 125. These examples are by no means an exhaustive list of the various configurations of stream transfers the can be performed by the six-dimensional nested loop control logic included within streaming engine 125.
  • FIG. 39 illustrates an example of a normal mode stream transfer 3900 in which the DECDIM flags are set to“000b” as shown in Table 30.
  • Table 31 lists the stream parameters that are placed in the stream template register 2900 (FIG. 29).
  • VECLEN 16 elements, and each element is one byte. Therefore, each stream vector includes 16 bytes of array elements data.
  • streaming engine 125 will make fetches to system memory 130 (FIG. 1) until 56 bytes of array data have been retrieved.
  • fetch 1 indicated at 3921 actually retrieves 64 bytes of data from system memory 130, but only 16 bytes of data beginning at address 0x0 are used to form the first stream vector.
  • the rest of the vector provided to processing unit core 110 (FIG. 1) is zero filled by alignment network 3820/3821 (FIG. 39) as described hereinabove.
  • fetch 2 3922, fetch 3 3923 and fetch 4 3924 access system memory 130 to form three additional stream vectors to provide to processing unit core 110.
  • ICNT0 expires at 56 elements, so only eight one- byte elements are included in the fourth stream vector.
  • Streaming engine 125 masks the remaining bytes indicated at 3925 by zero filling them using the alignment network as described hereinabove.
  • FIG. 40 illustrates an example of a linear stream data strip mining transfer 4000 in which the DECDIM flags are set to“010b” as shown in Table 30 to associate DECDIM WIDTH with DIM2.
  • Table 32 lists the stream parameters that are placed in the stream template register 2900 (FIG. 29).
  • VECLEN 16 elements, and each element is one byte. Therefore, each stream vector includes 16 bytes of array elements data.
  • fetch 1 indicated at 4021 actually retrieves 64 bytes of data from system memory 130, but only 16 bytes of data beginning at address 0x0 are used to form the first stream vector, in response to ICNT0 as indicated at 4010.
  • the rest of the vector provided to processing unit core 110 is zero filled by alignment network 3820/3821 (FIG. 39) as described hereinabove.
  • next loop level DIM2 is entered, as indicated at 4012.
  • DIM2 specifies a distance of 80 bytes; therefore fetch 8 4024 begins at address 0x080 and the inner loop is repeated to produce a single stream vector loaded with 16 bytes of element data. This loop repeats up to fetch 14 4025, when ICNT 1 expires again and the next loop level DIM2 is entered again.
  • next loop level DIM2 is entered, as indicated at 4026.
  • DIM2 specifies a distance of 80 bytes; therefore fetch 15 4026 begins at address 0x160 and the inner loop is repeated to produce a single stream vector loaded with 16 bytes of element data. This loop repeats up to fetch 21 4027, when ICNT 1 expires again and the next loop level DIM2 is entered again.
  • the next loop level DIM2 is entered, as indicated at 4026.
  • DIM2 specifies a distance of 80 bytes; therefore fetch 22 4028 begins at address 0x240 and the inner loop is repeated to produce a single stream vector loaded with 16 bytes of element data.
  • the DECDIM WIDTH parameter 4014 is set to be 248 elements, which is also 248 bytes in this example. Therefore, the array data elements in the border region indicated at 4029 are not to be used in the signal processing application that is consuming this stream. Metadata produced by address generator 2811/2821 (FIG. 28) and stored in reference queue 2815/2825 (FIG. 28) is used by control logic 3814 (FIG.
  • the data in each stream vector that involves border region 4029 is set to a value of “0”in response to the DECDIM WIDTH parameter and DECDIM flags that were stored in the stream template register 2900 (FIG. 29).
  • This loop repeats up to fetch 28 4029, when ICNT 1 expires again. In this example, ICNT also expires after these four repetitions and the stream is complete.
  • FIG. 41 illustrates an example of a linear stream data strip mining transfer 4100 in which the DECDIM flags are set to“010b” as shown in Table 30 to associate DECDIM WIDTH with DIM2.
  • Table 33 lists the stream parameters that are placed in the stream template register 2900 (FIG. 29). This example is similar to the example of FIG. 40, except that ICNT2 is set to 5, as shown in Table 33.
  • the DIM1 and DIM2 level loop are performed in a similar manner from fetch 1 4121 to fetch 28 4128. Data in border region 4029 is masked in the same manner as described in FIG. 40 in response to DECDIM WIDTH 4012.
  • Control logic within address generator 2811/2821 suppresses address generation in response to the DECDIM WIDTH being saturated so that no accesses are made to the pTLB 2812/2822 (FIG. 28) and no accesses are made to system memory 130 (FIG. 1) to produce the null vectors.
  • metadata is formed by the control logic 3814 and stored in reference queue 2815/2825. Control logic 3814 then uses the metadata to create the null vectors using alignment network 2820/2821.
  • FIG. 42 illustrates an example of a linear stream data strip mining transfer 4200 in which the DECDIM flags are set to“001b” as shown in Table 30 to associate DECDIM WIDTH with DIME Table 34 lists the stream parameters that are placed in the stream template register 2900 (FIG. 29).
  • This example is similar to the example of FIG. 40, except that the DECDIM WIDTH count is linked to DIM1 instead of DIM2.
  • the DIM1 level loop is performed in a similar manner from fetch 1 4221 to fetch 3 4222.
  • DECDIM WIDTH count reaches zero and data in border region 4224 is masked using alignment network 3820/3821 as described in more detail hereinabove.
  • stream vectors 4225, 4226, and 4227 are formed by streaming engine 125 without accessing system memory or the pTLB.
  • DIM2 specifies a distance of 80 bytes; therefore fetch 8 4228 begins at address 0x080 and the inner loop is repeated to produce a single stream vector loaded with 16 bytes of element data. This loop repeats up to fetch 11 4029, where a portion of the stream vector is masked in response to DECDIM WIDTH count 4214 and the remaining three null stream vectors are formed by SE 125 without accessing system memory.
  • FIG. 43 illustrates an example of a linear stream data strip mining transfer 4300 in which the DECDIMl flags are set to “001b” as shown in Table 30 to associate DECDIM 1 WIDTH with DIM1 and the DECDIM2 flags are set to“010b” as shown in Table 30 to associate DECDIM2 WIDTH with DIM2.
  • Table 35 lists the stream parameters that are placed in the stream template register 2900 (FIG. 29). This example is similar to the example stream 4000 of FIG. 40, except for the addition of a second set of DECDIMx flags and DECDIMx WIDTH parameter.
  • the DIM1 level loop is performed in a similar manner to stream 4000 until DECDIM 1 WIDTH 4312 saturates.
  • null stream vectors 4320 and 4321 are formed by streaming engine 125 without accessing system memory 130.
  • the next loop level DIM2 is entered, as indicated at 4311.
  • the DECDIMI WIDTH counter is reloaded with the count value from the stream template register 2900.
  • DIM2 specifies a distance of 80 bytes; therefore fetch 8 4322 begins at address 0x080 and the inner loop is repeated to produce a single stream vector loaded with 16 bytes of element data.
  • This loop repeats until the DECDIMI WIDTH 4312 count again saturates, then no further system memory accesses are needed for that loop.
  • null stream vectors 4323 and 4324 are formed by streaming engine 125 without accessing system memory 130.
  • the DECDIM2 WIDTH parameter 4313 is set to be 248 elements, which is also 248 bytes in this example. Therefore, the array data elements in the border region indicated at 4325 are not to be used in the signal processing application that is consuming this stream. Metadata produced by address generator 2811/2821 (FIG. 28) and stored in reference queue 2815/2825 (FIG. 28) is used by control logic 3814 (FIG. 38) to control alignment network 2820/2821 (FIG. 38) to mask the data in border region 4325. In this example, the data in each stream vector that involves border region 4325 is set to a value of“0”in response to the DECDIM2 WIDTH parameter and DECDIM2 flags that were stored in the stream template register 2900 (FIG. 29).
  • null stream vectors 4326 and 4327 are formed by streaming engine 125 without accessing system memory 130.
  • FIGS. 44A, 44B together illustrate how a partial matrix is augmented with null vectors by the streaming engine of FIG. 28 for matrix multiplication.
  • Table 36 lists the stream parameters that are placed in the stream template register 2900 (FIG. 29).
  • VECLEN 16 elements, and each element is four bytes (32 bits). Therefore, each stream vector includes 64 bytes of array elements data to match the width of MMA 3640 (FIG. 36).
  • the inner loop specified by ICNT0 16 elements (64 bytes), therefore streaming engine 125 will make a fetch to system memory 130 (FIG. 1) to fetch 64 bytes of array data in each iteration of the inner loop.
  • a matrix 4400 is located in L2 system memory 130 and has nineteen columns of 32-bit elements and eighteen rows of 32-bit elements, where each element is indicated by“d” in FIGS. 44A, 44B. Since MMA 3640 of this particular example can only handle a 16 x 16 array of 32-bit elements, matrix 4400 is subdivided into four sub-matrices 4401, 4402, 4403, 4404.
  • streaming engine 125 uses the stream parameters listed in Table 36 to fetches sub-array 4401 to provide to MMA 3640. Streaming engine 125 then fetches sub-array 4402. Sub-array 4402 includes a border region 4405 in which all the data elements provided to MMA 3640 need to be set to zero in order for a matrix multiplication operation to performed by MMA 3640 to operate correctly. As described hereinabove in more detail, streaming engine 125 uses DECDIMI WIDTH 4410 to define the extent of matrix 440, which in this example is nineteen elements.
  • the DECDIMI WIDTH parameter 4410 is set to be nineteen elements, which is 76 bytes in this example. Therefore, the array data elements in the border region indicated at 4405 are not to be used in the signal matrix multiplication application that is consuming this stream. Metadata produced by address generator 2811/2821 (FIG. 28) and stored in reference queue 2815/2825 (FIG. 28) is used by control logic 3814 (FIG. 38) to control alignment network 2820/2821 (FIG. 38) to mask the data in border region 4405. In this example, the data in each stream vector that involves border region 4405 is set to a value of“0”in response to the DECDIMI WIDTH parameter and DECDIMl flags that were stored in the stream template register 2900 (FIG. 29).
  • Streaming engine 125 then begins fetching sub-array 4403. At fetch 4412, DECDIM2 WIDTH count reaches zero and is saturated and fetches to system memory and to the pTLB are suppressed as described hereinabove in more detail. In this manner, stream vectors for border region 4406 are formed by streaming engine 125 without accessing system memory or the pTLB.
  • Streaming engine 125 then begins fetching sub-array 4404. Fetches to system memory are performed at 4413 and 4414 and the border region 4405 is again masked by alignment network 2820/2821 as described hereinabove in response to DECDEMI WIDTH saturating. On the next cycle, DECDIM2 WIDTH count reaches zero and is saturated and fetches to system memory and to the pTLB are suppressed as described hereinabove in more detail. In this manner, stream vectors for border region 4406 in sub-array 4404 are formed by streaming engine 125 without accessing system memory or the pTLB.
  • a loop end zero (LEZR) feature is implemented in the streaming engine 125 (FIG. 28) hardware.
  • LZR loop end zero
  • streaming engine 125 will send a full 64-byte stream vector on each fetch by the processing unit core 110, thus any data formatting , scaling, and replay during the normal dimensional loop is not adhered to.
  • the data is then provided to the matrix multiplication accelerator 3640.
  • the rows fed to the matrix accelerator after the CNN network last feature expires makes the matrix complete and ready for block matrix multiplication. There is not any overhead in software needed and improves performance, helps to reduce software code size and complexity.
  • an eight-bit LEZR CNT (LEZR count) field 2933 is provided in stream template 2900 (FIG. 29). This allows up to 255 null vectors to be inserted in a stream by streaming engine 125 without accessing system memory.
  • a three-bit LEZR flag 3023 is included in the flag field 2921 of stream template 2900.
  • An example definition of the LEZR flags is included in Table 37.
  • control logic 3814 can control each of the multiplexers on alignment networks 3820, 3821 to force a null value onto selected elements of a stream vector based on the meta-data provided by reference queue 2815. In this manner, an entire stream vector can be set to a null value without fetching any data from system memory.
  • the null value is“0.”
  • a predefined value or pattern may be used to represent a null value.
  • control logic 3814 can control each of the multiplexers on alignment networks 3820, 3821 to force a selected value onto selected elements of a stream vector based on the meta-data provided by reference queue 2815. In this manner, an entire stream vector can be set to a selected value, such as a min value or a max value without fetching any data from system memory.
  • control logic in the address generator 2811/2821 performs count tracking for the six levels of nested iterations.
  • a loop count for the dimension specified by LEZR expires, it signals that a null value or a selected value is to be inserted into the vector stream without fetching data from memory for the null value or selected value vector for a number of stream vectors specified by the LEZR field in stream template 2900.
  • Metadata produced by the address generator is pushed into the stream reference queue 2815/2825 (see FIG. 28).
  • processing unit core 110 FIG. 1
  • this metadata is popped out and sent to control logic 3814 in alignment network 2820/2821 with the lanes to be nulled or set to a selected value without reading data from system memory.
  • FIG. 45 illustrates adding null vectors to a stream using the LEZR function.
  • multiple feature maps indicated at 4501 are stored in system memory L2 130 (FIG. 1).
  • a stream template is set up by a software application in which ICNT1 defines the number of filter rows (Fr) in a feature map, ICNT2 defines a number of filter columns (Fc) in a feature map, and ICNT3 defines a number (Ni) of input feature maps.
  • ICNT0 defines the number of elements of the feature maps 4501 that are fetched by the streaming engine from a row. In this example, for eight-bit elements ICNTO will be set to 64, and for sixteen-bit elements it will be set to 32.
  • Streaming engine 125 fetches the feature maps according to the multi dimension stream template as described in more detail above to form stream 4500 as indicated at 4502.
  • Stream 4500 is provided to MMA 3640 as a B matrix as described in more detail hereinabove.
  • the MMA width can be selected to be 16, 32, or 64 elements, depending on the size of the elements, as described with respect to FIG. 36.
  • Ni * Fr * Fc forms the rows of the B matrix. This value is not necessarily a multiple of the selected MMA width. Therefore, an additional number of null vectors are formed by specifying LEZR CNT in the stream template, where LEZR CNT is defined by expression (4).
  • pad_zero_rows MMAjvidth— ( Ni * Fr * FC % MMAjvidth ) (4)
  • a three-bit pad value (PADVAL) flag 3023 is included in the flag field 2921 of stream template 2900.
  • An example definition of the PADVAL flags is included in Table 38.
  • Pad size is done on a full element, as defined by the ELTYPE flags 3001 (FIG. 30) in stream template 2900 (FIG. 29).
  • the default value of zero is selected by setting the PADVAL flag 3023 to 000b,“unsigned min.”
  • a stream vector is formed using the specified pad value as the last element of a stream vector of the stream.
  • another flag field (such as LEZR flags 3023, Table 37) may be used to specify a selected dimension on which to include a pad value.
  • control logic 3814 can control each of the multiplexers on alignment networks 3820, 3821 to force a null value onto selected elements of a stream vector based on the meta-data provided by reference queue 2815. In this manner, an entire stream vector can be set to a specified null value without fetching any data from system memory.
  • the null value an unsigned max value. In another example, other predefined values or patterns may be used to represent a null value.
  • control logic 3814 can control each of the multiplexers on alignment networks 3820, 3821 to force a selected value onto selected elements of a stream vector based on the meta-data provided by reference queue 2815. In this manner, an entire stream vector can be set to a selected value, such as a min value or a max value without fetching any data from system memory.
  • control logic in the address generator 2811/2821 performs count tracking for the six levels of nested iterations.
  • a loop count for the end of a stream expires, it signals that a null value or a selected value is to be inserted into the vector stream without fetching data from memory for the null value or selected value vector, as defined by the PADVAL flags 3024 in stream template 2900.
  • Metadata produced by the address generator is pushed into the stream reference queue 2815/2825 (see FIG. 28).
  • processing unit core 110 FIG. 1
  • this metadata is popped out and sent to control logic 3814 in alignment network 2820/2821 with the lanes to be nulled or set to a selected value without reading data from system memory.
  • FIG. 46 illustrates formation of a stream by inserting null or predefined data vectors by a streaming engine, such as streaming engine 125 of FIG. 28.
  • a streaming engine such as streaming engine 125 of FIG. 28.
  • the stream parameters include an element size of the array, a number of elements to include in each vector of a stream, a number of vectors to include in the stream for each dimension of the array, and a width indicator for a selected dimension of the array, such as a DECDIM flag and a DECDIM COUNT, see Table 30.
  • an address stream is generated according to the stream parameters stored in the stream template. Metadata is saved that indicates loop counts, end of loop, remaining width count, etc.
  • a line of matrix data is fetched by the streaming engine from system memory using the sequence of addresses generated by the address generator.
  • a width count parameter is associated with the current dimension, then at 4604, a check is made to determine if the width count is depleted. If not, a normal stream vector is formed at 4605.
  • width count is depleted, then at 4606 a check is made to determine the width count is saturated. If not, then a stream vector is formed at 4607 by masking a portion of the vector that exceeds the width count.
  • the mask may insert a value of zero.
  • a predefined value may be inserted by the mask, such as a min value, a max value, etc.
  • a null vector is formed without accessing system memory.
  • the null vector may be set to all zeros.
  • the null vector may be set to a predetermined pad value, such as a min value, a max value, etc.
  • a predetermined pad value may be designated by a flag field, such a PADVAL flag 3023 (FIG. 30) in the stream template.
  • the loop repeats at 4602. If the current dimension is complete, then the width count is decremented at 4610 if it is associated with the current dimension. Otherwise, the width count is not decremented.
  • FIG. 47 illustrates formation of a stream by inserting null or predefined data vectors by a streaming engine, such as streaming engine 125 of FIG. 28.
  • a stream is opened on a streaming engine by storing stream parameters in a stream template register (2900, FIG. 29) within the streaming engine.
  • the stream parameters include an element size of the array, a number of elements to include in each vector of a stream, a number of vectors to include in the stream for each dimension of the array, and a loop end count, such as loop end zero count 2933 (FIG. 29), and a flag to associate the loop end zero count with a selected dimension of the multidimensional loop, as described in Table 37.
  • an address stream is generated according to the stream parameters stored in the stream template. Metadata is saved that indicates loop counts, end of loop, remaining width count, etc.
  • a line of matrix data is fetched by the streaming engine from system memory using the sequence of addresses generated by the address generator.
  • a normal stream vector is formed using the data elements fetched from system memory.
  • a check is made to determine if the null count applies to the current dimension. If so, a number n of null vectors equal to the null count value in the stream template are formed by the streaming engine without accessing null data from system memory. In this example, the data in the null vectors are set to zero. In another example, a preselected null value may be used to form the null vector, such as a min value, a max value, etc.
  • FIG. 48 illustrates an example multiprocessor system.
  • SoC 4800 includes processor 100 (FIG. 1) (referred to as“processor A”) and it is combined with a second processor 4811 (referred to as“processor B”). Each processor is coupled to a block of shared level three (L3) memory 4850 via bus 4851.
  • Processor B includes a block of unshared level two memory 4812.
  • a direct memory access (DMA) engine 4860 may be programmed to transfer blocks of data/instructions from L3 memory to L2 memory 130 or L2 memory 4812 using known or later developed DMA techniques.
  • DMA direct memory access
  • peripherals 4862 are also coupled to memory bus 4851, such as wireless and/or wired communication controllers, etc.
  • processor A, processor B, L3 memory 4850 are all included in a SoC 4800 that may be encapsulated to form a package that may be mounted on a substrate such as a printed circuit board (PCB) using known or later developed packaging techniques.
  • SoC 4800 may be encapsulated in a ball grid array (BGA) package.
  • BGA ball grid array
  • EMI external memory interface
  • processor B is an ARM® processor that may be used for scalar processing and control functions.
  • various types of known or later developed processors may be combined with DSP 100. While two processors are illustrated in this example, in another example, multiple copies of DSP 100 and/or multiple copies of processor B may be included within an SoC and make use of the techniques for forming masked and null vectors without accessing system memory provided by streaming engine 125 that are described herein in more detail.
  • a streaming engine includes two closely coupled streaming engines that can manage two data streams simultaneously.
  • the streaming engine maybe capable of managing only a single stream, while in other examples the streaming engine is capable of handling more than two streams.
  • the streaming engine includes an address generation stage, a data formatting stage, and some storage for formatted data waiting for consumption by the processor.
  • addresses are derived from algorithms that can involve multi dimensional loops, each dimension maintaining an iteration count.
  • the streaming engine supports six levels of nested iteration. In other examples, more or fewer levels of iteration are supported.
  • one-dimensional zero padding of stream vectors is provided.
  • two-dimensional zero padding of stream vectors is provided.
  • more than two dimensions of zero padding may be provided.
  • a complex DSP processor with multiple function units and dual data paths is described.
  • a simpler DSP that is coupled to a stream processor may be used.
  • other types of known or later developed processors may be coupled to a stream processor, such as a reduced instruction set computer (RISC), a microprocessor, etc.
  • RISC reduced instruction set computer
  • the MMA supports 32 x 32 16-bit matrix multiplication, and 64 x 64 8-bit matrix multiplication, and the streaming engine is configured to provide 64-byte stream vectors.
  • the MMA may be configured to support large or smaller matrix sizes.
  • An associated streaming engine may be configured to provide stream vectors that have a size that is larger or smaller than 64 bytes.
  • a processor that consumes a stream of data and a streaming engine that retrieves the stream of data from system memory are all included within a single integrated circuit (IC) as a system on a chip.
  • the processor that consumes the stream of data may be packaged in a first IC and the streaming engine may be packaged in a second separate IC that is coupled to the first IC by a known or later developed communication channel or bus.
  • the term“couple” and derivatives thereof mean an indirect, direct, optical, and/or wireless electrical connection.
  • that connection may be through a direct electrical connection, through an indirect electrical connection via other devices and connections, through an optical electrical connection, and/or through a wireless electrical connection.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Advance Control (AREA)

Abstract

Selon la présente invention, des instructions logicielles sont exécutées sur un processeur à l'intérieur d'un système informatique destiné à configurer un moteur de diffusion en continu à l'aide de paramètres de flux (4700) afin de définir un réseau multidimensionnel. Les paramètres de flux définissent une taille pour chaque dimension du réseau multidimensionnel et un indicateur de valeur de remplissage. Des données sont extraites d'une mémoire (4702) couplée au moteur de diffusion en continu en réponse aux paramètres de flux. Un flux de vecteurs est formé (4703) destiné au réseau multidimensionnel en réponse aux paramètres de flux à partir des données extraites de la mémoire. Un vecteur de flux rempli est formé (4706) qui comprend une valeur de remplissage spécifiée sans accéder à la valeur de remplissage à partir de la mémoire système.
PCT/US2020/034456 2019-05-23 2020-05-25 Insertion de valeurs de remplissage prédéfinies dans un flux de vecteurs WO2020237231A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202080037266.7A CN113853591A (zh) 2019-05-23 2020-05-25 将预定义填补值插入到向量流中

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US16/420,480 2019-05-23
US16/420,480 US11113062B2 (en) 2013-07-15 2019-05-23 Inserting predefined pad values into a stream of vectors

Publications (1)

Publication Number Publication Date
WO2020237231A1 true WO2020237231A1 (fr) 2020-11-26

Family

ID=73458728

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2020/034456 WO2020237231A1 (fr) 2019-05-23 2020-05-25 Insertion de valeurs de remplissage prédéfinies dans un flux de vecteurs

Country Status (2)

Country Link
CN (1) CN113853591A (fr)
WO (1) WO2020237231A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220283809A1 (en) * 2013-07-15 2022-09-08 Texas Instruments Incorporated Converting a Stream of Data Using a Lookaside Buffer

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7750916B2 (en) * 2001-12-20 2010-07-06 Aspex Technology Limited Memory addressing techniques
US20140019635A1 (en) * 2012-07-13 2014-01-16 Vid Scale, Inc. Operation and architecture for dash streaming clients
US20170153959A1 (en) * 2013-07-15 2017-06-01 Texas Instruments Incorporated Streaming engine with deferred exception reporting

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7750916B2 (en) * 2001-12-20 2010-07-06 Aspex Technology Limited Memory addressing techniques
US20140019635A1 (en) * 2012-07-13 2014-01-16 Vid Scale, Inc. Operation and architecture for dash streaming clients
US20170153959A1 (en) * 2013-07-15 2017-06-01 Texas Instruments Incorporated Streaming engine with deferred exception reporting

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220283809A1 (en) * 2013-07-15 2022-09-08 Texas Instruments Incorporated Converting a Stream of Data Using a Lookaside Buffer
US11977892B2 (en) * 2013-07-15 2024-05-07 Texas Instruments Incorporated Converting a stream of data using a lookaside buffer

Also Published As

Publication number Publication date
CN113853591A (zh) 2021-12-28

Similar Documents

Publication Publication Date Title
US20230418764A1 (en) Tracking streaming engine vector predicates to control processor execution
US11977892B2 (en) Converting a stream of data using a lookaside buffer
US11907721B2 (en) Inserting predefined pad values into a stream of vectors
US11249759B2 (en) Two-dimensional zero padding in a stream of matrix elements
US11231929B2 (en) One-dimensional zero padding in a stream of matrix elements
US11256508B2 (en) Inserting null vectors into a stream of vectors
US10949206B2 (en) Transposing a matrix using a streaming engine
US20230385063A1 (en) Streaming engine with early exit from loop levels supporting early exit loops and irregular loops
US10942741B2 (en) Storage organization for transposing a matrix using a streaming engine
WO2021067332A1 (fr) Procédé et appareil de tri de vecteurs utilisant une logique de permutation de vecteurs
US11900117B2 (en) Mechanism to queue multiple streams to run on streaming engine
WO2020237231A1 (fr) Insertion de valeurs de remplissage prédéfinies dans un flux de vecteurs
US20230251970A1 (en) Padding and suppressing rows and columns of data
US11500784B2 (en) Pseudo-first in, first out (FIFO) tag line replacement
US20230065512A1 (en) Pseudo-First In, First Out (FIFO) Tag Line Replacement
US20230297377A1 (en) Circuit, system, and method for matrix decimation

Legal Events

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

Ref document number: 20809797

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: 20809797

Country of ref document: EP

Kind code of ref document: A1