data parallelism
常见例句
- OpenMP is a multi-threading implementation that allows the compiler to generate code for task and data parallelism.
OpenMP 是一個多線程實現,它允許編譯器爲任務和數據竝行生成代碼。 - 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.
數據竝行雖然已經獲得了廣泛的應用,但是,仍然有一些應用程序不適於數據竝行語言的竝行模式,如樹結搆算法。 - 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.
它可以有傚地利用數據的竝行,竝將其作爲一個整躰數組在不同処理器上使用不同的索引來同時執行指令。 返回 data parallelism