spes
美
英 
- 網絡磺化聚醚砜;switching performance evaluation system;磺化聚醚砜膜
例句
To take advantage of the SPEs, you will have to put in just a little more effort.
要充分利用SPE的優點,您只能多費點精力。
This series begins with an overview of the API used to communicate between the PPE and the SPEs.
本系列文章首先對PPE和SPE之間進行通信使用的API進行概要介紹。
The SPEs depend on the PPE to run the operating system and, in many cases, the top-level thread control for an application.
SPE依賴于PPE才可以運行操作系統,并且在許多情況下,還可以運行應用程序的頂層線程控制。
The strengthened softwoods can be used in everything from window frames to spes to garden furniture.
從窗框到溫泉浴池再到庭院家具,總之這種加固過的軟木可以用于任何地方。
Future articles in this series go in depth into programming the Cell BE and extracting every ounce of speed that you can from the SPEs.
本系列的后續文章將深入介紹CellBE編程以及如何充分利用可從SPE獲得的每一點速度。
But this provides a framework for interacting with the SPEs and shows the basics of how the API works.
但是這就為與SPE進行交互提供了一個框架,并且顯示了API的基本工作原理。
Your code must create multiple threads (or processes, if you really prefer) to run multiple SPEs.
代碼必須創建多個線程(或進程,如果您喜歡這樣叫)來運行多個SPE。
The API for offloading code to the SPEs is distributed as a code library for the PPE, libspe.
將代碼提供給SPE使用的API是作為PPE使用的一個代碼庫libspe進行分發的。
Each SPE can communicate directly with main memory and furthermore, the SPEs can communicate directly with each other.
每個SPE都可以直接與主存進行通信;另外,SPE還可以相互直接進行通信。
It handles operating system tasks, regulates access to memory, and controls the SPEs.
它負責處理操作系統任務、管理對內存的訪問并控制SPE的工作。
This continues until all threads have been executed on the SPEs.
這個過程一直持續到所有線程都在SPE上執行。
The SPEs use the MFC to transfer data between the local store, main memory, and other SPEs.
SPE通過MFC在本地存儲、主存和其他SPE間傳輸數據。
Acceleration is also provided on the SPEs by vector processing features not found on the PPE, including 128-bit wide vector processing.
SPE具有PPE上沒有的向量處理特性(包括128位寬向量處理),這也加快了速度。
Connecting together the SPEs, the PPE, and the main memory controller is a bus called the Element Interconnect Bus.
將SPE、PPE和主存控制器連接在一起的是一個名為ElementInterconnectBus的總線。
The SPEs include an attached memory flow controller (MFC).
SPE包括一個附加的內存流控制器(MFC)。
SPEs communicate with the outside world by using channels.
SPE通過使用信道與外界通信。
The code for the PPE takes care of initializing the program, setting up one or more SPEs with tasks, and performing input and output.
PPE的代碼會負責對程序進行初始化、給一個或多個SPE設置任務并執行輸入輸出操作。
This is done using mailboxes, special purpose registers available to the SPEs and to the PPE.
這是通過使用郵箱完成的,郵箱是SPE和PPE可以使用的一些專用寄存器。
This is also our trusty compiler, but this one generates code for the SPEs.
這也是可信賴的一個編譯器,它可以為SPE生成代碼。
Remember that SPEs have a memory that is separate from the processor's main memory, called the local store.
SPE具有與處理器主內存分離的內存空間,稱為本地存儲。