翻訳と辞書
Words near each other
・ Nesiya
・ Nesjaja Hatali
・ Nesjavellir Geothermal Power Station
・ Nesjestranda
・ Nesjøen
・ Neskantaga First Nation
・ Neskaupstaður
・ Neskhons
・ Neskollen
・ Neskonlith Indian Band
・ Neskowin Beach State Recreation Site
・ Neskowin Ghost Forest
・ Neskowin, Oregon
・ Neskuchny Garden
・ Neskynpil'gyn Lagoon
NESL
・ Nesla
・ Nesla Glacier
・ Neslandsvatn
・ Neslandsvatn Station
・ Nesle
・ Nesle-et-Massoult
・ Nesle-Hodeng
・ Nesle-l'Hôpital
・ Nesle-la-Reposte
・ Nesle-le-Repons
・ Nesle-Normandeuse
・ Neslen Formation
・ Nesler
・ Nesles


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

NESL : ウィキペディア英語版
NESL

NESL is a parallel programming language developed at Carnegie Mellon by the SCandAL project and released in 1993. It integrates various ideas from parallel algorithms, and functional programming and array programming languages.
The most important new ideas behind NESL are
*Nested data parallelism: this feature offers the benefits of data parallelism, concise code that is easy to understand and debug, while being well suited for irregular algorithms, such as algorithms on trees, graphs or sparse matrices.
*A language based performance model: this gives a formal way to calculate the work and depth of a program. These measures can be related to running time on parallel machines.
The main design guideline for NESL was to make parallel programming easy and portable. Algorithms are typically significantly more concise in NESL than in most other parallel programming languages, and the code closely resembles high-level pseudocode.
NESL supports nested data parallelism by using the flattening transform to convert nested data parallelism to flat data parallelism. This works by storing nested vectors as the nested data and a segment descriptor of vector lengths, separately.
This flattening transform, however, can increase the asymptotic work and space complexity of the original program, leading to a much less efficient result.
==Influences==
NESL heavily influenced Data Parallel Haskell.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「NESL」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.