Single Instruction Multiple Data的意思|示意

美 / / 英 / /

单指令多数据


Single Instruction Multiple Data的网络常见释义

单指令流多数据流 ...idJSON 代码剖析(二):使用 SSE4.2 优化字符串扫描 现在的 CPU 都提供了单指令流多数据流(single instruction multiple data, SIMD)指令集。最常见的是用于大量的浮点数计算,但其实也可以用在文字处理方面。

单指令多数据 3DNow技术增加了19条指令,它和SSE一样都是采用单指令多数据(Single Instruction Multiple Data,SIMD)指令,也就是说每一条指令可以应用多条数据,这样的特性让各种3D软件的速度得到飞跃。

单指令多资料 超执行绪(Hyper Thread) 双核心(Dual Core)超纯量(Super Scalar)单指令多资料(Single Instruction Multiple Data)。 211.

单指令多数据流 它在对ADSP2106x进行了扩容与完善的同时,还采用单指令多数据流(SIMD,Single Instruction Multiple Data)的新型结构来进一步提高它的并行处理能力,从而使得ADSP21161具有很高的处理性能,可广泛地运用在...

Single Instruction Multiple Data相关短语

1、 single instruction multiple data architecture 单指令多数据玲构

2、 single-instruction multiple-data streams 单指令多数据流

3、 Single Instruction Multiple Data SIMD 单指令多数据

Single Instruction Multiple Data相关例句

Another feature that many modern processors have is called SIMD, Single Instruction Multiple Data.

另一个功能,许多现代处理器叫做SIMD,单指令多数据。

This is known as SIMD (single instruction, multiple data), or data parallelism.

这种技术称为SIMD(单指令,多数据)或数据并行。

On the SPUs, most instructions can operate on registers as if they contained multiple, independent values (thus the single instruction acting on multiple data items).

在SPU上,大部分指令都可以在寄存器上进行操作,就仿佛它们分别包含多个无关的值一样(因此可以对多个数据项执行一条指令)。

In audio applications, the single-instruction, multiple data (SIMD) mode effectively doubles the processor performance.

在音频应用中,单指令多数据(SIMD)模式实际上可使处理器性能提高一倍。

The execute model of single instruction, multiple threads (SIMT) of CUDA is very suitable for parallel to execute the same operations for large-scale data;

CUDA的单指令、多线程(SIMT)的执行模型,很适合大型数据上并行执行相同的操作;