parallelise造句
例句与造句
- It also allows individual tiles to be pre-computed, a task easy to parallelise.
- The PSE parallelise and embed many individual numerical calculations in an individual numerical calculations in an industrial serial optimisation code.
- However, it may be harder to parallelise since there is no guarantee the writes do not interact, and many systems are still designed assuming that a hardware cache will coalesce many small writes into larger ones.
- :If you mean performing a " single " encryption on multiple cores, it's very difficult to properly parallelise most symmetric encryption functions, as they display the avalanche effect very strongly ( quite deliberately-that's from where much of their security is derived ).
- With careful design of hardware and microcode, this property can be exploited to parallelise operations that use different areas of the CPU; for example, in the case above, the ALU is not required during the first tick, so it could potentially be used to complete an earlier arithmetic instruction.
- It's difficult to find parallelise in a sentence. 用parallelise造句挺难的
- E . g . : even if the reads and writes are'perfectly'local, it can be impossible to parallelise due to dependancies; separating the reads and writes into separate areas yields a " different " memory access pattern, maybe initially appear worse in pure " locality " terms, but desirable to leverage modern parallel hardware.