单指令流多数据流

  • 网络simd;Single Instruction Multiple Data;Single Instruction Stream Multiple Data Stream, SIMD
单指令流多数据流单指令流多数据流
  1. 该加速器采用一种基于超长指令字和单指令流多数据流的混合指令体系结构。

    It uses a very long instruction word ( VLIW ) and single instruction multiple data ( SIMD ) hy-brid architecture .

  2. 此优化编译器的目标机器是一具有单指令流多数据流体系结构的计算机。为充分利用目标机器的计算能力,此编译器的源语言对C语言有所扩充。

    This optimizing compiler 's target machine is a Single Instruction , Multiple Data ( SIMD ) machine .

  3. 本文使用的模型是单指令流多数据流共享存贮器并行计算机,允许多个处理机同时读存贮器的一个单元的内容但不允许同时写,称这种模型为CREWPRAM。

    The model for parallel computation we used is single-instruction stream mutiple-data stream shared memory computer , allowing concurrent read but only exclusive write , which is known as CREW PRAM .

  4. 本文给出了在立方体网络、PM2I网络连接的单指令流多数据流(SIMD)计算机上的并行SVD算法。

    In this paper , we give parallel SVD algorithms for . the Cube and PM2I connected SIMD computers .

  5. 并行计算机体系结构包括单指令流多数据流(SIMD)和多指令流多数据流(MIMD)两种结构。

    Parallel computer architecture consists of two classifications : simple instruction stream-multiple data stream ( SIMD ) and multiple instruction stream-multiple data stream ( MIMD ) .