国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

SPU

SPU

 英

  • 網(wǎng)絡Synergistic Processor Unit; 聚氨酯防水涂料

例句

spu_insert is used to put a scalar value into a specific element of a vector.

spu_insert用來一個標量放入向量某個特定元素

spu_rlmaskqw operates on the whole quadword at a time, but only up to 7 bits (it performs a modulus on count to put it in the proper range).

spu_rlmaskqw整個4同時進行操作不過最多只能移動7count,從而放入正確范圍內(nèi))。

While it would be relatively easy to create a new GDB target for the SPU itself, most users need to debug interaction between PPE and SPE.

雖然SPU自己創(chuàng)建一個GDB目標非常簡單,但是大部分用戶需要PPESPE之間交互進行調(diào)試。

This SPU context is treated like a physical SPU, and the current implementation enforces a direct mapping between them.

這個SPU上下文當成一個類似物理SPU對待,當前實現(xiàn)可以它們之間強制進行直接映射。

When the SPU needs to do any standard library calls like printf or exit, it has to call back to the main thread.

SPU需要執(zhí)行任何標準調(diào)用,例如printfexit,需要回調(diào)主線

The concurrent nature of the processing and data transfer is what gives two-stage pipelining its edge in SPE programming.

處理數(shù)據(jù)傳輸并發(fā)本質使階段管道連接適合SPU編程。

The two transmission steps do not involve the SPU at all, but only the MFC (which is part of the larger SPE).

兩個傳輸步驟根本沒有涉及SPU,涉及MFC比較SPE一部分)。

The main communication method of the SPU with other parts of the Cell processor is defined by a number of "channels. "

SPUCell處理器其他部件之間主要通信方法許多通道定義。

An SPU uses vector operations itself and can thereby execute up to eight floating point instructions per clock cycle.

SPU本身使用向量操作每個時鐘周期可以執(zhí)行多達8浮點指令。

It has three mailbox registers for each SPU, and each of those accesses one of the three SPU mailbox channels.

每個SPU具有郵箱寄存每個可以訪問SPU郵箱通道。

Both of these can be easily avoided by careful selection of SPU intrinsics and good data structure design.

通過仔細選擇SPUintrinsic良好數(shù)據(jù)結構設計,可以輕松地避免分支。

spu_extract pulls out a specific element from a vector and returns it as a scalar.

spu_extract向量取出某個指定元素作為一個標量返回。

In this program, since the problem is trivially parallelizable, you can actually have as many buffers as the SPU's local store can support.

這個程序,因為問題在于并行一般所以實際上可以使用SPU本地存儲能夠支持任意數(shù)量緩沖區(qū)。

The suction tray SPU used for sucking the work pieces with the lubricity appearance.

吸盤SPU用于吸取光滑表面工件

When an SPU tries to read from an empty mailbox, it will stop execution until some value is written to its memory-mapped register.

SPU視圖一個郵箱讀取信息,停止執(zhí)行,直到寫入自己內(nèi)存映射寄存為止。

Since the SPU instruction set is not directly related to an existing CPU architecture, a new back end was written for both GCC and binutils.

由于SPU指令并不現(xiàn)有CPU架構直接相關因此我們GCCbinutils編寫了一個程序

It turns out that several SPU instructions deal with only one of the register's values.

幾個SPU指令只能處理這些寄存器一個。

The SPU has no real hardware support for branch hinting.

SPU對于分支提示并沒有沒有實際硬件支持。

The SPU intrinsics allow programs to freely switch among high- and low-level code, but all within the semantic framework of the C language.

SPUintrinsic程序可以高級低級代碼之間自如切換不過所有操作C語言語義框架之內(nèi)進行。

The SPU actually loads two instructions at a time from a doubleword-aligned boundary.

SPU實際上一個邊界開始一次加載指令

In the code written so far, the SPU has simply waited for the MFC to finish before processing anything else.

目前編寫代碼,SPU僅僅等待MFC完成傳輸然后才能處理其他東西。

To call a function according to the SPU ABI, all you need to do is put the parameters into registers, and then call brsl $lr, function_name.

根據(jù)SPUABI調(diào)用函數(shù)參數(shù)放入寄存,然后調(diào)用brsl$lr,function_name。

An SPU resembles a cross between a simple CPU design and a digital signal processor.

SPU簡單CPU設計數(shù)字信號處理器之間交叉。

The SPU is built to deal with data in batches, so moving to a buffer-at-a-time model will make the enhancements easier.

SPU設計就是用來批量處理數(shù)據(jù),因此處理一個緩沖區(qū)模型可以簡化這種改進。

When the PPE writes a data word to that address, the SPU can read from its corresponding mailbox read channels.

PPE一個數(shù)據(jù)寫入這個地址,SPU就可以對應郵箱通道讀取這個數(shù)據(jù)內(nèi)容。

mbox and ibox are used to read data written to the SPU mailbox write channels and have slightly different semantics.

mboxibox用來讀取那些寫入SPU郵箱通道數(shù)據(jù)不過語義稍有不同。

spu_rl rotates each element of val left by the number of bits specified in the corresponding element of count.

spu_rlval每個元素進行向左循環(huán)移位移動數(shù)count對應元素指定。

This is critical, as the SPU can only load exactly 16 bytes at a time, aligned to exactly a 16-byte boundary.

十分關鍵,因為SPU一次只能加載16字節(jié),16字節(jié)邊界

spu_splats works like spu_promote, except that it copies the value to all elements of the vector.

spu_splats工作方式類似spu_promote,除了拷貝向量所有元素

SPU processes can be scheduled by the kernel, and all users can create them without interfering with each other.

SPU處理器可以內(nèi)核進行調(diào)度所有用戶不用彼此進行交互可以直接創(chuàng)建它們。

This makes it possible to replace physical SPUs as the underlying unit of the abstraction from processes running on the SPU.

使得SPU運行進程進行抽象底層單元,替換物理SPU成為可能。

The SPU intrinsics documentation (see Resources) defines simplified vector type names starting with vec_.

SPUintrinsic文檔參看參考資料定義一些vec_開頭簡化向量類型。

Normally, no relocations need to be applied, since SPU programs are statically linked.

通常,需要內(nèi)存重新進行分配因為SPU程序靜態(tài)鏈接。

spu_eqv is a bitwise equivalency operation, not a per-element equivalency operation.

spu_eqv針對相等操作,不是針對每個元素相等操作

An MFC can have multiple concurrent DMA requests to one address space outstanding from both the PPE and the SPU.

MFC可以具有一個地址空間多個并發(fā)DMA請求,這些請求可以來自于PPESPU

Some of the common sources of exceptions are not even possible on the SPU.

有些常見異常SPU根本不可能出現(xiàn)。

spu_mul handles floating point multiplication (single and double precision).

spu_mul處理浮點乘法精度精度)。

Other challenges are the integration of SPU program execution into existing tools like GDB or OProfile.

其他挑戰(zhàn)SPU程序執(zhí)行現(xiàn)有工具例如GDBOProfile集成。

However, with the SPU, the results are stored in a general-purpose register -- register 4 in this case.

,如果SPU,結果存儲一種通用寄存內(nèi)——就是寄存器4。

The memory-mapped registers are used by the PPE to control certain aspects of an SPE, but are not accessible by the SPU code itself.

內(nèi)存映射寄存器PPE用來控制SPE特定屬性進行控制,但是SPU代碼本身不能進行訪問。

熱門查詢