Pergunta de entrevista da empresa NVIDIA

choose right cache strategy

Resposta da entrevista

Sigiloso

29 de mai. de 2018

The cache nearest to the processor i.e. L1 should have WB policy as the traffic between the processor and L1 is high. The last level of cache i.e. L3 could have WT policy as the traffic between L3 and main memory is considerably less.

1