Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
METHOD, APPARATUS, AND SYSTEM FOR PREFETCHING EXCLUSIVE CACHE COHERENCE STATE FOR STORE INSTRUCTIONS
Document Type and Number:
WIPO Patent Application WO/2020/046846
Kind Code:
A1
Abstract:
A method, apparatus, and system for prefetching exclusive cache coherence state for store instructions is disclosed. An apparatus may comprise a cache and a gather buffer coupled to the cache. The gather buffer may be configured to store a plurality of cache lines, each cache line of the plurality of cache lines associated with a store instruction. The gather buffer may be further configured to determine whether a first cache line associated with a first store instruction should be allocated in the cache. If the first cache line associated with the first store instruction is to be allocated in the cache, the gather buffer is configured to issue a pre-write request to acquire exclusive cache coherency state to the first cache line associated with the first store instruction.

Inventors:
YEN LUKE (US)
CHOUDHARY NIKET (US)
GHOSHAL PRITHA (US)
SPEIER THOMAS PHILIP (US)
STEMPEL BRIAN MICHAEL (US)
MCAVOY WILLIAM JAMES (US)
EIBL PATRICK (US)
Application Number:
PCT/US2019/048209
Publication Date:
March 05, 2020
Filing Date:
August 26, 2019
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
QUALCOMM INC (US)
International Classes:
G06F12/0888; G06F12/0817
Foreign References:
US6374332B12002-04-16
US20090204763A12009-08-13
US20150261564A12015-09-17
US201816113120A2018-08-27
Attorney, Agent or Firm:
MEISAROSH, Edward J. (US)
Download PDF:
Claims:
CLAIMS

WHAT IS CLAIMED IS:

1. A method, comprising:

determining if a cache line associated with a store instruction should be allocated in a cache;

if the cache line associated with the store instruction should be allocated in the cache, performing a pre- write to the cache by acquiring exclusive cache coherency state to the cache line associated with the store instruction.

2. The method of claim 1, further comprising determining that the cache line associated with the store instruction should not be allocated in the cache when the store instruction is determined to be transient.

3. The method of claim 1, wherein performing the pre- write is selectively triggered by determining that the store instruction is a non-transient store instruction associated with a first cache line, wherein the first cache line is not present in a gather buffer.

4. The method of claim 1, wherein performing the pre- write is selectively enabled or disabled by software.

5. The method of claim 1, wherein acquiring exclusive cache coherency state to the cache line associated with the store instruction comprises retrieving exclusive cache coherency state for the cache line from a memory hierarchy and setting an indicator associated with the cache line indicating that the cache line has exclusive cache coherency state.

6. The method of claim 1, further comprising performing a write to the cache line associated with the store instruction.

7. The method of claim 6, wherein performing the write to the cache line comprises writing data associated with the store instruction from a gather buffer to the cache line.

8. The method of claim 6, wherein performing the write to the cache line is triggered in response to a snoop request to the cache line.

9. The method of claim 6, wherein performing the write to the cache line is triggered in response to an architectural request or instruction.

10. The method of claim 9, wherein the instruction is a barrier instruction.

11. An apparatus comprising:

a cache; and

a gather buffer coupled to the cache and configured to store a plurality of cache lines, each cache line of the plurality of caches lines associated with a store instruction; wherein the gather buffer is further configured to determine whether a first cache line associated with a first store instruction should be allocated in the cache, and if the first cache line associated with the first store instruction is to be allocated in the cache, issue a pre-write request to acquire exclusive cache coherency state to the first cache line associated with the first store instruction.

12. The apparatus of claim 11, wherein the gather buffer is configured to not issue the pre-write request when the first store instruction is determined to be transient.

13. The apparatus of claim 11, wherein the gather buffer is configured to issue the pre- write request when the first store instruction is determined to be non-transient and a first cache line associated with the first store instruction is not present in the gather buffer.

14. The apparatus of claim 11, wherein the issuing of pre-write requests by the gather buffer may be selectively enabled or disabled by software.

15. The apparatus of claim 11 further comprising: a memory hierarchy including a main memory coupled to the cache;

wherein the cache further comprises a plurality of cache lines, each cache line having a coherency state indicator and a data portion; and

wherein acquiring exclusive cache coherency state to the first cache line associated with the first store instruction comprises retrieving exclusive cache coherency state from the memory hierarchy and setting the coherency state indicator associated with the first cache line associated with the first store instruction to indicate that the cache line has exclusive cache coherency state.

16. The apparatus of claim 11, wherein the gather buffer is configured to receive data to be written as a result of execution of the first store instruction and write the data into a cache line in the gather buffer associated with the first store instruction.

17. The apparatus of claim 16, wherein the cache is configured to receive data to be written as a result of execution of the first store instruction from the gather buffer and write the data into a data portion of the first cache line of the cache associated with the store instruction.

18. The apparatus of claim 17, wherein writing the data to the first cache line of the cache is triggered in response to a snoop request for the first cache line.

19. The apparatus of claim 17, wherein writing the data to the first cache line of the cache is triggered in response to an architectural request or instruction.

20. The apparatus of claim 19, wherein the instruction is a barrier instruction.

21. The apparatus of claim 11, integrated into a device selected from the group consisting of a mobile phone, a communications device, a computer, a server, a laptop, a tablet, a personal digital assistant, a music player, a video player, an entertainment unit, and a set top box.

22. A non-transitory computer readable medium comprising instructions which, when executed by a processor, cause the processor to: determine if a cache line associated with a store instruction should be allocated in a cache; and

if the cache line associated with the store instruction should be allocated in the cache, performing a pre- write to the cache by acquiring exclusive cache coherency state to the cache line associated with the store instruction.

23. An apparatus comprising:

means for storing; and

means for storing memory access instructions coupled to the means for storing and configured to store a plurality of lines, each line associated with a store instruction; wherein the means for storing memory access instructions is further configured to issue pa pre- write request to the means for storing to acquire exclusive coherency state to a first line associated with a first store instruction, if the first line associated with the first store instruction should be allocated in the means for storing.

Description:
METHOD, APPARATUS, AND SYSTEM FOR PREFETCHING EXCLUSIVE CACHE COHERENCE STATE FOR STORE INSTRUCTIONS

BACKGROUND

CLAIM OF PRIORITY UNDER 35 U.S.C. §119

[0001] The present Application for Patent claims priority to Non-provisional Application No.

16/113,120 entitled“METHOD, APPARATUS, AND SYSTEM FOR PREFETCHING EXCLUSIVE CACHE COHERENCE STATE FOR STORE INSTRUCTIONS” filed August 27, 2018, assigned to the assignee hereof and hereby expressly incorporated by reference herein.

Field

[0002] Aspects of the present disclosure relate generally to store instructions, and more specifically to prefetching exclusive cache coherence state for store instructions.

Background

[0003] Computing devices may execute memory access instructions (e.g., load instructions and store instructions) as part of normal processing operations. In the case of computing devices having multiple central processing units (CPUs), the computing device may implement a hardware coherence protocol to ensure that any associated cache memories and system memories shared between the multiple CPUs are updated in response to memory access instructions (and particularly to store instructions) in a coherent manner.

[0004] One particular method of ensuring coherence of store instructions in a system where multiple CPUs may share access to a particular memory location is a barrier instruction. A barrier instruction is an instruction which forces all stores preceding the barrier instruction to be visible to all CPUs in the computing device before allowing operations subsequent to the barrier instruction to proceed. This ensures that CPUs working on shared memory values receive the proper updated data so that those CPUs can make forward progress, since a CPU that worked on old data would be effectively wasting the cycles used to do that work. In order to allow the barrier instruction to complete, the CPU working on a particular piece of shared data (i.e., a particular memory location) will acquire exclusive cache coherence state for that data. [0005] However, in modern computing devices having many CPUs (especially in the case of server systems-on-chip (SoCs), which may have tens or more CPUs on a single SoC), the process of acquiring the exclusive cache coherence state for the shared data may involve significant latency, due to system bus contention or other factors. Further, some CPU architectures may gather pending store instructions together and only perform the related memory transaction (i.e., to update the main memory locations associated with those store instructions) on a periodic basis. Thus, if a CPU waits until the store instruction is otherwise complete to retrieve exclusive cache coherence state, the CPU may be forced to stall for a relatively large number of cycles (and, thus, any other CPUs waiting on the data may also be forced to stall). This causes undesirable performance degradation of the system and wastes power because the computing device must remain active but cannot make forward progress.

[0006] It would thus be desirable to provide a mechanism for reducing the latency involved with acquiring exclusive cache coherence state related to store instructions.

SUMMARY

[0007] The following presents a simplified summary of one or more aspects in order to provide a basic understanding of such aspects. This summary is not an extensive overview of all contemplated aspects and is intended to neither identify key or critical elements of all aspects nor delineate the scope of any or all aspects. Its sole purpose is to present some concepts of one or more aspects in a simplified form as a prelude to the more detailed description that is presented later.

[0008] In one aspect, a method comprises determining if a cache line associated with a store instruction should be allocated in a cache. The method further comprises, if the cache line associate with the store instruction should be allocated in the cache, performing a pre-write to the cache by acquiring exclusive cache coherency state to the cache line associated with the store instruction. The pre-write may be selectively enabled or disabled by software.

[0009] In another aspect, an apparatus comprises a cache and a gather buffer coupled to the cache.

The gather buffer is configured to store a plurality of cache lines, where each cache line of the plurality of cache lines is associated with a store instruction. The gather buffer is further configured to determine whether a first cache line associated with a first store instruction should be allocated in the cache. The gather buffer is further configured to, if the first cache line associated with the first store instruction is to be allocated in the cache, issue a pre-write request to acquire exclusive cache coherency state to the first cache line associated with the first store instruction.

[0010] In yet another aspect, a non-transitory computer readable medium comprises instructions which, when executed by a processor, cause the processor to determine if a cache line associated with a store instruction should be allocated in a cache. The instructions further cause the processor to perform a pre-write to the cache by acquiring exclusive cache coherency state to the cache line associated with the store instruction if the cache line associated with the store instruction should be allocated in the cache.

[0011] In yet another aspect, an apparatus comprises means for storing and means for storing memory access instructions coupled to the means for storing. The means for storing memory access instructions is configured to store a plurality of lines, each line associated with a store instruction. The means for storing memory access instructions is further configured to issue a pre-write request to the means for storing to acquire exclusive coherency state to a first line associated with a first store instruction, if the first line associated with the first store instruction should be allocated in the means for storing.

[0012] One advantage of one or more disclosed aspects is that the disclosed aspects permit for reduced latency involved with acquiring exclusive cache coherence state for store instructions. In some aspects, this may improve system performance and reduce wasted power associated with the computing device stalling while waiting on store instructions to complete.

BRIEF DESCRIPTION OF THE DRAWINGS

[0013] FIG. 1 shows a block diagram of a computing device configured to prefetch exclusive cache coherence state for store instructions according to certain aspects of the present disclosure.

[0014] FIG. 2 shows a detailed block diagram of a gather buffer and level two cache according to certain aspects of the present disclosure.

[0015] FIG. 3 shows a block diagram of a method of prefetching exclusive cache coherence state for store instructions according to certain aspects of the present disclosure. [0016] FIG. 4 shows a system-level diagram of a computing device configured to prefetch exclusive cache coherence state for store instructions according to certain aspects of the present disclosure.

DETAILED DESCRIPTION

[0017] Aspects of the inventive teachings herein are disclosed in the following description and related drawings directed to specific aspects. Alternate aspects may be devised without departing from the scope of the inventive concepts herein. Additionally, well-known elements of the environment may not be described in detail or may be omitted so as not to obscure the relevant details of the inventive teachings herein.

[0018] The word“exemplary” is used herein to mean“serving as an example, instance, or illustration.” Any aspect described herein as“exemplary” is not necessarily to be construed as preferred or advantageous over other aspects. Likewise, the term“aspects of the invention” does not require that all aspects of the invention include the discussed feature, advantage or mode of operation.

[0019] The terminology used herein is for the purpose of describing particular aspects only and is not intended to be limiting of aspects of the invention. As used herein, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises", "comprising," "includes," and/or "including," when used herein, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.

[0020] Further, many aspects are described in terms of sequences of actions to be performed by, for example, elements of a computing device. It will be recognized that various actions described herein can be performed by specific circuits (e.g., application specific integrated circuits (ASICs)), by program instructions being executed by one or more processors, or by a combination of both. Additionally, these sequences of actions described herein can be considered to be embodied entirely within any form of computer readable storage medium having stored therein a corresponding set of computer instructions that upon execution would cause an associated processor to perform the functionality described herein. Thus, the various aspects of the invention may be embodied in a number of different forms, all of which have been contemplated to be within the scope of the claimed subject matter. In addition, for each of the aspects described herein, the corresponding form of any such aspects may be described herein as, for example,“logic configured to” perform the described action.

[0021] FIG. 1 shows a block diagram of a computing device 100 configured to prefetch exclusive cache coherence state for store instructions according to certain aspects of the present disclosure. The computing device includes CPUs 110, l lOa, and l lOb. In further detail, CPU 110 includes a gather buffer 112. The gather buffer 112 is a logic block configured to collect memory access instructions (including store instructions) that are pending in the CPU 110, and control when those store instructions are presenting to the associated cache and memory system, which in the illustrated aspect may include a level 2 cache 120 coupled to a main memory 140 through a system bus 130.

[0022] CPUs l lOa and l lOb may also include their own gather buffers (not illustrated) which may be configured to operate in a similar manner to gather buffer 112. CPUs 1 lOa and 1 lOb may further each have an associated level 2 cache l20a and l20b, which are coupled to the main memory 140 through the system bus 130. In one aspect, each level 2 cache l20a and l20b may have an architecture substantially similar to level 2 cache 120 and may be configured to operate in a similar manner to the level 2 cache 120. In another aspect, level 2 caches l20a and l20b may have heterogeneous architectures with respect to level 2 cache 120. Those having skill in the art will recognize that many configurations of CPUs 110, l lOa, and l lOb, and level 2 caches 120, l20a, and l20b, are possible, and the teachings of the present disclosure may apply to any system, whether heterogeneous or homogeneous, where some subset of CPUs and processors share access to some portion of the memory hierarchy (in one aspect, main memory 140).

[0023] In operation, when a store instruction is executed in CPU 110, an entry associated with the store instruction is allocated in the gather buffer 112. When the entry is allocated in the gather buffer 112, information related to the store instruction is communicated to the associated level 2 cache 120. If the store instruction is to be allocated in the level 2 cache 120 (i.e., the store in not transitory or temporary data that will not be used by any other CPU of the computing device 100), the allocation in the gather buffer 112 is accompanied by a pre- write request generated by the gather buffer 112 and presented to the level 2 cache 120. The purpose of the pre-write request is to acquire the exclusive coherency state for the line associated with the store instruction for the level 2 cache 120, but not the cache line associated with the store instruction. This has the added advantage of allowing the gather buffer 112 to be aware of other demands for the data contained in that cache line (as a result of holding that cache line in exclusive coherency state). For architectures that mandate that writes must reach memory in a finite amount of time, this may allow the computing device 100 to indefinitely defer writes while still nominally satisfying the architectural requirement.

[0024] In one aspect, this may reduce the memory or bus bandwidth associated with executing the store instruction. Since the pre-write does not fetch any data, the amount of information transferred over a memory bus or system bus is reduced as compared to an operation that fetches both exclusive cache coherency state and associated data. Further, since the level 2 cache 120 will already have exclusive access to the cache line associated with the store instruction when the store instruction is ready to complete, other CPUs (e.g., CPU l lOa or l lOb) that may be waiting on data generated by the store instruction will not be delayed by the latency involved in the level 2 cache 120 first acquiring exclusive cache coherency state to the cache line associated with the store instruction before performing the store instruction and any associated memory synchronization operations (e.g., a barrier instruction).

[0025] FIG. 2 shows a detailed block diagram 200 of the gather buffer 112 and level 2 cache 120 according to certain aspects of the present disclosure. The gather buffer 112 may include pre- write logic 216 and a data array 214. The data array 214 is configured to store cache lines associated with store instructions (i.e., the cache line that includes the store instruction) executed by the CPU 110. The data array 214 is coupled to the pre-write logic 216, which is configured to determine when a new cache line has been allocated in the data array 214 as a result of a store instruction executed by the CPU 110, and to generate a pre-write request 218 which is communicated to the level 2 cache 120.

[0026] The level 2 cache 120 may include a memory array 222 comprising multiple individual cache lines 224a-d. Each cache line 224 may further comprise a cache line coherency state indicator 225 and a tag/data portion 226. The level 2 cache 120 further includes a management block 228 configured to service pre-write requests and manage the cache lines 224a-d.

[0027] In operation, gather buffer 112 may allocate line 2l4a in the data array in response to a store instruction executed by the CPU 110. The gather buffer 112 may also generate the pre-write request 218 associated with the store instruction. The management block 228 receives the pre-write request 218 from the gather buffer 112, allocates a cache line (e.g., cache line 224a, corresponding to line 2l4a in the gather buffer 112) associated with the store instruction executed by the CPU 110, and sends a request to the memory hierarchy (not illustrated) to acquire exclusive cache coherency state for cache line 224a. If and when the management block 228 receives the exclusive cache coherency state for cache line 224a, management block 228 updates the cache line coherency state indicator 225 associated with cache line 224a to indicate exclusive cache coherency state. However, the tag/data portion 226 of cache line 224a is not updated in response to the pre-write request. Because cache line 224a of the level 2 cache 120 now has exclusive cache coherency state, when the associated store instruction is ready to complete, cache line 224a may be updated immediately because the relevant permission has already been acquired.

[0028] FIG. 3 shows a block diagram of a method 300 of prefetching exclusive cache coherence state for store instructions according to certain aspects of the present disclosure. The method begins in block 310 by determining if a cache line associated with a store instruction should be allocated in a cache. For example, with reference to FIG. 1 and FIG. 2, the gather buffer 112 may determine whether or not a store instruction executed by the CPU 110 is transient, or if it should be allocated in the level 2 cache 120.

[0029] If the store instruction should not be allocated in the cache, the method 300 ends at block 315. However, if the store instruction should be allocated in the cache, the method proceeds to block 320, by performing a pre-write to the cache by acquiring exclusive cache coherency state to the cache line associated with the store instruction. For example, with reference to FIG. 2, the level 2 cache 120 receives the pre-write request 218 from the gather buffer 112, allocates the cache line 224a associated with the store instruction, and acquires exclusive cache coherency state for the cache line 224a from the memory hierarchy. In some aspects, block 320 may include setting the cache line coherency state indicator 225 associated with the cache line 224a to indicate exclusive cache coherency state.

[0030] In one aspect, the pre-write to the cache may be triggered by the first store instruction to a particular cache line that is not already present in the gather buffer. For example, a store instruction for which the associated cache line is already present in the gather buffer may not trigger a pre-write, because the assumption is that the gather buffer would have already triggered a pre-write request in response to the store instruction that initially resulted in the allocation of that cache line in the gather buffer. Further, performing the pre-write may be enabled or disabled by software, as there may be known cases or code sequences where performing the pre-write may hurt performance (e.g., cases where the interface between the CPU 110 and the level 2 cache 120 is near capacity with write operations, especially where those operations write back to memory fairly aggressively - in these cases, the pre-writes generate the additional traffic of pre-fetching the permissions, which may overwhelm the CPU/level 2 cache interface and cause performance losses).

[0031] In block 330, the method continues by performing the write to the cache line associated with the store instruction. For example, the gather buffer 112 provides line 2l4a, which has been updated with the results of the store instruction, to the level 2 cache 120, which updates the associated cache line 224a based on line 2l4a.

[0032] Performing the write to the cache lines associated with the store instruction may be triggered in a variety of different ways, all of which are within the scope of the teachings of the present disclosure. In one aspect, the write to the cache line may be triggered in response to a snoop request to that cache line from another CPU(i.e., a request from another CPU for exclusive access to the cache line). In yet another aspect, the write to the cache line may be triggered by an architectural request or instruction, such as a barrier instruction.

[0033] An example apparatus in which aspects of this disclosure may be utilized will now be discussed in relation to Figure 4. Figure 4 shows a diagram of a computing device 400 incorporating a structure for prefetching exclusive cache coherency state for store instructions as described with respect to FIG. 1 and FIG. 2, and which may be operable in accordance with the method described in FIG. 3. In that regard, the system 400 includes the processor 402 which may incorporate the CPU 110 and the gather buffer 112, the level 2 cache 120, system bus 130, and as described with regard to Figures 1 and 2. The system 400 further includes the main memory 140 coupled to the processor 402 via the system bus 130. The memory 140 may further store non-transitory computer-readable instructions that, when executed by the processor 402, may perform the method 300 of FIG. 3.

[0034] FIG. 4 also shows optional blocks in dashed lines, such as coder/decoder (CODEC) 434 (e.g., an audio and/or voice CODEC) coupled to processor 402 and speaker 436 and microphone 438 can be coupled to CODEC 434; and wireless antenna 442 coupled to wireless controller 440 which is coupled to processor 402. Further, the system 402 also shows display controller 426 that is coupled to processor 402 and to display 428, and wired network controller 470 coupled to processor 402 and to a network 472. Where one or more of these optional blocks are present, in a particular aspect, processor 402, display controller 426, memory 432, and wireless controller 440 may be included in a system-in- package or system-on-chip device 422.

[0035] Accordingly, a particular aspect, input device 430 and power supply 444 are coupled to the system-on-chip device 422. Moreover, in a particular aspect, as illustrated in FIG. 4, where one or more optional blocks are present, display 428, input device 430, speaker 436, microphone 438, wireless antenna 442, and power supply 444 are external to the system-on-chip device 422. However, each of display 428, input device 430, speaker 436, microphone 438, wireless antenna 442, and power supply 444 can be coupled to a component of the system-on-chip device 422, such as an interface or a controller.

[0036] It should be noted that although FIG. 4 generally depicts a computing device, processor 402 and memory 404, may also be integrated into a mobile phone, a communications device, a computer, a server, a laptop, a tablet, a personal digital assistant, a music player, a video player, an entertainment unit, and a set top box, or other similar devices.

[0037] Those of skill in the art will appreciate that information and signals may be represented using any of a variety of different technologies and techniques. For example, data, instructions, commands, information, signals, bits, symbols, and chips that may be referenced throughout the above description may be represented by voltages, currents, electromagnetic waves, magnetic fields or particles, optical fields or particles, or any combination thereof.

[0038] Further, those of skill in the art will appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the aspects disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

[0039] The methods, sequences and/or algorithms described in connection with the aspects disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such that the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor.

[0040] While the foregoing disclosure shows illustrative aspects of the invention, it should be noted that various changes and modifications could be made herein without departing from the scope of the invention as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the aspects of the invention described herein need not be performed in any particular order. Furthermore, although elements of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.