This technique is called software pipelining, and this code only loses 2 cycles to stalls.
这种技术称为软件流水线(soft ware pipelining),这段代码只损失了2个周期在暂停上。
Software pipelining and loop unroll are two kinds of important optimized compile technique to develop loop parallelism.
软件流水和循环展开是开发循环并行性的两种重要编译优化技术。
Software pipelining is a loop optimization technique that has been widely implemented in modern optimizing compilers.
软件流水是一种循环程序的优化技术,已经广泛应用于现代优化编译器中。
Software pipelining is a loop scheduling technique which extracts instruction level parallelism by overlapping the execution of several consecutive iterations.
软件流水是一种开发循环程序指令级并行性的技术,它通过并行执行连续的多个迭代来加快循环的执行速度。
Software pipelining is a loop scheduling technique which extracts instruction level parallelism by overlapping the execution of several consecutive iterations.
软件流水是一种开发循环程序指令级并行性的技术,它通过并行执行连续的多个迭代来加快循环的执行速度。
应用推荐