GB2519644A - Prefetch strategy control - Google Patents

Prefetch strategy control Download PDF

Info

Publication number
GB2519644A
GB2519644A GB1415068.4A GB201415068A GB2519644A GB 2519644 A GB2519644 A GB 2519644A GB 201415068 A GB201415068 A GB 201415068A GB 2519644 A GB2519644 A GB 2519644A
Authority
GB
United Kingdom
Prior art keywords
prefetch
strategy
circuitry
execution
program instructions
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
GB1415068.4A
Other versions
GB201415068D0 (en
GB2519644B (en
Inventor
Ganesh Suryanarayan Dasika
Rune Holm
David Hennah Mansell
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ARM Ltd
Original Assignee
ARM Ltd
Advanced Risc Machines Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ARM Ltd, Advanced Risc Machines Ltd filed Critical ARM Ltd
Publication of GB201415068D0 publication Critical patent/GB201415068D0/en
Publication of GB2519644A publication Critical patent/GB2519644A/en
Application granted granted Critical
Publication of GB2519644B publication Critical patent/GB2519644B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/34Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes
    • G06F9/345Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes of multiple operands or results
    • G06F9/3455Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes of multiple operands or results using stride
    • 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/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0862Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches with prefetch
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3824Operand accessing
    • G06F9/383Operand prefetching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3851Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution from multiple instruction streams, e.g. multistreaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3885Concurrent instruction execution, e.g. pipeline, look ahead using a plurality of independent parallel functional units
    • G06F9/3887Concurrent instruction execution, e.g. pipeline, look ahead using a plurality of independent parallel functional units controlled by a single instruction for multiple data lanes [SIMD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3885Concurrent instruction execution, e.g. pipeline, look ahead using a plurality of independent parallel functional units

Abstract

A single instruction multiple thread (SIMT) processor 2 includes execution circuitry 6, prefetch circuitry 12 and prefetch strategy selection circuitry 14. The prefetch strategy selection circuitry detects one or more characteristics of a stream of program instructions to identify whether or not a given data access instruction will be executed a plurality of times. The prefetch strategy to use is selected from a plurality of selectable prefetch strategies in dependence upon the characteristics. These characteristics may include detecting whether any backward branch instructions are executed or when the execution of a given thread includes greater threshold number of program instructions executed before termination of the thread. Lookup circuitry maybe included to detect repeated execution of an instruction such as bloom filter circuitry. Prefetch strategy may involve identifying patterns of data access such as indentifying stride values corresponding to the differences in the memory address between successive data access.

Description

I
PREFETCH STRATEGY CONTROL
This invention relates to the field of data processing systems. More particularly, this invention relates to the field of prefetch strategy control within data processing systems incorporating data prefetching mechanisms.
It is known to provide data processing systems which incorporate prefetching mechanisms for prefetching data values. Such prefetching mechanisms seek to identify patterns of data accesses that arise and then to prefetch data values from a memory such that the latency associated with accessing those data values is reduced when, and if, those data values are subsequently accessed.
Viewed from one aspect the present invention provides an apparatus for processing data comprising: instruction execution circuitry configured to execute in parallel a plurality of threads of program execution, each of said plurality of threads corresponding to a stream of program instructions; prefetch circuitry configured to prefetch data values from memory addresses within a memory in accordance with a selected prefetch strategy that is one of a plurality of selectable prefetch strategies; and prefetch strategy selecting circuitry coupled to said instruction execution circuitry and to said prefetch circuitry and configured: (i) to detect one or more characteristics of said stream of program instructions indicative of a probability that a given data access instruction within a program will be executed a plurality of times; and (ii) to select said selected prefetch strategy from among said plurality of selectable prefetch strategies in dependence upon said one or more characteristics, The present technique recognises that a single prefetch strategy selected for use by the prefetch circuitry may be suited for some types of execution but not suited for other types of execution, More particularly, the present technique recognises that different types of prefetch strategy may be selected and used in dependence upon whether or not a given instruction within a program thread of a multithreaded processor will execute a plurality of times. The prefetch strategy selecting circuitry detects one or more characteristics of the stream of program instructions being executed which is indicative of a given data access instruction being executed a plurality of times and then uses this information to switch the prefetch strategy in use.
I
The present technique has particular use in the context of a single instruction multiple thread (SII'vlT) processor in which the plurality of threads execute a common sequence of program instructions in lockstep. Within such an environment, prefetching may be performed even when there is no repeated access of a given data access instruction providing an appropriate prefetch stategy is selected, Accordingly, detection of whether or not a given data access instruction is repeatedly executed may be used as a useful selection metric to allow for the use of an appropriate prefetch strategy.
A SIMT processor will typically include instruction decoder circuitry shared between the plurality of threads so as to reduce hardware and processing overhead. Another characteristic of SIIvIT processors is that the plurality of threads which execute do not have any data dependence between the plurality of threads such that they carl execute in parallel.
While it will be appreciated that the above techniques have particular utility for SIMT processors, the present techniques may also be used with advantage in other types of processors such as fine grained multithreaded processors in which multiple threads (of typically independent program blocks) are interleaved for execution by a common set of hardware at a fine level of granularity (e.g. a single or handfUl of instructions at a time).
The characteristics that are detected to determine whether a given access instruction is repeatedly executed can take a variety of different forms and may be deterministic of such access instruction being repeatedly executed or may alternatively indicate this in a probabilistic manner, e.g. indicate that such execution is likely to be occurring but not definite.
One form of characteristic may be employed to select between prefetch strategies and which is associated with a relatively low overhead implementation is detecting whether or not any backward branches instructions are executed. An instruction stream which includes backward branches is likely to include repeated data access instructions and accordingly may be used to select the prefetch strategy use. Another form of characteristic would be the detection of the execution of a program loop (which may involve detection of a backward branch instruction in some embodiments).
Another example characteristic which may be indicative of the execution of a given access instruction multiple times is that execution of a given thread includes greater than a threshold number of program instructions being executed before termination of that thread, Threads which take longer to execute typically include loops that involve repeated execution of a given access instructions and accordingly this may be used to select the prefetch strategy employed.
In other embodiments it is possible to utilise look up circuitry which is configured to detect repeated execution within one of the program threads of a given data access instruction. Such lookup circuitry may compare program counter values for access instructions encountered to see if these are repeated executed. One hardware efficient way of performing such lookups is to employ Bloom filter circuitry.
The plurality of selectable prefetch strategies between which a selection is made can include a variety of different sftategies and a variety of different numbers of strategies. One form of implementation with a relatively low overhead, and yet which realises a worthwhile advantage, is when the plurality of selectable prefetch strategies include a short-running strategy adapted to predict data values when the stream of program instructions does not contain a given data access instruction executed a plurality of time and a long-running strategy adapted to predict data values to prefetch when the stream of program instructions does include a given data access instruction executed a plurality of time.
As examples of the short-running strategy and the long-running strategy, the short-running strategy may concentrate purely upon stride patterns within memory addresses for memory accesses being performed independent upon the thread from which those memory accesses originate, as there may be a pattern within the memory accesses which can be exploited by the prefetch circuitry even though the individual threads do not contain data access instructions which are repeatedly executed.
There may be a pattern of memory accesses which can be exploited which arises due to the relationship between the different threads which are being executed in parallel. An example of a long-running strategy which may exploit the patterns of data accesses which emerge due to the behaviour within a given thread is one which utilises a thread identifier and potentially a program counter value to identify stride patterns which emerge for a given thread.
In some embodiments the prefetch strategy selecting circuitry may be configured to select the short-running strategy as a default strategy and then to switch to the ong-mnning strategy upon detection of the one or more characteristics indicating that there is repeated execution of a given data access instruction. This allows the possibility for exploiting the short-running strategy even if there is no pattern emerging which can be exploited using a long-running strategy Viewed from another aspect the present invention provides an apparatus for processing data comprising: instruction execution means for executing in parallel a plurality of threads of program execution, each of said plurality of threads corresponding to a stream of program instructions; prefetch means for prefetching data values from memory addresses within a memory in accordance with a selected prefetch strategy that is one of a plurality of selectable prefetch strategies; and prefetch strategy selecting means, coupled to said instruction execution means and to said prefetch means, for: (i) detecting one or more characteristics of said stream of program instructions indicative of a probability that a given data access instruction within a program will be executed a plurality of times; and (ii) selecting said selected prefetch strategy from among said plurality of selectable prefetch strategies in dependence upon said one or more characteristics.
Viewed from a further aspect the present invention provides a method of processing data, said method comprising the steps of: executing in parallel a plurality of threads of program execution, each of said plurality of threads corresponding to a stream of program instructions; prefetching data values from memory addresses within a memory in accordance with a selected prefetch strategy that is one of a plurality of selectable prefetch strategies; detecting one or more characteristics of said stream of program instructions indicative of a probability that a given data access instruction within a program will be executed a plurality of times; and selecting said selected prefetch strategy from among said plurality of selectable prefetch strategies in dependence upon said one or more characteristics..
Embodiments of the invention will now be described, by way of example only, with reference to the accompanying drawings in which: Figure 1 schematically illustrates a data processing apparatus for performing SIMT processing; Figure 2 schematically illustrates how multiple threads execute the same code in lockstep upon independent data; Figure 3 schematically illustrates fine-grained multithreading to which the present technique may also be applied; Figure 4 schematically illustrates a backward branch instruction that may be used to indicate a thread within which there is a high probability of the presence of a given data access instruction that is executed a plurality of times; and Figure 5 is a flow diagram schematically illustrating the selection of prefetch strategy in dependence upon the detection of one or more characteristics of long-running thread behaviour.
Figure 1 schematically illustrates a SIMT data processing apparatus 2 including instruction decoder circuitry 4 that is shared between multiple execution units 6 which together fomi instruction execution circuitry. The execution units 6 execute the same stream of program instructions in lockstep (where possible) to perform single instruction multiple thread processing yielding a high potential throughput of data processing. This type of SIMT processing will be familiar to those in this technical field and will not be described further herein.
The execution units 6 execute program instructions which can include data access instructions, such as load instructions and store instructions. These data access instructions access data within a cache memory 8 and a main memory 10. There is typically a relatively long latency associated with data access instructions, e.g. if a cache miss occurs. Accordingly, the data processing apparatus 2 includes prefetch circuitry 12 which functions to predict which data values within the cache 8 and memory 10 will be subject to data access operations and perform any fetches of these data values from the main memory 10 to the cache 8 before the data values are required.
The prefetch circuitry 12 applies a prefetch strategy which may involve identif'ing patterns of data accesses, such as identifying stride values corresponding to the differences in the memory addresses between successive data accesses. Such patterns may in some circumstances also be correlated with thread identifiers and instruction identifiers (e.g. instruction addresses).
The data processing apparatus 2 includes prefetch strategy selection circuitry 14 coupled to the prefetch circuitry 12 and to at least one of the execution units 6. The prefetch strategy selection circuitry 14 serves to monitor the behaviour of the execution unit 6 to detect one or more characteristics of the program instructions being executed, These characteristics are indicative of at least a probability that a given data access instruction within a program will be executed a plurality of times by the execution unit 6. The one or more characteristics may be such that they definitely established that a given data access instruction has been executed a plurality of times or alternatively may merely indicate that there is an above threshold probability that the given data access instruction has been executed a plurality of times. Embodiments which either definitively determine that a given data are access instruction executed a plurality of times or identify a sufficiently high probability of this are all encompassed by the present techniques, The prefetch strategy selection circuitry 14 upon detection of one or more characteristics which indicate at least a sufficiently high probability that a given data access instruction within a program thread will be executed a plurality of time uses this to select from among a plurality of selectable prefetch strategies a selected strategy which matches this circumstance. When the one or more characteristics are detected, then a long-running strategy is selected that is adapted to predict data values to prefetch when the stream of program instructions contains a given data access instruction that is executed a plurality of times e.g. correlating with thread ID and/or program instruction address. The default assumption when a thread first starts executing is the adoption of a short-running strategy which is adapted to predict data values to prefetch when a stream of program instructions has not been identified as containing a given data access instruction executed a plurality of times. The short-running prediction strategy adopted and the prefetch predictions made when applying that strategy are selected for a plurality of instances of a given thread executing across the different execution units 6. The long-running strategy may additionally factor into the prediction an identifier of an individual thread as well as an identifier of the particular data access instruction within that thread arid so individual threads may have individual predictions. It will be appreciated that a wide variety of different prefetch strategies may be adopted and selected between by the prefetch strategy selection circuitry 14.
Figure 2 schematically illustrates SIIV1T processing executing a common sequence of program instructions 16 within multiple execution units 6. Each execution unit 6 executes the same instruction at the same time (or at substantially the same time) as the other execution units 6 with which it is executing in lockstep (synchronism). It will be appreciated that an individual thread may lose lockstep (synchronism) in some circumstances, such as generation of an exception or the taking of a branch which is not taken by other threads, The individual data which is processed by the different threads may be different, For example, a given overall processing workload may be divided between the different threads with each thread performing a small individual portion of the overall workload, such as processing a subset of the pixels needed to form an overall image.
Figures 1 and 2 correspond to processing in accordance with an SIMT approach. The present techniques also find utility in embodiments implemented using fine-grained multithreading.
An example of such an embodiment would have a single processor which divides up its processing time between the execution of different threads which were interleaved with each other on a fine-grained basis (e.g. a few instructions at a time). The state associated with each thread can be separately maintained and switched in and out of use as the switch between threads takes place, For example, multiple register banks may be provided, with each register bank being associated with each thread. The prefetch circuitry within such a fine-grained multithreaded environment may apply a selectable one of the plurality prefetch strategies which is selected by prefetch strategy selection circuitry in dependence upon one or more characteristics of the processing performed.
The prefetch strategy selected is dependent upon the characteristics detected that indicate a given program instruction has been executed a plurality of times.
The one or more characteristics which may be detected to indicate that a given data access instruction is executed a plurality of times can vary considerably. Figure 4 schematically illustrates one example characteristic detected comprising a backward branch instruction 15 within the program instructions being executed. Detection of such a backward branch instruction IS indicates that the program stream contains loops and accordingly that there is a high probability that a given data access instruction within that program stream will be executed a plurality of times. This can be used to select a prefetch strategy matched to this circumstance. Another example of such characteristics which may be detected is that the number of instructions executed within a thread exceeds a certain threshold number, Threads containing more instructions typically contained loops and accordingly are correlated with threads which include data access instructions that are executed a plurality of times. Accordingly, the number of instructions executed in a thread provides a probabilistic indication that the thread will contain a given data access instruction that executes multiple times. The execution of a loop may also be directly detected, such as by detecting particular loop instructions within certain instructions sets.
Another way of detecting one or more characteristics corresponding to multiples execution of a given data access instruction is to include look up circuitry configured to detect execution of that given data access instruction, e,g, the program addresses of identified data access instructions may be tracked and their repeated execution accordingly identified. One hardware efficient way of providing such look up circuitry is in the form of a Bloom filter.
Upon initialisation (start up) of the system the short-running strategy which assumes a given data access instruction is not repeatedly execute is selected as default. A switch to the long-running strategy takes place upon detection of the one or more characteristics indicative of repeated execution of a given data access instruction.
Figure 5 is a flow diagram schematically illustrating such operation. At step 18 processing waits until a new thread is to be started, At step 20 the short-running prefetch strategy is set as the initial default strategy for such the new thread. Step 22 then starts execution of the new thread, Step 24 repeatedly seeks to detect one or more characteristics of a long-running thread. If such a characteristic is detected, then processing proceeds to step 26 where the long-mnning prefetch strategy is selected for the thread.
In other embodiments which prefetch strategy to adopt is better controlled on a task (program stream) level rather than at the level of an individual thread. A task may in some embodiments have 1000 threads that all have the same initial program counter value. The selection of prefetch strategy is better performed on a more coarse level of the task in order to avoid the penalty of running with the wrong strategy for individual threads, Accordingly, in some embodiments the characteristics which control prefetch strategy selection are tracked at a task level rather than a thread level.

Claims (12)

  1. CLAIMSI. Apparatus for processing data comprising: instruction execution circuitry configured to execute in parallel a plurality of threads of program execution, each of said plurality of threads corresponding to a stream of program instructions; prefetch circuitry configured to prefetch data values from memory addresses within a memory in accordance with a selected prefetch strategy that is one of a plurality of selectable prefetch strategies; and prefetch strategy selecting circuitry coupled to said instruction execution circuitry and to said prefetch circuitry and configured: (i) to detect one or more characteristics of said stream of program instructions indicative of a probability that a given data access instruction within a program will be executed a plurality of times; and (ii) to select said selected prefetch strategy from among said plurality of selectable prefetch strategies in dependence upon said one or more characteristics.
  2. 2. Apparatus as claimed in claim 1, wherein each of said plurality of threads executes in lockstep a common sequence of program instructions.
  3. 3. Apparatus as claimed in claim 2, wherein said instruction execution circuitry includes instruction decoder circuitry shared between said plurality of threads.
  4. 4. Apparatus as claimed in any one of claims 2 and 3, wherein each of said plurality of threads executes without data dependence between said plurality of threads.
  5. 5. Apparatus as claimed in claim I, wherein said instruction execution circuitry is configured to perform fine-grained multithreading.
  6. 6. Apparatus as claimed in any one of the preceding claims, wherein said stream of program instructions has a normal forward execution order in which successive program instructions are executed in turn and said one or more characteristics include execution of a backward branch instruction to a target instruction located before said backward branch instruction relative to said normal forward execution order.
  7. 7. Apparatus as claimed in any one of the preceding claims, wherein said one or more characteristics include execution of a program loop.
  8. 8. Apparatus as claimed in any one of the preceding claims, wherein said stream of program instructions correspond to a given thread that is one of a plurality of threads of program instructions and said one or more characteristics include that said given thread includes greater that a threshold number of program instructions that are executed before termination of said given thread.
  9. 9. Apparatus as claimed in any one of the preceding claims, wherein said prefetch strategy selecting circuitry includes lookup circuitry configured to detect repeated execution within one of said plurality of threads of said given data access instruction.
  10. 10. Apparatus as claimed in claim 9, wherein said lookup circuitry is Bloom filter circuitry.
  11. 1. Apparatus as claimed in any one of the preceding claims, wherein said plurality of selectable prefetch strategies include: (i) a short-running strategy adapted to predict data values to prefetch when said stream of program instructions does not contain a given data access instruction executed a plurality of times; and (ii) a long-running strategy adapted to predict data values to prefetch when said stream of program instructions does contain a given data access instruction executed a plurality of times.
  12. 12. Apparatus as claimed in claim 11, wherein said prefetch strategy selecting circuitry is configured to selected said short-running strategy as a default strategy and switch to said long-running strategy upon detection of said one or more characteristics.t3. Apparatus for processing data comprising: instruction execution means for executing in parallel a plurality of threads of program execution, each of said plurality of threads corresponding to a stream of program instructions; prefetch means for prefetching data values from memory addresses within a memory in accordance with a selected prefetch strategy that is one of a plurality of selectable prefetch strategies; and prefetch strategy selecting means, coupled to said instruction execution means and to said prefetch means, for: (i) detecting one or more characteristics of said stream of program instructions indicative of a probability that a given data access instruction within a program will be executed a plurality of times; and (ii) selecting said selected prefetch strategy from among said plurality of selectable prefetch strategies in dependence upon said one or more characteristics.14. A method of processing data, said method comprising the steps of: executing in parallel a plurality of threads of program execution, each of said plurality of threads corresponding to a stream of program instmctions; prefetching data values from memory addresses within a memory in accordance with a selected prefetch strategy that is one of a plurality of selectable prefetch strategies; detectiOng one or more characteristics of said stream of program instructions indicative of a probability that a given data access instruction within a program will be executed a plurality of times; and selecting said selected prefetch strategy from among said plurality of selectable prefetch strategies in dependence upon said one or more characteristics.15. Apparatus for processing data substantially as hereinbefore described with reference to the accompanying drawings.16. A method of processing data substantially as hereinbefore described with reference to the accompanying drawings.
GB1415068.4A 2013-10-24 2014-08-26 Prefetch strategy control Active GB2519644B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US14/061,837 US11494188B2 (en) 2013-10-24 2013-10-24 Prefetch strategy control for parallel execution of threads based on one or more characteristics of a stream of program instructions indicative that a data access instruction within a program is scheduled to be executed a plurality of times

Publications (3)

Publication Number Publication Date
GB201415068D0 GB201415068D0 (en) 2014-10-08
GB2519644A true GB2519644A (en) 2015-04-29
GB2519644B GB2519644B (en) 2021-03-03

Family

ID=51727036

Family Applications (1)

Application Number Title Priority Date Filing Date
GB1415068.4A Active GB2519644B (en) 2013-10-24 2014-08-26 Prefetch strategy control

Country Status (4)

Country Link
US (1) US11494188B2 (en)
KR (1) KR102305238B1 (en)
CN (1) CN104572479B (en)
GB (1) GB2519644B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3320428A4 (en) * 2015-07-09 2019-07-17 Centipede Semi Ltd. Processor with efficient memory access
EP3482290A4 (en) * 2016-07-07 2019-07-31 Texas Instruments Incorporated Data processing apparatus having streaming engine with read and read/advance operand coding

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150286571A1 (en) * 2014-04-04 2015-10-08 Qualcomm Incorporated Adaptive cache prefetching based on competing dedicated prefetch policies in dedicated cache sets to reduce cache pollution
US10318307B2 (en) * 2015-06-17 2019-06-11 Mediatek, Inc. Scalarization of vector processing
US10185561B2 (en) 2015-07-09 2019-01-22 Centipede Semi Ltd. Processor with efficient memory access
US9575897B2 (en) * 2015-07-09 2017-02-21 Centipede Semi Ltd. Processor with efficient processing of recurring load instructions from nearby memory addresses
WO2017045212A1 (en) * 2015-09-20 2017-03-23 张鹏 Branch prefetching method
CN108958802B (en) * 2017-05-17 2020-12-15 华为技术有限公司 Thread pre-operation method, device and storage medium
KR102022482B1 (en) * 2017-12-12 2019-09-18 연세대학교 산학협력단 Error Recovery Module of Pipelined Structure Using Dual Modular Redundancy and Method Thereof
GB2572954B (en) * 2018-04-16 2020-12-30 Advanced Risc Mach Ltd An apparatus and method for prefetching data items
CN110083389A (en) * 2019-05-08 2019-08-02 苏州浪潮智能科技有限公司 A kind of forecasting method, device and the equipment of branch's jump instruction
US11520588B2 (en) 2019-06-10 2022-12-06 International Business Machines Corporation Prefetch filter table for storing moderately-confident entries evicted from a history table
US11461101B2 (en) * 2019-09-27 2022-10-04 Arm Technology (China) Co. LTD Circuitry and method for selectively controlling prefetching of program instructions
KR102644719B1 (en) * 2023-04-07 2024-03-08 메티스엑스 주식회사 Manycore system for performing execustion of multi-threads in asynchronous manner

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6571318B1 (en) * 2001-03-02 2003-05-27 Advanced Micro Devices, Inc. Stride based prefetcher with confidence counter and dynamic prefetch-ahead mechanism
US7103757B1 (en) * 2002-10-22 2006-09-05 Lsi Logic Corporation System, circuit, and method for adjusting the prefetch instruction rate of a prefetch unit
US20080288751A1 (en) * 2007-05-17 2008-11-20 Advanced Micro Devices, Inc. Technique for prefetching data based on a stride pattern
US20130262779A1 (en) * 2012-03-30 2013-10-03 Jayaram Bobba Profile-based hardware prefetching

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6260116B1 (en) * 1998-07-01 2001-07-10 International Business Machines Corporation System and method for prefetching data
US7155575B2 (en) * 2002-12-18 2006-12-26 Intel Corporation Adaptive prefetch for irregular access patterns
US7421540B2 (en) * 2005-05-03 2008-09-02 International Business Machines Corporation Method, apparatus, and program to efficiently calculate cache prefetching patterns for loops
US7475231B2 (en) * 2005-11-14 2009-01-06 Texas Instruments Incorporated Loop detection and capture in the instruction queue
US8516226B1 (en) * 2006-01-23 2013-08-20 Hewlett-Packard Development Company, L.P. Executing a prefetching policy responsive to entry into an execution phase of an application
US8312254B2 (en) * 2008-03-24 2012-11-13 Nvidia Corporation Indirect function call instructions in a synchronous parallel thread processor
US8788766B2 (en) * 2010-02-18 2014-07-22 Oracle America, Inc. Software-accessible hardware support for determining set membership
US8560816B2 (en) * 2010-06-30 2013-10-15 Oracle International Corporation System and method for performing incremental register checkpointing in transactional memory
CN102023931B (en) 2010-12-17 2015-02-04 曙光信息产业(北京)有限公司 Self-adaption cache pre-fetching method
US10346173B2 (en) * 2011-03-07 2019-07-09 Oracle International Corporation Multi-threaded instruction buffer design
WO2013101114A1 (en) * 2011-12-29 2013-07-04 Intel Corporation Later stage read port reduction

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6571318B1 (en) * 2001-03-02 2003-05-27 Advanced Micro Devices, Inc. Stride based prefetcher with confidence counter and dynamic prefetch-ahead mechanism
US7103757B1 (en) * 2002-10-22 2006-09-05 Lsi Logic Corporation System, circuit, and method for adjusting the prefetch instruction rate of a prefetch unit
US20080288751A1 (en) * 2007-05-17 2008-11-20 Advanced Micro Devices, Inc. Technique for prefetching data based on a stride pattern
US20130262779A1 (en) * 2012-03-30 2013-10-03 Jayaram Bobba Profile-based hardware prefetching

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3320428A4 (en) * 2015-07-09 2019-07-17 Centipede Semi Ltd. Processor with efficient memory access
EP3482290A4 (en) * 2016-07-07 2019-07-31 Texas Instruments Incorporated Data processing apparatus having streaming engine with read and read/advance operand coding
US10678545B2 (en) 2016-07-07 2020-06-09 Texas Instruments Incorporated Data processing apparatus having streaming engine with read and read/advance operand coding
US11693660B2 (en) 2016-07-07 2023-07-04 Texas Instruments Incorporated Data processing apparatus having streaming engine with read and read/advance operand coding

Also Published As

Publication number Publication date
KR20150047422A (en) 2015-05-04
GB201415068D0 (en) 2014-10-08
US11494188B2 (en) 2022-11-08
US20150121038A1 (en) 2015-04-30
CN104572479B (en) 2019-12-13
GB2519644B (en) 2021-03-03
KR102305238B1 (en) 2021-09-27
CN104572479A (en) 2015-04-29

Similar Documents

Publication Publication Date Title
US11494188B2 (en) Prefetch strategy control for parallel execution of threads based on one or more characteristics of a stream of program instructions indicative that a data access instruction within a program is scheduled to be executed a plurality of times
US9547530B2 (en) Data processing apparatus and method for processing a plurality of threads
TWI525541B (en) Method and system for outputting reliably predictable instruction sequences and microprocessor for implementing a method of identifying instructions
US20170286421A1 (en) Indexing entries of a storage structure shared between multiple threads
US7895415B2 (en) Cache sharing based thread control
JP3716415B2 (en) Split branch history table and count cache for simultaneous multithreading
US7949855B1 (en) Scheduler in multi-threaded processor prioritizing instructions passing qualification rule
JP5413001B2 (en) Cache memory
US8595744B2 (en) Anticipatory helper thread based code execution
KR101835949B1 (en) Cache replacement policy that considers memory access type
US20030208665A1 (en) Reducing data speculation penalty with early cache hit/miss prediction
US9268595B2 (en) Scheduling thread execution based on thread affinity
US7206902B2 (en) System, apparatus and method for predicting accesses to a memory
KR101817847B1 (en) Cache memory budgeted by ways based on memory access type
US10437593B2 (en) Techniques for comprehensively synchronizing execution threads
KR20200106042A (en) Speculative cache storage
CN106537329B (en) Data processing apparatus and method for performing lock protection processing operations for multiple threads
US9858116B2 (en) Functional unit for supporting multithreading, processor comprising the same, and operating method thereof
US20040168039A1 (en) Simultaneous Multi-Threading Processor circuits and computer program products configured to operate at different performance levels based on a number of operating threads and methods of operating
US10503932B2 (en) Secure mode state data access tracking
US20160357669A1 (en) Flushing control within a multi-threaded processor
EP3140730B1 (en) Detecting data dependencies of instructions associated with threads in a simultaneous multithreading scheme
US9250913B2 (en) Collision-based alternate hashing
US9753770B2 (en) Register-type-aware scheduling of virtual central processing units
CN113742085B (en) Execution port time channel safety protection system and method based on branch filtering