Prosecution Insights
Last updated: July 17, 2026
Application No. 18/986,589

PROGRESSIVE CLUTCH CACHE ARCHITECTURE

Non-Final OA §103
Filed
Dec 18, 2024
Examiner
BERTRAM, RYAN
Art Unit
2137
Tech Center
2100 — Computer Architecture & Software
Assignee
Qualcomm Incorporated
OA Round
2 (Non-Final)
88%
Grant Probability
Favorable
2-3
OA Rounds
8m
Est. Remaining
93%
With Interview

Examiner Intelligence

Grants 88% — above average
88%
Career Allowance Rate
605 granted / 684 resolved
+33.5% vs TC avg
Minimal +4% lift
Without
With
+4.1%
Interview Lift
resolved cases with interview
Typical timeline
2y 3m
Avg Prosecution
14 currently pending
Career history
696
Total Applications
across all art units

Statute-Specific Performance

§101
2.6%
-37.4% vs TC avg
§103
76.7%
+36.7% vs TC avg
§102
10.8%
-29.2% vs TC avg
§112
1.8%
-38.2% vs TC avg
Black line = Tech Center average estimate • Based on career data from 684 resolved cases

Office Action

§103
CTNF 18/986,589 CTNF 82715 Notice of Pre-AIA or AIA Status 07-03-aia AIA 15-10-aia The present application, filed on or after March 16, 2013, is being examined under the first inventor to file provisions of the AIA. Information Disclosure Statement The information disclosure statement (IDS) submitted on 5/13/2026 is in compliance with the provisions of 37 CFR 1.97. Accordingly, the information disclosure statement is being considered by the examiner. Claim Rejections - 35 USC § 103 07-06 AIA 15-10-15 In the event the determination of the status of the application as subject to AIA 35 U.S.C. 102 and 103 (or as subject to pre-AIA 35 U.S.C. 102 and 103) is incorrect, any correction of the statutory basis (i.e., changing from AIA to pre-AIA) for the rejection will not be considered a new ground of rejection if the prior art relied upon, and the rationale supporting the rejection, would be the same under either status. 07-20-aia AIA The following is a quotation of 35 U.S.C. 103 which forms the basis for all obviousness rejections set forth in this Office action: A patent for a claimed invention may not be obtained, notwithstanding that the claimed invention is not identically disclosed as set forth in section 102, if the differences between the claimed invention and the prior art are such that the claimed invention as a whole would have been obvious before the effective filing date of the claimed invention to a person having ordinary skill in the art to which the claimed invention pertains. Patentability shall not be negated by the manner in which the invention was made. 07-23-aia AIA The factual inquiries for establishing a background for determining obviousness under 35 U.S.C. 103 are summarized as follows: 1. Determining the scope and contents of the prior art. 2. Ascertaining the differences between the prior art and the claims at issue. 3. Resolving the level of ordinary skill in the pertinent art. 4. Considering objective evidence present in the application indicating obviousness or nonobviousness. 07-21-aia AIA Claim s 1-2, 5, 7 and 9-20 are rejected under 35 U.S.C. 103 as being unpatentable over Liu et al. (US 2004/0117441) in view of Tian et al. ( Adaptive GPU Cache Bypassing ) and further in view of Taylor (US 2004/0181634) . Regarding claim 1, Liu discloses an apparatus for processing, comprising: at least one first memory; and at least one processor coupled to the at least one first memory and, based at least in part on information stored in the at least one first memory [see paragraph 39; data-aware data flow manager (DADFM) may be implemented as processor executable instructions stored in memory] , the at least one processor is configured to: obtain an indication of data for a memory access process, wherein the data for the memory access process is associated with data processing [see paragraph 36; server sends request to store data] ; determine whether space is available for the data and an address of the data in a cache; and store, based on space being available in the cache, the data and the address of the data in the cache; or refrain from storing, based on space being unavailable in the cache, the data and the address of the data in the cache [see paragraphs 78 & 80; DADFM keeps track of how much cache space is free, and in response to a request to write data, it is determined if there is enough space in the cache to cache the data. If there is insufficient space, the cache is bypassed and the data is written directly to its intended target (another storage device), otherwise data may be written to cache normally. When caching data, an address of some sort (traditionally a tag) of the data must be stored with the data so that the data can be located on a subsequent access] . Liu discloses implementing the cache bypassing taught above in a CPU, but fails to disclose its use in a graphics processing system (GPU). Tian discloses a GPU system that can bypass its cache for blocks that are unlikely to be referenced again before eviction [see abstract] . At the time of the invention it would have been obvious to a person of ordinary skill in the art to utilize the cache bypassing based on free space in the GPU environment of Tian. The motivation for doing so would have been to improve efficiency and power consumption of a GPU [see Tian, Abstract] . Therefore, it would have been obvious to combine Tian with Liu for the benefits listed above, to obtain the invention as specified in claims 1-2, 5, 7, and 9-20. Liu additionally discloses retrieving data from a cache in response to a read request [see paragraph 33] , but does not expressly disclose retrieve, based on storage of the data and the address of the data in the cache, the data and the address of the data from the cache; or retrieve, based on refrainment of the storage of the data and the address of the data in the cache, the data and the address of the data from at least one memory. Taylor discloses a cache memory in which the data and tag (address) are co-located [see Fig. 2] . Upon a read request, both the tag and data are retrieved from the cache [see paragraphs 41 & 73] . Before the effective filing date of the claimed invention, it would have been obvious to a person of ordinary skill in the art to utilize the tag (address) retrieval in addition to the data in the system of Liu and Tian. The motivation for doing so would have been to confirm that the requested data is present in the cache [see Taylor, paragraph 73] . Therefore, it would have been obvious to combine Taylor with Liu and Tian for the benefits listed above, to obtain the invention as specified in claims 1-2, 5, 7, and 9-20. Regarding claim 2, the combination discloses the apparatus of claim 1, wherein to determine whether there is space available for the data and the address of the data in the cache, the at least one processor is configured to: determine whether a storage capacity of the cache is greater than or equal to a storage space for the data and the address of the data [see Liu, paragraphs 78 & 80; it is determined if there is enough free capacity in the cache to store the requested data] . Regarding claim 5, the combination discloses the apparatus of claim 2, wherein to determine whether the storage capacity of the cache is greater than or equal to the storage space for the data and the address of the data, the at least one processor is configured to: compare the storage capacity of the cache with the storage space for the data and the address of the data; and determine whether the storage capacity of the cache is greater than or equal to the storage space for the data and the address of the data [see Liu, paragraphs 78 & 80; it is determined if there is enough free capacity in the cache to store the requested data; some type of comparison must be made to determine this] . Regarding claim 7, the combination discloses the apparatus of claim 2, wherein the cache is a clutch cache or a clutch buffer [see Liu, paragraph 40; a cache memory is disclosed; since the claims (and specification) fails to disclose what a clutch cache is or how it differs from any other type of cache memory, the cache of Liu, under BRI, is interpreted as a clutch cache] , and wherein to determine whether the storage capacity of the cache is greater than or equal to the storage space for the data and the address of the data, the at least one processor is configured to: determine whether the storage capacity of the clutch cache or the clutch buffer is greater than or equal to the storage space for the data and the address of the data [see Liu, paragraphs 78 & 80; it is determined if there is enough free capacity in the cache to store the requested data] . Regarding claim 9, the combination discloses the apparatus of claim 8, wherein to retrieve the data and the address of the data from the cache, the at least one processor is configured to: read the data and the address of the data from the cache [see Liu, paragraph 33; in response to a read request, data is retrieved from cache] ; and wherein to retrieve the data and the address of the data from the at least one memory, the at least one processor is configured to: read the data and the address of the data from the at least one memory [see Liu, paragraph 67; wherein a cache is set to only cache write data, reads must be serviced from storage other than cache] . Regarding claim 10, the combination discloses the apparatus of claim 9, wherein to read the data and the address of the data from the at least one memory, the at least one processor is configured to: read the data and the address of the data from at least one random access memory (RAM) [see Tian, section 2; memory may be DRAM] . Regarding claim 11, the combination discloses the apparatus of claim 8, wherein to retrieve the data and the address of the data from the cache, or retrieve the data and the address of the data from the at least one memory, the at least one processor is configured to: receive a request for the data and the address of the data; and retrieve the data and the address of the data from the cache or the at least one memory [see Tian, section 3.2; a tag associated with an access request is searched, and the data is retrieved from the cache or lower level memory based on a hit or miss of the tag in the cache] . Regarding claim 12, the combination discloses the apparatus of claim 11, wherein the at least one processor is further configured to: determine whether the requested address of the data is identical to the retrieved address of the data from the cache [see Tian, section 3.2; a tag associated with an access request is searched, and the data is retrieved from the cache or lower level memory based on a hit or miss of the tag in the cache] . Regarding claim 13, the combination discloses the apparatus of claim 12, wherein the at least one processor is further configured to: output, based on the requested address of the data being identical to the retrieved address of the data from the cache, the retrieved data from the cache; or output, based on the requested address of the data not being identical to the retrieved address of the data from the cache, the retrieved data from the at least one memory [see Tian, section 3.2; a tag associated with an access request is searched, and the data is retrieved from the cache or lower level memory based on a hit or miss of the tag in the cache] . Regarding claim 14, the combination discloses the apparatus of claim 1, wherein to store, based on space being available in the cache, the data and the address of the data in the cache, the at least one processor is configured to: store the data and the address of the data in the cache; and refrain from storing the data and the address of the data in at least one memory [see Liu, paragraph 115; write-back caching policy may be implemented; wherein data is stored only in cache and only written to storage when evicted from the cache] , wherein the at least one memory is at least one static random access memory (RAM) (SRAM) or at least one dynamic RAM (DRAM) [see Tian, section 2; memory may be DRAM] . Regarding claim 15, the combination discloses the apparatus of claim 1, wherein to refrain from storing, based on space not being available in the cache, the data and the address of the data in the cache, the at least one processor is configured to: refrain from storing the data and the address of the data in the cache; and store the data and the address of the data in at least one memory [see Tian, section 3.2; if decision is to bypass cache, data is not stored in cache, but written to a lower level memory] , wherein the at least one memory is at least one static random access memory (RAM) (SRAM) or at least one dynamic RAM (DRAM) [see Tian, section 2; memory may be DRAM] . Regarding claim 16, the combination discloses the apparatus of claim 1, wherein to store the data and the address of the data in the cache, the at least one processor is configured to: write the data and the address of the data in the cache; and wherein to refrain from storing the data and the address of the data in the cache, the at least one processor is configured to: refrain from writing the data and the address of the data in the cache [see Liu, paragraph 78; when there is no available free space within cache, the cache is bypassed and data is not stored in cache] . Regarding claim 17, the combination discloses the apparatus of claim 1, wherein to obtain the indication of the data for the memory access process, the at least one processor is configured to: receive the indication of the data for the memory access process from at least one other component at a graphics processing unit (GPU), a central processing unit (CPU), or a display processing unit (DPU), wherein the data for the memory access process is at least one of: graphics data, image data, display data, video data, processing data, instruction data, or data associated with an access pattern for a queue [see Tian, section 3.3; data access may come from a GPU and relate to accesses reflecting an access pattern] . Regarding claim 18, the combination discloses the apparatus of claim 1, wherein the at least one processor is further configured to: output an indication of storage of the data and the address of the data in the cache or refrainment of the storage of the data and the address of the data in the cache [see Liu, paragraph 36; DADFM informs server that data has been stored in storage in response to a write request] . Claims 19-20 recite similar claim limitations to claim 1 above, and the same citations and interpretations are used to reject claims 19-20 . 07-21-aia AIA Claim 3 is rejected under 35 U.S.C. 103 as being unpatentable over Liu in view of tian and further in view of Chan et al. (US 5,442,747) . Regarding claim 3, the combination of Liu and Tian discloses the apparatus of claim 2 as discussed above. The combination does not expressly disclose determining whether an available depth of the cache is greater than or equal to the storage space for the data and the address of the data. Chan discloses a cache storage system in which a cache capacity may be determined with the use of the depth of a queue [see Col. 5,lines 55-67] . Before the effective filing date of the claimed invention, it would have been obvious to a person of ordinary skill in the art to utilize the depth counters of Chan in the system of Liu and Tian. The motivation for doing so would have been to determine if data should be retrieved from or stored in the cache [see Chan, Col. 5, lines 55-67] . Therefore, it would have been obvious to combine Chan with Liu and Tian for the benefits listed above, to obtain the invention as specified in claim 3 . 07-21-aia AIA Claim 6 is rejected under 35 U.S.C. 103 as being unpatentable over Liu in view of Tian and further in view of Augustine ( Finite State Machines ) . Regarding claim 6, the combination of Liu and Tian disclose the apparatus of claim 2 as discussed above, including determining in the cache, whether the storage capacity of the cache is greater than or equal to the storage space for the data and the address of the data [see above rejection of claim 2] . The combination does not expressly disclose the determining is performed using a finite state machine (FSM). Augustine discloses the usage of a finite state machine (FSM) as a useful abstraction for sequential circuits [see article] . Before the effective filing date of the claimed invention, it would have been obvious to a person of ordinary skill in the art to utilize the FSM of Augustine in the system of Liu and Tian. The motivation for doing so would have been for the flexibility and low processor overheads FSMs provide [see Augustine, article] . Therefore, it would have been obvious to combine Augustine with Liu and Tian for the benefits listed above, to obtain the invention as specified in claim 6. Response to Arguments Applicant’s arguments, filed 5/13/2026, with respect to the 101 and 112 rejections have been fully considered and are persuasive. The 101 and 112 rejections of claims 4 and 20 have been withdrawn. 07-38-02 Applicant’s arguments, filed 5/13/2026, with respect to the rejection(s) of claim(s) 1-2, 5 and 7-20 under Liu and Tian have been fully considered and are persuasive. Therefore, the rejection has been withdrawn. However, upon further consideration, a new ground(s) of rejection is made in view of Taylor. Conclusion Any inquiry concerning this communication or earlier communications from the examiner should be directed to RYAN BERTRAM whose telephone number is (571)270-1377. The examiner can normally be reached M-F 8:30-5MNT. Examiner interviews are available via telephone, in-person, and video conferencing using a USPTO supplied web-based collaboration tool. To schedule an interview, applicant is encouraged to use the USPTO Automated Interview Request (AIR) at http://www.uspto.gov/interviewpractice. If attempts to reach the examiner by telephone are unsuccessful, the examiner’s supervisor, Arpan Savla can be reached at 571-272-1077. The fax phone number for the organization where this application or proceeding is assigned is 571-273-8300. Information regarding the status of published or unpublished applications may be obtained from Patent Center. Unpublished application information in Patent Center is available to registered users. To file and manage patent submissions in Patent Center, visit: https://patentcenter.uspto.gov. Visit https://www.uspto.gov/patents/apply/patent-center for more information about Patent Center and https://www.uspto.gov/patents/docx for information about filing in DOCX format. For additional questions, contact the Electronic Business Center (EBC) at 866-217-9197 (toll-free). If you would like assistance from a USPTO Customer Service Representative, call 800-786-9199 (IN USA OR CANADA) or 571-272-1000. /RYAN BERTRAM/Primary Examiner, Art Unit 2137 Application/Control Number: 18/986,589 Page 2 Art Unit: 2137 Application/Control Number: 18/986,589 Page 3 Art Unit: 2137 Application/Control Number: 18/986,589 Page 4 Art Unit: 2137 Application/Control Number: 18/986,589 Page 5 Art Unit: 2137 Application/Control Number: 18/986,589 Page 6 Art Unit: 2137 Application/Control Number: 18/986,589 Page 7 Art Unit: 2137 Application/Control Number: 18/986,589 Page 8 Art Unit: 2137 Application/Control Number: 18/986,589 Page 9 Art Unit: 2137 Application/Control Number: 18/986,589 Page 10 Art Unit: 2137 Application/Control Number: 18/986,589 Page 11 Art Unit: 2137 Application/Control Number: 18/986,589 Page 12 Art Unit: 2137 Application/Control Number: 18/986,589 Page 13 Art Unit: 2137
Read full office action

Prosecution Timeline

Dec 18, 2024
Application Filed
Feb 13, 2026
Non-Final Rejection mailed — §103
May 13, 2026
Response Filed
Jun 15, 2026
Non-Final Rejection mailed — §103 (current)

Precedent Cases

Applications granted by this same examiner with similar technology

Patent 12681772
FUNDING-BASED MANAGEMENT OF CLOUD RESOURCES
3y 1m to grant Granted Jul 14, 2026
Patent 12681642
ADDRESS MAPPINGS FOR RANDOM ACCESS OPERATIONS
2y 8m to grant Granted Jul 14, 2026
Patent 12656951
Tiering Cloud-Based Storage Data Using Virtual Drive-Based Systems
1y 11m to grant Granted Jun 16, 2026
Patent 12645366
LIFESPAN FORECASTING OF MEMORY DEVICES AND PREDICTIVE DEVICE HEALTH MANAGEMENT
2y 1m to grant Granted Jun 02, 2026
Patent 12639111
ESTIMATION OF POWER PROFILES FOR NEURAL NETWORK MODELS RUNNING ON AI ACCELERATORS
3y 10m to grant Granted May 26, 2026
Study what changed to get past this examiner. Based on 5 most recent grants.

Strategy Recommendation AI-generated — please review before filing

Get a prosecution strategy drawn from examiner precedents, rejection analysis, and claim mapping.
Typically takes 5-10 seconds — AI-generated, attorney review required before filing

Prosecution Projections

2-3
Expected OA Rounds
88%
Grant Probability
93%
With Interview (+4.1%)
2y 3m (~8m remaining)
Median Time to Grant
Moderate
PTA Risk
Based on 684 resolved cases by this examiner. Grant probability derived from career allowance rate.

Sign in with your work email

Enter your email to receive a magic link. No password needed.

Personal email addresses (Gmail, Yahoo, etc.) are not accepted.

Free tier: 3 strategy analyses per month