Question d’entretien chez NVIDIA

Describe a memory access pattern that never misses in the cache

Réponses aux questions d'entretien

Utilisateur anonyme

22 avr. 2021

Linear patterns generally don't miss in the cache because of hardware prefetchers

Utilisateur anonyme

22 sept. 2017

Write miss. Because write miss is updated by the processor into the physical / main memory. During this phase, the processor has the option to write to it's cache to maintain a local copy for later reference due to temporal or spatial locality. Write miss is further bifurcated into - write allocate and write no allocate.