WO2017189033A1 - Selecting cache aging policy for prefetches based on cache test regions - Google Patents
Selecting cache aging policy for prefetches based on cache test regions Download PDFInfo
- Publication number
- WO2017189033A1 WO2017189033A1 PCT/US2016/051811 US2016051811W WO2017189033A1 WO 2017189033 A1 WO2017189033 A1 WO 2017189033A1 US 2016051811 W US2016051811 W US 2016051811W WO 2017189033 A1 WO2017189033 A1 WO 2017189033A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- cache
- region
- entry
- aging policy
- response
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0893—Caches characterised by their organisation or structure
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/12—Replacement control
- G06F12/121—Replacement control using replacement algorithms
- G06F12/123—Replacement control using replacement algorithms with age lists, e.g. queue, most recently used [MRU] list or least recently used [LRU] list
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0862—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches with prefetch
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/10—Providing a specific technical effect
- G06F2212/1016—Performance improvement
- G06F2212/1021—Hit rate improvement
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/60—Details of cache memory
- G06F2212/602—Details relating to cache prefetching
Definitions
- the present disclosure relates generally to processors and more particularly to processor caches.
- processors employ a memory hierarchy, whereby a processor includes one or more caches to store a subset of data stored in main memory.
- the criterion for which subset of data from the main memory is stored in the cache can vary depending on the processor design, but typically prioritizes the caching of data that has recently been accessed.
- some processors employ one or more prefetchers that predict data that is likely to be accessed by the processor core in the near future, and copies that data from main memory to the one or more caches. In order to move new data into the one or more caches, the processor must typically select previously stored data for eviction based on a specified replacement scheme.
- LRU least- recently-used
- FIG. 1 is a block diagram of a processing system that applies an aging policy to a portion of a cache based on access metrics for different test regions of the cache in accordance with some embodiments.
- FIG. 2 is an example of the processing system of FIG. 1 employing different aging policies in different test regions of the cache in accordance with some embodiments.
- FIG. 3 is a diagram illustrating an example of the processing system of FIG. 1 changing the aging policy at the non-test region of the cache based on access metrics for test regions of the cache in accordance with some embodiments.
- FIG. 4 is a flow diagram of a method of applying an aging policy to a portion of a cache based on access metrics for different test regions of the cache in accordance with some embodiments.
- FIGs. 1-4 illustrate techniques for applying an aging policy to a portion of a cache based on access metrics for different test regions of the cache, whereby each test region implements a different aging policy.
- the aging policy for each region establishes an initial age value for each entry of the cache, and a particular aging policy can set the age for a given entry based on whether the entry was placed in the cache in response to a demand request from a processor core or in response to a prefetch request.
- the cache can use the age value of each entry as a criterion in its cache replacement policy.
- the cache can dynamically change the aging policy to the more efficient policy for instructions currently executing at the processor core.
- the cache has two test regions and a non-test region, whereby all the regions are employed by the cache to store data in response to demand requests from a processor core and prefetch requests from a prefetches
- the cache employs different aging policies for the different test regions, such that for one of the test regions the cache stores a specified initial age for entries associated with demand requests and a different specified initial age for entries associated with prefetch requests. For the other test region, the cache stores the same specified initial age for entries associated with demand requests and for entries associated with prefetch requests. Under both aging policies, the cache changes the age of each entry based on whether the entry is accessed by the processor core.
- the cache evicts entries based on least in part on the age of each entry.
- the processor monitors access metrics for each of the test regions, such as a cache hit rate, cache miss rate, or a combination thereof. Based on the metrics, the processor selects the aging policy for one of the test regions and applies it to the non-test region of the cache. For example, if the cache hit rate is higher for one of the test regions, the processor can apply the aging policy for that test region to the non-test region of the cache, thereby improving the hit rate for the cache overall.
- the processor can change the aging policy applied to the non-test region apply different aging policies to the non-test region, thereby improving the cache hit rate for the cache overall.
- aging policy refers to how age values are applied to entries of a cache, as well as to how such age values may be modified once applied.
- the aging policy can govern an initial age applied to an entry when it is placed in the cache, the modification of the age in response to an entry being accessed or other entries being accessed, or a combination thereof.
- the age values can be employed the cache as part of its replacement policy for selecting entries to evict when new data is to be stored at the cache.
- FIG. 1 illustrates a processing system 100 that applies a cache aging policy to a portion of a cache based on access metrics for different test regions of the cache in accordance with some embodiments.
- the processing system 100 is generally configured to execute sets of instructions organized in the form of computer programs in order to carry out tasks on behalf of an electronic device. Accordingly, the processing system 100 can be used in any of a variety of electronic devices, such as a desktop or laptop computer, server, smartphone, tablet, game console, and the like.
- the processing system 100 includes a processor core 102, a cache controller 105, a cache 1 10, and a memory 120.
- the processor core 102, cache controller 105, and cache 1 10 are formed on the same semiconductor die to form at least a portion of a processor core 102, and the memory 120 is formed on a different semiconductor die and connected to the processor 101 via one or more busses or signal lines. In some embodiments, at least a portion of the memory 120 is formed on the same semiconductor die as modules of the processor 101.
- the cache 1 10 and the memory 120 are each memory devices generally configured to store data, and can therefore be random access memory (RAM) memory modules, non-volatile memory devices (e.g., flash memory), and the like. As described further herein, the cache 1 10 and the memory 120 form a memory hierarchy for the processing system 100. In addition, the memory hierarchy of the processing system 100 may include other memory modules, such as additional caches not illustrated at FIG. 1.
- RAM random access memory
- non-volatile memory devices e.g., flash memory
- the cache 1 10 and the memory 120 form a memory hierarchy for the processing system 100.
- the memory hierarchy of the processing system 100 may include other memory modules, such as additional caches not illustrated at FIG. 1.
- the processor core 102 includes an instruction pipeline having, for example, a fetch stage to fetch instructions, a decode stage to decode each fetched instruction into one or more operations, execution stages to execute the operations, and a retire stage to retire instructions whose operations have completed execution.
- One set of operations generated based on the instruction are referred to herein as memory access instructions, and are requests to load data (load operations) from the memory hierarchy of the processing system 100, and requests to store data at the memory hierarchy of the processing system 100.
- Memory access requests generated by the processor core 102 represent requests to load or store data that are being used or are known to be needed by an executing program, and are referred to herein as demand requests.
- the cache controller 105 is a module generally configured to manage the memory hierarchy of the processing system 100 by moving data between the cache 1 10 and the memory 120.
- the cache 1 10 is a memory device including a plurality of entries, whereby each entry can be associated with one or more addresses of the memory 120.
- the cache controller 105 reviews the data stored at one or more entries of the cache 1 10 to determine if any of the entries stores data associated with the memory address targeted by the memory access request. If so, the cache controller 105 indicates a cache hit and satisfies the memory access request at the identified entry, either by storing data at the entry (in the case of a store operation) or by providing the data at the identified entry to the processor core 102 (in the case of a load operation).
- the cache controller 105 If data associated with the memory address is not stored at an entry of the cache 1 10, the cache controller 105 indicates a cache miss and issues a request to the memory 120 for the data at the memory address. The cache controller 105 then stores the data at an entry of the cache 1 10, and satisfies the memory access request at the entry.
- the processor 101 includes a prefetcher 106 that monitors demand requests issued to the cache controller 105 to identify patterns and predict, based on the identified patterns, memory addresses that will be the target of demand requests by the processor core 102 in the near future.
- the prefetcher 106 can issue to the cache controller memory access requests, referred to herein as prefetch requests, targeting the identified memory addresses.
- the cache controller 105 treats a prefetch request similar to a demand request by first identifying if data associated with the memory address targeted by the prefetch request is already stored at and entry of the cache 1 10 and, if not already stored, requesting the data from the memory 120 and storing the data at an entry of the cache 1 10.
- each entry of the cache 1 10 is associated with a subset of memory addresses and only data associated with that subset can be stored at the entry.
- the cache is an N-way set associative cache having M sets and each of the M sets including N entries. Each of the M sets is assigned a different subset of memory addresses, such that the cache controller 105 only stores data at an entry if the data is associated with a memory address in the entry's assigned subset.
- valid data When all entries of a set store data (referred to herein as "valid data") that may be the target of a memory access, the set is referred to herein as full.
- the cache controller 105 when the cache controller 105 receives data that is to be stored at a full set, it selects one of the entries of the set to evict (that is, to remove from the set) and replace with the received data.
- the scheme that the cache controller 105 uses to select the entry for eviction is referred to as replacement policy for the cache 1 10.
- the replacement policy for the cache 1 10 may be based at least in part on age values associated with each entry in a set.
- the cache controller 105 stores an initial age value for the entry.
- the cache controller 105 can adjust the age value for an entry. For example, the cache controller 105 can decrease the age value for an entry in response to the entry being the target of a demand request from the processor core 102, and can increase the age value for the entry in response to another entry in the set, or in a different set, being the target of a demand request.
- the age value therefore reflects an indication of how recently an entry has been accessed relative to other entries of the set, or of the cache 1 10.
- the cache controller 05 can base the decision at least in part the age value of each entry in the set. For example, the cache controller 105 can select the entry having the highest age value for eviction. In some embodiments, the cache controller 105 can use the age value as part of weighted sum with other criteria, such as data priority information, data type information (e.g., whether the entry stores instruction data or operand data), or other information to select an entry for eviction.
- data priority information e.g., whether the entry stores instruction data or operand data
- data type information e.g., whether the entry stores instruction data or operand data
- the cache controller 105 can apply different aging policies to different regions of the cache 1 10, wherein each region includes a plurality of entries. In at least one embodiment, each region only varies as to its aging policy. Thus, the entries of a region may be used for any set, and different regions may include different entries of the same set.
- the cache 1 10 includes three regions: test regions 1 15 and 1 16 and non-test region 1 18.
- the cache controller 105 stores aging policies 1 1 1 1 and 1 12 that differ in at least one aspect, such as the initial age value assigned to an entry, the amount by which an age value is adjusted in response to a specified criterion, and the like.
- the aging policy 1 1 mandates a specified initial age for entries that store data responsive to a prefetch request and a different specified initial age for entries that store data responsive to non-prefetch requests.
- a non-prefetch request refers to a memory access that is not a prefetch request targeted to the cache level to which the aging policy is applied.
- non-prefetch requests include demand requests, memory access requests generated in response to instruction cache misses, hardware page table walk requests, speculative memory access requests generated by the processor core 102 (e.g. , memory access requests generated during speculative execution of instructions after a branch instruction), and prefetch requests generated at other cache levels.
- the aging policy 1 12 mandates the same initial age for entries that store data responsive to a prefetch request and entries that store data responsive to a non- prefetch request.
- the aging policy 1 1 1 can therefore be more efficient for memory access patterns that more frequently access prefetched data, and the aging policy 1 12 can be more efficient for memory access patterns that access prefetched data and non-prefetched data at about the same frequency.
- the memory access pattern for the processor core 102 can vary over time, such that the cache 1 10 may operate more efficiently under different aging policies at different times. Accordingly, for the non-test region 118, the cache controller 105 can select between the aging policies 1 1 1 and 1 12 depending on performance characteristics of the test regions 1 15 and 1 16.
- the processor 101 includes a performance monitor 104 that can monitor and record performance characteristics, such as cache hit rate, cache miss rate, and the like, for each of the test regions 1 15 and 1 16. Based on one or more of the performance characteristics, or a combination thereof, of the test regions 1 15 and 1 16, the cache controller selects one of the aging policies 1 1 1 and 1 12 and applies it to the non-test region 1 18. For example, if the cache hit rate for the test region 1 15 is higher than the cache hit rate for the test region 1 16, the cache controller 105 can select the aging policy for the test region 1 15 (e.g., aging policy 1 1 1 ) and apply it to the non-test region 1 18. In some embodiments, the non-test region 1 18 includes the majority of the entries of the cache 1 10. Thus, by selecting the aging policy for the non-test region 1 8 as the more efficient aging policy, as indicated by the
- the cache controller 105 enhances the overall efficiency of the cache 1 10. Further, as the performance characteristics of the test regions 1 15 and 1 16 change over time, the cache controller can change the aging policy to the policy that is more efficient for a given set of performance characteristics.
- FIG. 2 illustrates an example of the cache controller 105 applying different aging policies to the test regions 1 15 and 1 16 of FIG. 1 in accordance with some embodiments.
- each of the test regions 1 15 and 1 16 include a plurality of entries, such as entries 240 and 241 of test region 1 15 and entries 242 and 243 of test region 1 16.
- Each of the entries includes a data portion (e.g., data portion 245 of entry 240) to store data retrieved from the memory 120— that is, the data used to satisfy memory access requests at the entry.
- Each entry also includes an age field (e.g., age field 246 of entry 240) to store an age value for the entry.
- the cache controller 105 applies an aging policy to the test region 1 15 wherein the initial age value stored at the age field for an entry depends on whether the data for the entry was retrieved from the memory 120 in response to a demand request or in response to a prefetch request.
- the cache controller 105 in response to retrieving data from the memory 120 in response to a prefetch request (e.g., prefetch request 231 ), stores an initial age value of "00" at the age field of the entry that stores the data.
- a demand request e.g., demand request 230
- the cache controller 105 stores an initial age value of "01 " at the age field of the entry.
- the cache controller applies a "younger" initial age to entries storing prefetched data and an "older” initial age to entries storing demand data.
- This aging policy can be efficient for memory access patterns wherein the processor core 102 does not issue demand requests for prefetched data.
- the cache controller 105 applies an aging policy wherein the initial age value stored the same initial age at the age field of each entry, without regard to whether the entry is associated with a prefetch request or a demand request.
- the cache controller 105 in response to retrieving data from the memory 120 in response to a prefetch request (e.g., prefetch request 233), stores an initial age value of "01" at the age field of the entry that stores the data. Similarly, in response to retrieving data from the memory 120 in response to a demand request (e.g., demand request 232), the cache controller 105 stores an initial age value of "01 " at the age field at the entry.
- the cache controller applies the same initial age to all entries. This aging policy can be efficient for memory access patterns where the processor core 102 accesses prefetched data and demand data with substantially equal frequency. In other embodiments, the cache controller 105 can apply an aging policy that stores a lower initial age for demand requests and a higher initial age for prefetch requests.
- the cache controller 105 applies different aging policies to the different test regions 1 15 and 1 16. By measuring the performance characteristics for each test region, the cache controller 105 can identify the more efficient aging policy for a recent memory access pattern of the processor core 102, and can apply the more efficient aging policy to the non-test region 1 18, thereby improving overall cache efficiency.
- the different aging policies can require different adjustments to the age values.
- the cache controller 105 can apply an aging policy such that, in response to a memory access to an entry associated with a demand request, the cache controller 105 adjusts the age value for all entries storing prefetch data to the maximum age value of "1 1 ".
- the cache controller 105 can adjust the age value for entry 240 to "00" and the age value for entry 241 (associated with prefetch request 231 ) to "1 1.” In contrast, in response to a memory access the cache controller 105 adjusts the age values for entries associated with demand data by increasing the age value by one. Thus, in response to a memory access to the entry 241 , the cache controller 105 increases the age value for the entry 240 (associated with demand request 230) by one, to the value "10.”
- the aging policy applied to the test region 1 15 can be more efficient for memory access patterns where prefetch data is accessed relatively quickly after prefetch or is not accessed at all.
- the aging policy applied to the test region 1 16 can require the same adjustment of age values for each entry, without regard to whether the entry is associated with a demand request or a prefetch request. For example, in response to a memory access to an entry of the test region 1 16, the cache controller 105 can increase the age values for all other entries in the test region 1 16 by one, up to a maximum value.
- the different aging policies applied to the different test regions 1 15 and 1 16 can vary in one or more of several aspects, including the initial age value applied to an entry, the criteria for adjusting the age value of an entry, the amount by which the age value is adjusted in response to each criterion, and the like.
- the cache 1 10 can include more than two test regions, with different aging policies applied to each test region, thereby giving the cache controller a wide range of possible aging policies to apply to the non-test region 1 18.
- FIG. 3 illustrates a diagram 300 depicting an example of the relative performance of the different test regions 1 15 and 1 16 changing over time in accordance with some embodiments.
- the diagram 300 includes an X-axis 350 representing time and a Y- axis 351 representing cache hit rate.
- the diagram 300 depicts a curve 352 representing the cache hit rate for the test region 1 16 over time and a curve 353 representing the cache hit rate for the test region 1 15.
- the cache hit rate for the test region 1 15 is greater than the cache hit rate for the test region 1 16.
- the cache controller 105 applies the aging policy for the test region 1 15 to the non-test region 1 18.
- the relationship between the cache hit rates for the test regions 1 15 and 1 16 changes, such that the cache hit rate for the test region 1 16 is greater than the cache hit rate for the test region 1 15.
- the cache controller 105 changes the aging policy for the non-test region 1 18 to match the aging policy for the test region 1 16.
- the relationship between the cache hit rates for the test regions 1 15 and 1 16 again changes, such that the cache hit rate for the test region 1 15 is again greater than the cache hit rate for the test region 1 16.
- FIG. 4 is a flow diagram of a method 400 of selecting an aging policy for a non-test region of a cache based on performance characteristics of different test regions of the cache in accordance with some embodiments. For purposes of description, the method 400 is described with respect to an example implementation at the processing system 100 of FIG. 1. At block 402, the cache controller 105 applies the different aging policies 1 1 1 and 1 12 to the different test regions 1 15 and 1 16 of the cache 1 10.
- the cache controller 105 can apply the aging policy 1 1 1 to the test region 1 15 and the aging policy 1 12 to the test region 1 16.
- the performance monitor 104 monitors and records performance characteristics for the different test regions 1 15 and 1 16, such as cache hit rate, cache miss rate, a weighted sum of cache hit rate and cache miss rate, and the like.
- the cache controller 105 compares the performance characteristics for each of the test regions 1 15 and 1 16 and based on the comparison selects one of the aging polices 1 1 1 and 1 12. For example, the cache controller 105 selects the aging policy that is applied to the test region that has a higher performance as indicated by the performance characteristics.
- the cache controller 105 applies the selected aging policy to the non-test region 1 18 of the cache 1 10. That is, the cache controller stores initial age values and adjusts stored age values at the non-test region 1 18 in keeping with the requirements of the selected aging policy.
- the cache controller 105 uses the age values stored at the non-test region 1 18 to identify cache lines for eviction in accordance with a replacement policy for the cache 1 10. The method flow returns to block 404, reflecting that the cache controller 105 continues to monitor the performance of the test regions 1 15 and 16 and based on the performance adjusts the aging policy applied to the non-test region 1 18.
- certain aspects of the techniques described above may implemented by one or more processors of a processing system executing software.
- the software comprises one or more sets of executable instructions stored or otherwise tangibly embodied on a non-transitory computer readable storage medium.
- the software can include the instructions and certain data that, when executed by the one or more processors, manipulate the one or more processors to perform one or more aspects of the techniques described above.
- the non-transitory computer readable storage medium can include, for example, a magnetic or optical disk storage device, solid state storage devices such as Flash memory, a cache, random access memory (RAM) or other non-volatile memory device or devices, and the like.
- the executable instructions stored on the non-transitory computer readable storage medium may be in source code, assembly language code, object code, or other instruction format that is interpreted or otherwise executable by one or more processors.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
Claims
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020187030919A KR102470184B1 (en) | 2016-04-27 | 2016-09-15 | Cache aging policy selection for prefetch based on cache test region |
| CN201680085089.3A CN109074312B (en) | 2016-04-27 | 2016-09-15 | Selecting cache aging policies for prefetching based on cache test areas |
| JP2018555627A JP6840169B2 (en) | 2016-04-27 | 2016-09-15 | Selecting a cache aging policy for prefetching based on the cache test area |
| EP17152933.2A EP3239848A1 (en) | 2016-04-27 | 2017-01-24 | Selecting cache aging policy for prefetches based on cache test regions |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/139,923 US10509732B2 (en) | 2016-04-27 | 2016-04-27 | Selecting cache aging policy for prefetches based on cache test regions |
| US15/139,923 | 2016-04-27 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017189033A1 true WO2017189033A1 (en) | 2017-11-02 |
Family
ID=60158351
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2016/051811 Ceased WO2017189033A1 (en) | 2016-04-27 | 2016-09-15 | Selecting cache aging policy for prefetches based on cache test regions |
Country Status (5)
| Country | Link |
|---|---|
| US (2) | US10509732B2 (en) |
| JP (1) | JP6840169B2 (en) |
| KR (1) | KR102470184B1 (en) |
| CN (1) | CN109074312B (en) |
| WO (1) | WO2017189033A1 (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20250307176A1 (en) * | 2024-04-01 | 2025-10-02 | Mellanox Technologies, Ltd. | Cache replacement system |
| US12499048B2 (en) | 2023-12-03 | 2025-12-16 | Mellanox Technologies, Ltd | Prefetcher engine configuration selection with multi-armed bandit |
| US12579070B2 (en) | 2023-12-03 | 2026-03-17 | Mellanox Technologies, Ltd | Prune policies |
Families Citing this family (23)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10509732B2 (en) * | 2016-04-27 | 2019-12-17 | Advanced Micro Devices, Inc. | Selecting cache aging policy for prefetches based on cache test regions |
| US10078514B2 (en) * | 2016-05-11 | 2018-09-18 | International Business Machines Corporation | Techniques for dynamic sequential instruction prefetching |
| US10409614B2 (en) | 2017-04-24 | 2019-09-10 | Intel Corporation | Instructions having support for floating point and integer data types in the same register |
| US10474458B2 (en) | 2017-04-28 | 2019-11-12 | Intel Corporation | Instructions and logic to perform floating-point and integer operations for machine learning |
| US11281587B2 (en) * | 2018-01-02 | 2022-03-22 | Infinidat Ltd. | Self-tuning cache |
| US10545874B2 (en) * | 2018-02-20 | 2020-01-28 | Sap Se | Reclamation of cache resources |
| WO2020190807A1 (en) | 2019-03-15 | 2020-09-24 | Intel Corporation | Systolic disaggregation within a matrix accelerator architecture |
| PL3938914T3 (en) | 2019-03-15 | 2025-03-31 | Intel Corporation | Dynamic memory reconfiguration |
| US12182035B2 (en) * | 2019-03-15 | 2024-12-31 | Intel Corporation | Systems and methods for cache optimization |
| US11934342B2 (en) | 2019-03-15 | 2024-03-19 | Intel Corporation | Assistance for hardware prefetch in cache access |
| CN110399316B (en) * | 2019-06-28 | 2021-10-01 | 苏州浪潮智能科技有限公司 | A method and device for optimizing business system performance |
| US11561895B2 (en) * | 2019-09-05 | 2023-01-24 | Advanced Micro Devices, Inc. | Oldest operation wait time indication input into set-dueling |
| US11210234B2 (en) | 2019-10-31 | 2021-12-28 | Advanced Micro Devices, Inc. | Cache access measurement deskew |
| US11861761B2 (en) | 2019-11-15 | 2024-01-02 | Intel Corporation | Graphics processing unit processing and caching improvements |
| US11663746B2 (en) | 2019-11-15 | 2023-05-30 | Intel Corporation | Systolic arithmetic on sparse data |
| US11467937B2 (en) * | 2020-06-26 | 2022-10-11 | Advanced Micro Devices, Inc. | Configuring cache policies for a cache based on combined cache policy testing |
| KR102876846B1 (en) * | 2020-07-06 | 2025-10-27 | 에스케이하이닉스 주식회사 | Data Storage Apparatus and Operation Method Thereof |
| US11868221B2 (en) * | 2021-09-30 | 2024-01-09 | Advanced Micro Devices, Inc. | Multi-adaptive cache replacement policy |
| US12068971B2 (en) * | 2022-02-25 | 2024-08-20 | Google Llc | Robust age-saturation mechanism for age-based arbitration in packet networks |
| US12541458B2 (en) | 2023-09-13 | 2026-02-03 | Samsung Electronics Co., Ltd. | Operating method of storage controller, storage device, and operating method of storage device |
| US12436886B2 (en) | 2024-01-04 | 2025-10-07 | Oracle International Corporation | Caching strategy based on model execution time |
| US12443527B1 (en) * | 2024-04-11 | 2025-10-14 | Oracle International Corporation | Caching strategy based on model execution time, frequency and input order with configurable priority |
| US12579066B2 (en) | 2024-06-03 | 2026-03-17 | Oracle International Corporation | Data driven caching strategy |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6728839B1 (en) * | 1998-10-28 | 2004-04-27 | Cisco Technology, Inc. | Attribute based memory pre-fetching technique |
| US20050289301A1 (en) * | 2004-06-29 | 2005-12-29 | Woo Steven C | Memory controller with prefetching capability |
| US20080059714A1 (en) * | 2004-04-15 | 2008-03-06 | International Business Machines Corporation | System, method and storage medium for prefetching via memory block tags |
| US20110072218A1 (en) * | 2009-09-24 | 2011-03-24 | Srilatha Manne | Prefetch promotion mechanism to reduce cache pollution |
| US20120233261A1 (en) * | 2008-09-16 | 2012-09-13 | Juniper Networks, Inc. | Optimized prefetching for wide area networks |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5293609A (en) * | 1991-04-19 | 1994-03-08 | International Business Machines Corporation | Hit-density-based replacement for data cache with prefetching |
| US6532520B1 (en) | 1999-09-10 | 2003-03-11 | International Business Machines Corporation | Method and apparatus for allocating data and instructions within a shared cache |
| JP2002163150A (en) * | 2000-11-28 | 2002-06-07 | Toshiba Corp | Processor |
| US6996678B1 (en) * | 2002-07-31 | 2006-02-07 | Cisco Technology, Inc. | Method and apparatus for randomized cache entry replacement |
| US7484042B2 (en) * | 2006-08-18 | 2009-01-27 | International Business Machines Corporation | Data processing system and method for predictively selecting a scope of a prefetch operation |
| US8990506B2 (en) * | 2009-12-16 | 2015-03-24 | Intel Corporation | Replacing cache lines in a cache memory based at least in part on cache coherency state information |
| US8914581B2 (en) * | 2010-05-20 | 2014-12-16 | Telefonaktiebolaget L M Ericsson (Publ) | Method and apparatus for accessing cache memory |
| CN101866318B (en) * | 2010-06-13 | 2012-02-22 | 北京北大众志微系统科技有限责任公司 | Management system and method for cache replacement strategy |
| US8583874B2 (en) | 2010-12-14 | 2013-11-12 | Lsi Corporation | Method and apparatus for caching prefetched data |
| US8667222B2 (en) | 2011-04-01 | 2014-03-04 | Intel Corporation | Bypass and insertion algorithms for exclusive last-level caches |
| US8909866B2 (en) * | 2012-11-06 | 2014-12-09 | Advanced Micro Devices, Inc. | Prefetching to a cache based on buffer fullness |
| 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 |
| US10509732B2 (en) * | 2016-04-27 | 2019-12-17 | Advanced Micro Devices, Inc. | Selecting cache aging policy for prefetches based on cache test regions |
-
2016
- 2016-04-27 US US15/139,923 patent/US10509732B2/en active Active
- 2016-09-15 KR KR1020187030919A patent/KR102470184B1/en active Active
- 2016-09-15 WO PCT/US2016/051811 patent/WO2017189033A1/en not_active Ceased
- 2016-09-15 CN CN201680085089.3A patent/CN109074312B/en active Active
- 2016-09-15 JP JP2018555627A patent/JP6840169B2/en active Active
-
2019
- 2019-11-12 US US16/681,617 patent/US11321245B2/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6728839B1 (en) * | 1998-10-28 | 2004-04-27 | Cisco Technology, Inc. | Attribute based memory pre-fetching technique |
| US20080059714A1 (en) * | 2004-04-15 | 2008-03-06 | International Business Machines Corporation | System, method and storage medium for prefetching via memory block tags |
| US20050289301A1 (en) * | 2004-06-29 | 2005-12-29 | Woo Steven C | Memory controller with prefetching capability |
| US20120233261A1 (en) * | 2008-09-16 | 2012-09-13 | Juniper Networks, Inc. | Optimized prefetching for wide area networks |
| US20110072218A1 (en) * | 2009-09-24 | 2011-03-24 | Srilatha Manne | Prefetch promotion mechanism to reduce cache pollution |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12499048B2 (en) | 2023-12-03 | 2025-12-16 | Mellanox Technologies, Ltd | Prefetcher engine configuration selection with multi-armed bandit |
| US12579070B2 (en) | 2023-12-03 | 2026-03-17 | Mellanox Technologies, Ltd | Prune policies |
| US20250307176A1 (en) * | 2024-04-01 | 2025-10-02 | Mellanox Technologies, Ltd. | Cache replacement system |
| US12450171B2 (en) * | 2024-04-01 | 2025-10-21 | Mellanox Technologies, Ltd | Cache replacement system |
Also Published As
| Publication number | Publication date |
|---|---|
| KR20180130536A (en) | 2018-12-07 |
| US11321245B2 (en) | 2022-05-03 |
| JP6840169B2 (en) | 2021-03-10 |
| CN109074312B (en) | 2024-02-02 |
| JP2019516188A (en) | 2019-06-13 |
| US20200081849A1 (en) | 2020-03-12 |
| US20170315932A1 (en) | 2017-11-02 |
| CN109074312A (en) | 2018-12-21 |
| US10509732B2 (en) | 2019-12-17 |
| KR102470184B1 (en) | 2022-11-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11321245B2 (en) | Selecting cache aging policy for prefetches based on cache test regions | |
| US11803484B2 (en) | Dynamic application of software data caching hints based on cache test regions | |
| EP3488349B1 (en) | Selecting cache transfer policy for prefetched data based on cache test regions | |
| CN104636270B (en) | Data processing apparatus and data processing method | |
| US11880310B2 (en) | Cache access measurement deskew | |
| CN112585580A (en) | Filtered branch prediction structure for a processor | |
| US8364904B2 (en) | Horizontal cache persistence in a multi-compute node, symmetric multiprocessing computer | |
| US20170357585A1 (en) | Setting cache entry age based on hints from another cache level | |
| EP3239848A1 (en) | Selecting cache aging policy for prefetches based on cache test regions | |
| US10534721B2 (en) | Cache replacement policy based on non-cache buffers |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| ENP | Entry into the national phase |
Ref document number: 2018555627 Country of ref document: JP Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 20187030919 Country of ref document: KR Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 201680085089.3 Country of ref document: CN |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16900763 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16900763 Country of ref document: EP Kind code of ref document: A1 |