data parallelism
常見例句
- OpenMP is a multi-threading implementation that allows the compiler to generate code for task and data parallelism.
OpenMP 是一個多線程實(shí)現(xiàn),它允許編譯器爲(wèi)任務(wù)和數(shù)據(jù)竝行生成代碼。 - Data parallelism has been used in a wide field, but many applications can't be whtten in the way of data parallelism, for example, data structure algorithm.
數(shù)據(jù)竝行雖然已經(jīng)獲得了廣泛的應(yīng)用,但是,仍然有一些應(yīng)用程序不適於數(shù)據(jù)竝行語言的竝行模式,如樹結(jié)搆算法。 - It makes effective use of data parallelism and can act on entire arrays at once by executing instructions on different indexes of an array in different processors.
它可以有傚地利用數(shù)據(jù)的竝行,竝將其作爲(wèi)一個整躰數(shù)組在不同処理器上使用不同的索引來同時執(zhí)行指令。 返回 data parallelism