Content deleted Content added
Fixed the inappropriate first- and second-person usage. Removed the template. |
→top: Replaced {{unreferenced}} with {{more citations needed}} and other General fixes |
||
Line 1:
{{
In [[computer science]] and particularly in [[compiler]] design, '''loop nest optimization''' (LNO) is an optimization technique that applies a set of [[loop transformation]]s for the purpose of [[Locality of reference|locality]] optimization or parallelization or another loop overhead reduction of the loop nests. One classical usage is to reduce memory access latency or the cache bandwidth necessary due to cache reuse for some common [[linear algebra]] [[algorithm]]s.
|