翻訳と辞書
Words near each other
・ Ciliospinal reflex
・ Cilium
・ Ciliwung
・ Cilix
・ Cilix (moth)
・ Cilix algirica
・ Cilix argenta
・ Cilix asiatica
・ Cilix danieli
・ Cilix depalpata
・ Cilix filipjevi
・ Cilix glaucata
・ Cilix hispanica
・ Cilix patula
・ Cilix tatsienluica
Cilk
・ CILK-FM
・ Cilka Sadar
・ CilkChess
・ Cill
・ Cill Chriosd
・ Cill Dara RFC
・ Cill Ghallagáin
・ Cill Na Martra GFC
・ Cilla
・ Cilla (album)
・ Cilla (disambiguation)
・ Cilla (moth)
・ Cilla (mythology)
・ Cilla (TV series)


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

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

Cilk, Cilk++ and Cilk Plus are general-purpose programming languages designed for multithreaded parallel computing. They are based on the C and C++ programming languages and extend these with constructs to express parallel loops and the fork–join idiom.
Originally developed in the 1990s at the Massachusetts Institute of Technology (MIT) in the group of Charles E. Leiserson, Cilk was later commercialized as Cilk++ by a spinoff company, Cilk Arts. That company was subsequently acquired by Intel, which increased compatibility with existing C and C++ code, calling the result Cilk Plus.
==History==
The Cilk programming language grew out of three separate projects at the MIT Laboratory for Computer Science:〔("A Brief History of Cilk )〕
* Theoretical work on scheduling multi-threaded applications.
* StarTech – a parallel chess program built to run on the Thinking Machines Corporation's Connection Machine model CM-5.
* PCM/Threaded-C – a C-based package for scheduling continuation-passing-style threads on the CM-5
In April 1994 the three projects were combined and christened "Cilk". The name Cilk is not an acronym, but an allusion to "nice threads" (silk) and the C programming language. The Cilk-1 compiler was released in September 1994.
The original Cilk is based on ANSI C, with the addition of just a handful of Cilk-specific keywords. When the Cilk keywords are removed from Cilk source code, the result is a valid C program, called the ''serial elision'' (or ''C elision'') of the full Cilk program. Cilk is a faithful extension of C and the serial elision of any Cilk program is always a valid serial implementation in C of the semantics of the parallel Cilk program. Despite several similarities, Cilk is not directly related to AT&T Bell Labs' Concurrent C.

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



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

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