Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Jargon File (version 4.4.7, 29 Dec 2003)
strided
 /stri:'d@d/, adj.

    [scientific computing] Said of a sequence of memory reads and writes to
    addresses, each of which is separated from the last by a constant interval
    called the stride length. These can be a worst-case access pattern for the
    standard memory-caching schemes when the stride length is a multiple of the
    cache line size. Strided references are often generated by loops through an
    array, and (if your data is large enough that access-time is significant)
    it can be worthwhile to tune for better locality by inverting double loops
    or by partially unrolling the outer loop of a loop nest. This usage is
    borderline techspeak; the related term memory stride is definitely
    techspeak.


2. The Free On-line Dictionary of Computing (30 December 2018)
strided

   /str:'d*d/ (scientific computing) Said of a sequence of memory
   reads and writes to addresses, each of which is separated from
   the last by a constant interval called "the stride length", or
   just "the stride".  These can be a worst-case access pattern
   for cache schemes when the stride length is a multiple of
   the cache line size.

   Strided references are often generated by loops through an
   array, and (if the data is large enough that access-time is
   significant) it can be worthwhile to tune for better locality
   by inverting double loops or by partially unrolling the outer
   loop of a loop nest.

   [Jargon File]

   (1994-12-21)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy