Що таке CILK Українською - Українська переклад

Іменник
cilk
cilk++

Приклади вживання Cilk Англійська мовою та їх переклад на Українською

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Can in Cilk Plus be expressed as.
В Cilk Plus може бути виражено, як:.
This reducer is built into Cilk++ and Cilk Plus:.
Цей редуктор вбудований в Cilk++ і Cilk Plus:.
(Cilk Arts, Inc. was acquired by Intel in 2009.).
( Cilk Arts, Inc. була придбана компанією Intel у 2009 році.).
In April 1994 the three projects were combined and christened"Cilk".
У квітні 1994 року ці три проекти були об'єднані в"Cilk".
As part of this effort, he developed the Cilk multithreaded language.
В рамках цих зусиль він розробив багатопотокову мову Cilk.
Cilk was implemented as a translator to C, targeting the GNU C Compiler(GCC).
Cilk був реалізований як транслятор на C, орієнтований на GNU C Compiler(GCC).
It is because these responsibilities are separated that a Cilk program can run without rewriting on any number of processors, including one.
Саме тому, що обов'язки розділені між процесорами, програма на Cilk може працювати без перезапису на будь-якій кількість процесорів, в тому числі і на одному.
Cilk was implemented as a translator to C, targeting the GNU C Compiler(GCC).
Cilk був реалізований в якості транслятора на C, орієнтованої на GNU C Compiler(GCC).
Similar functionality exists in Fortran 90; Cilk Plus differs in that it never allocates temporary arrays, so memory usage is easier to predict.
Подібна функціональність існує в Fortran 90; Cilk Plus відрізняється тим, що він ніколи не виділяє тимчасові масиви, тому використання пам'яті легше передбачити.
Cilk Plus differs in that it never allocates temporary arrays, so memory usage is easier to predict.
Cilk Plus відрізняється тим, що він ніколи не виділяє тимчасові масиви, тому використання пам'яті легше передбачити.
He was Founder and Chief Technology Officer of Cilk Arts, Inc., a start-up that developed Cilk technology for multicore computing applications.
Він був засновником та головним технологічним директором стартапу Cilk Arts, Inc., який розробляв технологію Cilk для багатоядерних обчислювальних застосунків.
The Cilk programming language grew out of three separate projects at the MIT Laboratory for Computer Science:[2].
Мова програмування Cilk утворилася внаслідок об'єднання трьох окремих проектів МІТ:[2].
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.
Спочатку мова була розроблена в 1990-і роки в Массачусетському технологічному інституті(MIT) в групі Чарльза Лейзерсона. Пізніше Cilk була розширена в Cilk++ компанією Cilk Arts.
Cilk, Cilk++ and Cilk Plus are general-purpose programming languages designed for multithreaded parallel computing.
Cilk, Cilk++ і Cilk Plus є мовами програмування загального призначення розроблені для багатопотокових паралельних обчислень.
Conventional multi-core processors directly support shared memory,which many parallel programming languages and libraries, such as Cilk, OpenMP and Threading Building Blocks, are designed to exploit.
Традиційні багатоядерні процесори безпосередньо підтримують загальну пам'ять,яка багато паралельних мов і програмні бібліотеки, такі як Cilk, OpenMP і Threading Building Blocks, призначені для використання.
Cilk++ added an additional construct, the parallel loop, denoted cilk_for in Cilk Plus. These loops look like.
В Cilk++ були додані додаткові конструкції, однією із них є паралельний цикл, який позначається cilk_for в Cilk Plus.
The emergence of multicore processors in mainstream computing means that hundreds of millions of new parallel computers are now being shipped every year. Cilk Arts was formed to capitalize on that opportunity: in 2006, Leiserson launched Cilk Arts to create and bring to market a modern version of Cilk that supports the commercial needs of an upcoming generation of programmers.
Поява багатоядерних процесорів в звичайних обчислювальних системах та продажі сотні мільйонів нових паралельних комп'ютерів, які поставляються з кожним роком все більше і більше, наштовхнула Cilk Arts створити і вивести на ринок сучасну версію Cilk, яка підтримуватиме комерційні потреби програмістів нового покоління.
Intel Cilk Plus adds notation to express high-level operations on entire arrays or sections of arrays; e.g., an axpy-style function that is ordinarily written.
Intel Cilk Plus додає позначення для вираження високорівневих операцій над цілими масивами або секціями масивів.
The principle behind the design of the Cilk language is that the programmer should be responsible for exposing the parallelism, identifying elements that can safely be executed in parallel;
Принципом конструкції мови Cilk є те, що програміст повинен сам визначити парлельні блоки програми, які можуть безпечно виконуватися паралельно;
Cilk Plus removes this restriction, as well as the cilk keyword, so C and C++ functions can call into Cilk Plus code and vice versa.
Щоб відрізнити Cilk код від коду C. Cilk Plus знімає ці обмеження, так що функції С і С++ можуть викликатися в Cilk Plus коді і навпаки.
He developed the Cilk language for multithreaded programming, which uses a provably good work-stealing algorithm for scheduling.
Він розробив мову Cilk для багатопотокового програмування, яка використовує доказово хороший алгоритм захоплення роботи при плануванні.
In Cilk Plus, an elemental function is a regular function which can be invoked either on scalar arguments or on array elements in parallel.
В Cilk Plus елементарними функціями є регулярні функції, які можна викликати або зі скалярними аргументами або із елементами масиву паралельно.
The last version, Cilk 5.4.6, is available from the MIT Computer Science and Artificial Intelligence Laboratory(CSAIL), but is no longer supported.
Остання версія, Cilk 5. 4. 6, доступна в MIT в лабораторії комп'ютерних наук та штучного інтелекту(CSAIL), але більше не підтримується.
(In Cilk Plus, the keywords are spelled_ Cilk spawn and_ Cilk sync, or cilk spawn and _Cilk_sync, or cilk_spawn and cilk_sync if the Cilk Plus headers are included.).
Cilk Plus, ключові слова описуються як _Cilk_spawn і _Cilk_sync або cilk_spawn і cilk_sync, якщо включені заголовки Cilk Plus).
Cilk Plus differs from Cilk and Cilk++ by adding array extensions, being incorporated in a commercial compiler(from Intel), and compatibility with existing debuggers.[7].
Cilk Plus відрізняється від Cilk і Cilk++ додаванням масиву розширень, які включаються в комерційний компілятор(від Intel), а також сумісністю з існуючими відладчиками.[7].
Cilk++ differs from Cilk in several ways: support for C++, support for loops, and hyperobjects- a new construct designed to solve data race problems created by parallel accesses to global variables.
Cilk++ відрізняється від Cilk декількома рішеннями: підтримка C++, підтримка циклів, і hyperobjects- нової конструкції, призначеної для вирішення проблеми в паралельному доступі до глобальних змінних.
Intel Cilk Plus allows C/C++ operations to be applied to multiple array elements in parallel, and also provides a set of built-in functions that can be used to perform vectorized shifts, rotates, and reductions.
Intel Cilk Plus дозволяє використовувати С/ C++ операції до кількох елементів масиву паралельно, а також надає набір вбудованих функцій, які можуть бути використані для виконання векторизованних зрушень, обернень і скорочень.
The principle behind the design of the Cilk language is that the programmer should be responsible for exposing the parallelism, identifying elements that can safely be executed in parallel; it should then be left to the run-time environment, particularly the scheduler, to decide during execution how to actually divide the work between processors.
Принципом конструкції мови Cilk є те, що програміст повинен сам визначити парлельні блоки програми, які можуть безпечно виконуватися паралельно; при цьому вони повинні бути позначені в середовищі виконання, зокрема, в планувальнику, який вирішує, під час виконання, як розділити роботу між процесорами.
On July 31, 2009, Cilk Arts announced on its web site that its products and engineering team were now part of Intel Corp. Intel and Cilk Arts integrated and advanced the technology further resulting in a September 2010 release of Intel Cilk Plus.[5][6] Cilk Plus adopts simplifications, proposed by Cilk Arts in Cilk++, to eliminate the need for several of the original Cilk keywords while adding the ability to spawn functions and to deal with variables involved in reduction operations.
Липня 2009, Cilk Arts оголосила на своєму веб-сайті, що її продукти і технічна команда в даний час входять до складу Intel Corp. Intel і Cilk Arts об'єднали свої передові технології, що в подальшому призвело до виходу Intel Cilk Plus у вересні 2010 року. Cilk Plus отримує значні спрощення в конструкціях, запропонованих Cilk Arts в Cilk++, щоб усунути необхідність в декількох вихідних ключових словах Cilk, додаючи можливість spawn функції мати справу зі змінними, які беруть участь в операціях по скороченню.
Результати: 29, Час: 0.0249

Найпопулярніші словникові запити

Англійська - Українська