WO2013101151A1 - Improved cache circuit having a tag array with smaller latency than a data array - Google Patents

Improved cache circuit having a tag array with smaller latency than a data array Download PDF

Info

Publication number
WO2013101151A1
WO2013101151A1 PCT/US2011/068025 US2011068025W WO2013101151A1 WO 2013101151 A1 WO2013101151 A1 WO 2013101151A1 US 2011068025 W US2011068025 W US 2011068025W WO 2013101151 A1 WO2013101151 A1 WO 2013101151A1
Authority
WO
WIPO (PCT)
Prior art keywords
request
cache
requests
data
array
Prior art date
Application number
PCT/US2011/068025
Other languages
French (fr)
Inventor
Larisa Novakovsky
Original Assignee
Intel Corporation
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 Intel Corporation filed Critical Intel Corporation
Priority to PCT/US2011/068025 priority Critical patent/WO2013101151A1/en
Priority to US13/997,655 priority patent/US9367464B2/en
Publication of WO2013101151A1 publication Critical patent/WO2013101151A1/en

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/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/0842Multiuser, multiprocessor or multiprocessing cache systems for multiprocessing or multitasking
    • 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/0844Multiple simultaneous or quasi-simultaneous cache accessing
    • G06F12/0853Cache with multiport tag or data arrays
    • 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/0844Multiple simultaneous or quasi-simultaneous cache accessing
    • G06F12/0855Overlapped cache accessing, e.g. pipeline
    • 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/0893Caches characterised by their organisation or structure
    • G06F12/0895Caches characterised by their organisation or structure of parts of caches, e.g. directory or tag array
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/1605Handling requests for interconnection or transfer for access to memory bus based on arbitration
    • G06F13/1642Handling requests for interconnection or transfer for access to memory bus based on arbitration with request queuing

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

A method is described that includes alternating cache requests sent to a tag array between data requests and dataless requests.

Description

Improved Cache Circuit Having A Tag Array With Smaller Latency Than A Data Array
Field of Invention
The field of invention pertains to the computing sciences, and, more specifically to improved cache circuit having a tag array with smaller latency than a data array
Background
Fig. 1 shows prior art cache circuitry 100 and Fig. lb shows a timing diagram for the prior art cache circuitry. As observed in Fig. la, the prior art cache circuitry 100 includes a tag array 101 and a data array 102. The tag array 101 keeps "tags" (identifiers) of the cache lines that are kept in the data array 102. Under a common sequence of events, such as a "demand read", both the tag array 101 and the data array 102 are accessed as part of the same transaction. For example, in the case of a demand read, first the tag array 101 is accessed to see if the desired cache line is in the data array 102. If so (cache hit), the data array 102 is accessed to fetch the desired cache line.
According to a traditional design point, the data storage capacity of the data array 102 is desired to be large which corresponds to the use of smaller, but slower, data storage cells within the data array 102. As a consequence of the use of slower cells, two cycles are needed to access the data array 102. Moreover, the tag array 101 is traditionally implemented with the same type of storage cells as the data array 102. Hence, a complete sequence of first accessing the tag array 101 and then accessing the data array 102 (e.g., in the case of a cache hit) requires four cycles (2 cycles for the tag array access plus 2 more cycles for the data array access).
Because two cycles are needed to access the tag array 101, cache access requests can not be serviced on immediately consecutive cycles. That is, as observed in Fig. lb, an immediately following cache access request 121 can not be serviced on a cycle that immediately follows a preceding cache access request 120. Rather, an entire cycle 123 must be "skipped" after the first request 120 before the second request 121 can be serviced.
Note that the prior art caching circuitry 100 also includes a main request queue 103 for queuing cache access requests. According to one approach, requests from the main queue 103 are fed into a FIFO 104 that directly supplies cache access requests to the tag array 102.
According to one embodiment of this approach, requests are serviced in strict order according to their arrival to the main queue 103. Here, servicing logic 105 services requests from the FIFO 104 consistent with the timing discussed above with respect to Fig. lb. That is, servicing logic 104 is designed to wait a full cycle after servicing a request from the FIFO 104 before servicing a next request from the FIFO 104. In other approaches (not shown), the different sources of incoming cache access requests are serviced on a round robin basis. For example, a semiconductor chip that has four cores and two external links may have individual queues for each of the six sources (four cores and two links), and, the queues are fairly serviced on a round robin basis. Strict ordering of request services based on arrival to the cache circuitry need not be strictly adhered to according to this approach. Here again, because of the two cycle tag access requirement, even if round robin servicing is utilized, the servicing logic nevertheless will not service a next request until after a full cycle has elapsed since the serving of the most recently serviced request. Figures
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which: Fig. la shows a prior art cache circuit;
Fig. lb shows timing associated with the prior art cache circuit;
Fig. 2a shows more detailed timing of the prior art cache circuit;
Fig. 2b shows improved cache circuit timing;
Fig. 3 shows a first embodiment of an improved cache circuit;
Fig. 4 shows a second embodiment of an improved cache circuit;
Fig. 5 shows a method performed by the improved cache circuit;
Fig. 6 shows a semiconductor chip having LI and L2 caches.
Detailed Description
Some cache access requests do not require any access to the data array and instead only seek to access the tag array (e.g., to see if a requested cache line is present in the data array but without actually fetching the cache line if so). Examples include prefetch requests, snoops and memory execution unit (MEU) full line updates.
As such, waiting a full cycle between cache requests for requests that do not require access to the data array corresponds to a form of inefficiency in system operation - particularly if the tag array can be designed such that only one cycle is needed to access the tag array. A tag array that requires only one cycle per access can be accomplished, for example, by using larger (faster) storage cells in the tag array than are used in the data array. Here, because the tag array typically need not have the same (very large) storage capacity of the data array, the increase in size of the tag array owing to the incorporation of larger storage cells does not significantly contribute to a larger overall cache size. As a matter of comparison, consider the prior art approach of Fig. 2a which shows operation when a full cycle is skipped between all requests for a sequence that includes: 1) a first read demand request 201; 2) a second, following prefetch request 202; 3) a third, read demand request 203; and, 4) a fourth, prefetch request 204. Here, the tag array is accessed for the first request 201 in cycles 1 and 2, and, the data array (assuming a cache hit) is accessed for the first request 201 in cycles 3 and 4. The second request 202 is not serviced until cycle 3 consistent with the requirement that a full cycle must be expended between consecutive requests (or, said another way, because the tag array access of the first request 201 consumes cycles 1 and 2).
As observed in Fig. 2a, the first request 201, being a read demand that hits in the tag array, consumes four total cycles (cycles 1 through 4) before the read data is finally presented at cycle 5. The second request 202, as discussed above, must wait until cycle 3 before it can be serviced owing to the 2 cycle consumption of the tag array by the first request 201. The second request 202 is a prefetch request and therefore does not access the data array (only the tag array). Thus, the second request 202 only consumes cycles 3 and 4 to be completely serviced.
The third request 203 is not serviced until cycle 5 owing to the two cycle consumption of the tag array by the second request over cycles 3 and 4. The third request 203 is also a demand read having a hit in the tag array access that occurs over cycles 5 and 6. The data array is accessed over cycles 7 and 8 to complete the service of the third request 203 with the
presentation of its read data beginning in cycle 9. The fourth request 204 is a prefetch request that accesses the tag array in cycles 7 and 8 while the data array is being accessed to service the third request 203. Again, being a prefetch request, the fourth request 204 does not invoke access of the data array.
The insertion of one full cycle between consecutive services of the requests (as observed in cycles 2, 4 and 6) corresponds to a performance hit in the sense that requests are being issued to the cache at a slower rate than might be otherwise possible.
As alluded to previously, designing the tag array such that it consumes only one cycle per access can improve cache performance. Fig. 2b shows the same sequence of cache access requests as observed in Fig. 2a, but with a tag array that only consumes one cycle instead of two cycles. Again, the tag array can be made to only consume one cycle as opposed to two cycles, for example, by being designed with larger storage cells than those in the data array.
As observed in Fig. 2b, a one cycle tag array access removes the restriction that a full cycle must be inserted between consecutive cache request services, and, as such, consecutive requests can issue on consecutive cycles. Thus, as seen in Fig. 2b, the second request 212 is issued immediately after the first request 211. Here, the first request 211 consumes the tag array only for the same cycle, cycle 1, that it was serviced in which permits the servicing and access to the tag array for the second request 212 in the immediately following cycle, cycle 2.
For similar reasons the third request 213 can be serviced in cycle 3 immediately after the servicing of the second request 212 in cycle 2. Moreover, because the second request 212 is a prefetch request, it does not access the data array, which permits the third request to access the data array in cycles 5 and 6 immediately after the first request 211 accesses the data array in cycles 3 and 4. As a point of comparison, note that the read data for the first and third requests 211, 213 of Fig. 2b are available by cycle 8, whereas the approach in Fig. 2a does not present the read data until cycle 10.
Finally, the fourth request 214 is serviced in cycle 4 immediately after the third request
213 in cycle 3. This corresponds to completion of the fourth request, a prefetch request, in cycle 4, whereas, in the prior art approach of Fig. 2a the fourth request was not completed until cycle 8.
Thus, efficiency can be gained by distinguishing between requests that are known not to seek access to the data array and permitting them to serviced immediately after a preceding cache access request and/or inserting them between accesses that may require access to the data array.
Fig. 3 shows an improved cache circuit approach 300 that is designed to recognize and distinguish between cache access requests that do not access the data array and those that do or might. As observed in Fig. 3, cache access requests are centrally received in a first main request queue 301. Allocation logic and classification logic 302 act to populate a next stage of FIFOs 303a,b that feed the tag array in cache 304. Here, classification logic determines, for each request in the main queue 301, whether the request is of a type that will not invoke the data array ("Dataless Request") or is of a type that will or may invoke the data array ("Data Request").
Here, FIFO 303a queues data requests from the main queue 301 while FIFO 303b queues dataless requests from the main queue 301. Arbitration logic determines when requests should be serviced from the main queue 301 and entered into one of FIFOs 303a,b (e.g., when both of FIFOs 303a,b have a slot for a next request). Round robin logic 305 alternates between FIFOs 303a,b in servicing their respective requests for issuance to the tag array in cache 304. That is, a request is first taken from FIFO 303a, then, a request is taken from FIFO 303b, then a request is taken from FIFO 303a, etc.
In this manner the tag array can be accessed every cycle.
Fig. 4 shows another design in which the same design of Fig. 3 is established for all the different sources that may direct requests to the cache 404. Here, a master arbiter 406 can provide round robin service to all the sources but in a manner that alternates between data requests and dataless requests. That is, a dataless request if first serviced from FIFO 403a, then, a data request is serviced from FIFO 403b, then, a dataless request is serviced from FIFO 403c, then, a data request is serviced from FIFO 403d, etc.
Fig. 5 shows a methodology that can be performed by the cache access circuitry of Figs. 3 and 4. As observed in Fig. 5, incoming cache access requests are characterized as being of a data request type or a dataless request type 501. The requests are then serviced such that a dataless request types are applied to the tag array of the cache on alternative cycles than data request types, where requests are issued to the tag array on consecutive cycles 502.
Fig. 6 shows a semiconductor chip 600 having multiple processing cores 601_1 to 601_N, each having its own respective LI cache 602_1 to 602_N. The cores are interconnected to one another and to an L2 cache 603 through switch (e.g., crossbar) circuitry 604. A memory controller 605 is also coupled to system memory 606. In computing systems where
semiconductor chip 600 includes all the primary processing cores of the system, system memory 606 may represent all of system memory in the computing system. In this case, memory controller 605 receives all data requests that miss the L2 cache.
In larger systems that are formed by coupling one or more chips like chip 600 together, system memory 606 represents only a slice of the address range of the computing system's system memory. As such, memory controller 605 will receive data requests that miss the L2 cache whose addresses correspond to the system memory address range managed by memory controller 605. Requests outside of this range are directed from chip through communication interface 607 to whichever chip whose corresponding memory controller manages each of their associated address. Likewise memory controller 605 may receive from interface 607 data requests from other chips whose respective address correspond to the address range managed by controller 605.
The cache circuitry discussed above may be instantiated in the LI and/or L2 caches and logic circuitry disposed on the semiconductor chip 600.
In the foregoing specification, the invention has been described with reference to specific exemplary embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention as set forth in the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims

Claims
1. A semiconductor chip, comprising:
a cache comprising a tag array and a data array, said tag array having lower latency than said data array;
a first cache request path that flows into said tag array;
a second cache request path that flows into said tag array;
logic circuity to determine whether a cache request is a data request or a dataless request, and, place said cache request onto said first cache request path if said cache request is a data request, or, place said cache request onto said second cache request path if said cache request is a dataless request.
2. The semiconductor chip of claim 1 wherein an access of said tag array consumes one cycle and an access of said data array consumes two cycles.
3. The semiconductor chip of claim 2 wherein said tag array consumes larger storage cells than said data array.
4. The semiconductor chip of claim 2 wherein said tag array consumes larger storage cells than said data array.
5. The semiconductor chip of claim 1 wherein said dataless request can be any of:
a prefetch;
a snoop;
an MEU full line update.
6. The semiconductor chip of claim 1 wherein servicing logic circuitry alternates servicing of cache access request between said servicing cache access requests from said first cache access request path and servicing cache access requests from said second cache access request path.
7. The semiconductor chip of claim 1 wherein said logic circuitry services cache access requests from said first and second cache access request paths in a round robin fashion where cache access request paths that carry dataless requests are serviced in between cache access request paths that carry data requests.
8. A method, comprising:
alternating cache requests sent to a tag array between data requests and dataless requests.
9. The method of claim 8 wherein said dataless requests are any of:
a prefetch;
a snoop;
an MEU fill line update.
10. The method of claim 8 further comprising classifying each of multiple incoming cache requests, before said cache request are sent to said tag array, as being either a data request or a dataless request.
11. The method of claim 10 wherein said method further comprises placing data requests on a first path that flows to said tag array, and, placing dataless requests on a second path that flows to said tag array.
12. The method of claim 11 wherein both said paths contain their own respective FIFO queues.
13. A computing system, comprising two connected semiconductor chips, each of the two connected semiconductor chips, comprising:
multiple processing cores;
a cache with cache access circuitry, comprising:
a cache comprising a tag array and a data array, said tag array having lower latency than said data array;
a first cache request path that flows into said tag array;
a second cache request path that flows into said tag array;
logic circuity to determine whether a cache request is a data request or a dataless request, and, place said cache request onto said first cache request path if said cache request is a data request, or, place said cache request onto said second cache request path if said cache request is a dataless request.
14. The computing system of claim 13 wherein an access of said tag array consumes one cycle and an access of said data array consumes two cycles.
15. The computing system of claim 14 wherein said tag array consumes larger storage cells than said data array.
16. The computing system of claim 14 wherein said tag array consumes larger storage cells than said data array.
17. The computing system of claim 13 wherein said dataless request can be any of:
a prefetch;
a snoop;
an MEU full line update.
18. The computing system of claim 13 wherein servicing logic circuitry alternates servicing of cache access request between said servicing cache access requests from said first cache access request path and servicing cache access requests from said second cache access request path.
19. The computing system of claim 13 wherein said logic circuitry services cache access requests from said first and second cache access request paths in a round robin fashion where cache access request paths that carry dataless requests are serviced in between cache access request paths that carry data requests.
PCT/US2011/068025 2011-12-30 2011-12-30 Improved cache circuit having a tag array with smaller latency than a data array WO2013101151A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/US2011/068025 WO2013101151A1 (en) 2011-12-30 2011-12-30 Improved cache circuit having a tag array with smaller latency than a data array
US13/997,655 US9367464B2 (en) 2011-12-30 2011-12-30 Cache circuit having a tag array with smaller latency than a data array

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2011/068025 WO2013101151A1 (en) 2011-12-30 2011-12-30 Improved cache circuit having a tag array with smaller latency than a data array

Publications (1)

Publication Number Publication Date
WO2013101151A1 true WO2013101151A1 (en) 2013-07-04

Family

ID=48698385

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2011/068025 WO2013101151A1 (en) 2011-12-30 2011-12-30 Improved cache circuit having a tag array with smaller latency than a data array

Country Status (2)

Country Link
US (1) US9367464B2 (en)
WO (1) WO2013101151A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017196138A3 (en) * 2016-05-12 2018-07-26 Lg Electronics Inc. System and method for early data pipeline lookup in large cache design

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9665280B2 (en) * 2014-09-30 2017-05-30 International Business Machines Corporation Cache coherency verification using ordered lists
US10956338B2 (en) * 2018-11-19 2021-03-23 Ati Technologies Ulc Low latency dirty RAM for cache invalidation speed improvement
US11762777B2 (en) * 2021-03-31 2023-09-19 Advanced Micro Devices, Inc. Method and apparatus for a dram cache tag prefetcher

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6253291B1 (en) * 1998-02-13 2001-06-26 Sun Microsystems, Inc. Method and apparatus for relaxing the FIFO ordering constraint for memory accesses in a multi-processor asynchronous cache system
US7035958B2 (en) * 2002-10-03 2006-04-25 International Business Machines Corporation Re-ordering a first request within a FIFO request queue to a different queue position when the first request receives a retry response from the target
US7822037B2 (en) * 1999-08-31 2010-10-26 Broadcom Corporation Apparatus for the reduction of uplink request processing latency in a wireless communication system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4525777A (en) * 1981-08-03 1985-06-25 Honeywell Information Systems Inc. Split-cycle cache system with SCU controlled cache clearing during cache store access period
EP0349123B1 (en) * 1988-06-27 1995-09-20 Digital Equipment Corporation Multi-processor computer systems having shared memory and private cache memories
JPH03189845A (en) * 1989-12-13 1991-08-19 Internatl Business Mach Corp <Ibm> Hierarchical memory system and cache memory subsystem
US5426765A (en) * 1991-08-30 1995-06-20 Compaq Computer Corporation Multiprocessor cache abitration
US5692152A (en) * 1994-06-29 1997-11-25 Exponential Technology, Inc. Master-slave cache system with de-coupled data and tag pipelines and loop-back
US6295583B1 (en) * 1998-06-18 2001-09-25 Compaq Information Technologies Group, L.P. Method and apparatus for resolving probes in multi-processor systems which do not use external duplicate tags for probe filtering
US6385687B2 (en) * 1999-05-14 2002-05-07 Micron Technology, Inc. Method and apparatus for simultaneously accessing the tag and data arrays of a memory device
US6389517B1 (en) * 2000-02-25 2002-05-14 Sun Microsystems, Inc. Maintaining snoop traffic throughput in presence of an atomic operation a first port for a first queue tracks cache requests and a second port for a second queue snoops that have yet to be filtered
US6928517B1 (en) * 2000-08-30 2005-08-09 Unisys Corporation Method for avoiding delays during snoop requests

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6253291B1 (en) * 1998-02-13 2001-06-26 Sun Microsystems, Inc. Method and apparatus for relaxing the FIFO ordering constraint for memory accesses in a multi-processor asynchronous cache system
US7822037B2 (en) * 1999-08-31 2010-10-26 Broadcom Corporation Apparatus for the reduction of uplink request processing latency in a wireless communication system
US7035958B2 (en) * 2002-10-03 2006-04-25 International Business Machines Corporation Re-ordering a first request within a FIFO request queue to a different queue position when the first request receives a retry response from the target

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017196138A3 (en) * 2016-05-12 2018-07-26 Lg Electronics Inc. System and method for early data pipeline lookup in large cache design
US10740261B2 (en) 2016-05-12 2020-08-11 Lg Electronics Inc. System and method for early data pipeline lookup in large cache design

Also Published As

Publication number Publication date
US20140208035A1 (en) 2014-07-24
US9367464B2 (en) 2016-06-14

Similar Documents

Publication Publication Date Title
US10936536B2 (en) Memory processing core architecture
EP3729281B1 (en) Scheduling memory requests with non-uniform latencies
US10783104B2 (en) Memory request management system
US8751746B2 (en) QoS management in the L2 cache
US6704817B1 (en) Computer architecture and system for efficient management of bi-directional bus
US20020091891A1 (en) Passive release avoidance technique
TW484065B (en) Dynamic priority external transaction system
US11429281B2 (en) Speculative hint-triggered activation of pages in memory
EP3732578B1 (en) Supporting responses for memory types with non-uniform latencies on same channel
US20140317357A1 (en) Promoting transactions hitting critical beat of cache line load requests
CN112789603A (en) Method for maintaining cache coherency during reordering
US20020188807A1 (en) Method and apparatus for facilitating flow control during accesses to cache memory
US9367464B2 (en) Cache circuit having a tag array with smaller latency than a data array
US8103833B2 (en) Cache memory and a method for servicing access requests
US8458406B2 (en) Multiple critical word bypassing in a memory controller
US20090006777A1 (en) Apparatus for reducing cache latency while preserving cache bandwidth in a cache subsystem of a processor
US7882309B2 (en) Method and apparatus for handling excess data during memory access
US11403221B2 (en) Memory access response merging in a memory hierarchy
US10740256B2 (en) Re-ordering buffer for a digital multi-processor system with configurable, scalable, distributed job manager
US8706925B2 (en) Accelerating memory operations blocked by ordering requirements and data not yet received
US20120140768A1 (en) Crossbar switch with primary and secondary pickers
US6836823B2 (en) Bandwidth enhancement for uncached devices
Kalokerinos et al. Prototyping a configurable cache/scratchpad memory with virtualized user-level RDMA capability
US20010037426A1 (en) Interrupt handling via a proxy processor
AU2002326916A1 (en) Bandwidth enhancement for uncached devices

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 13997655

Country of ref document: US

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

Ref document number: 11878872

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

Country of ref document: EP

Kind code of ref document: A1