About: Explicit multi-threading     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : dbo:ProgrammingLanguage, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FExplicit_multi-threading&graph=http%3A%2F%2Fdbpedia.org&graph=http%3A%2F%2Fdbpedia.org

Explicit Multi-Threading (XMT) is a computer science paradigm for building and programming parallel computers designed around the parallel random-access machine (PRAM) parallel computational model. A more direct explanation of XMT starts with the rudimentary abstraction that made serial computing simple: that any single instruction available for execution in a serial program executes immediately. A consequence of this abstraction is a step-by-step (inductive) explication of the instruction available next for execution. The rudimentary parallel abstraction behind XMT, dubbed Immediate Concurrent Execution (ICE) in , is that indefinitely many instructions available for concurrent execution execute immediately. A consequence of ICE is a step-by-step (inductive) explication of the instruction

AttributesValues
rdf:type
rdfs:label
  • Explicit multi-threading (en)
  • Явна багатопоточність (uk)
rdfs:comment
  • Explicit Multi-Threading (XMT) is a computer science paradigm for building and programming parallel computers designed around the parallel random-access machine (PRAM) parallel computational model. A more direct explanation of XMT starts with the rudimentary abstraction that made serial computing simple: that any single instruction available for execution in a serial program executes immediately. A consequence of this abstraction is a step-by-step (inductive) explication of the instruction available next for execution. The rudimentary parallel abstraction behind XMT, dubbed Immediate Concurrent Execution (ICE) in , is that indefinitely many instructions available for concurrent execution execute immediately. A consequence of ICE is a step-by-step (inductive) explication of the instruction (en)
  • Явна багатопоточність (англ. explicit multi-threading, XMT) — парадигма у інформатиці, призначена для побудови і програмування паралельних комп'ютерів, спроектованих навколо моделі паралельної машини з довільним доступом (PRAM). Більш пряме пояснення XMT починається з рудиментарною абстракцією, що зробила послідовне обчислювання простішим: кожна окрема інструкція, яка доступна для виконання, в послідовній програмі негайно виконується. Наслідком цієї абстракції є покрокове (індуктивне) пояснення інструкцій, що доступні для виконання. Зародкова паралельна абстракція XMT, що отримала назву Concurrent Execution (ICE) в Vishkin (2011), пояснює що на невизначений час багато інструкцій, доступних для одночасного виконання можна виконати негайно. Наслідком ICE є покрокове (індуктивне) пояснення ін (uk)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
last
  • Edwards (en)
  • Vishkin (en)
year
has abstract
  • Explicit Multi-Threading (XMT) is a computer science paradigm for building and programming parallel computers designed around the parallel random-access machine (PRAM) parallel computational model. A more direct explanation of XMT starts with the rudimentary abstraction that made serial computing simple: that any single instruction available for execution in a serial program executes immediately. A consequence of this abstraction is a step-by-step (inductive) explication of the instruction available next for execution. The rudimentary parallel abstraction behind XMT, dubbed Immediate Concurrent Execution (ICE) in , is that indefinitely many instructions available for concurrent execution execute immediately. A consequence of ICE is a step-by-step (inductive) explication of the instructions available next for concurrent execution. Moving beyond the serial von Neumann computer (the only successful general-purpose platform to date), the aspiration of XMT is that computer science will again be able to augment mathematical induction with a simple one-line computing abstraction. The random-access machine (RAM) is an abstract machine model used in computer science to study algorithms and complexity for standard serial computing. The PRAM computational model is an abstract parallel machine model that had been introduced to similarly study parallel algorithms and complexity for parallel computing, when they were yet to be built. Researchers have developed a large body of knowledge of parallel algorithms for the PRAM model. These parallel algorithms are also known for being simple, by standards of other approaches to parallel algorithms. This large body of parallel algorithms knowledge for the PRAM model and their relative simplicity motivated building computers whose programming can be guided by these parallel algorithms. Since productivity of parallel programmers has long been considered crucial for the success a parallel computer, simplicity of algorithms is important. Multi-core computers are built around two or more processor cores integrated on a single integrated circuit die. They are widely used across many application domains including general-purpose computing.Explicit Multi-Threading (XMT) is a computing paradigm for building and programming multi-core computers with tens, hundreds or thousands of processor cores. Experimental work published in 2011 and 2012 demonstrates significantly greater speedups for advanced PRAM algorithms on XMT prototypes than for the same problems on state-of-the-art multi-core computers. Work published in 2018 shows that lock-step parallel programming (using ICE) can achieve the same performance as the fastest hand-tuned multi-threaded code on XMT systems. Such inductive lock-step approach stands in contrast to multi-threaded programming approaches of many other core systems that are known for challenging programmers. The XMT paradigm was introduced by Uzi Vishkin. (en)
  • Явна багатопоточність (англ. explicit multi-threading, XMT) — парадигма у інформатиці, призначена для побудови і програмування паралельних комп'ютерів, спроектованих навколо моделі паралельної машини з довільним доступом (PRAM). Більш пряме пояснення XMT починається з рудиментарною абстракцією, що зробила послідовне обчислювання простішим: кожна окрема інструкція, яка доступна для виконання, в послідовній програмі негайно виконується. Наслідком цієї абстракції є покрокове (індуктивне) пояснення інструкцій, що доступні для виконання. Зародкова паралельна абстракція XMT, що отримала назву Concurrent Execution (ICE) в Vishkin (2011), пояснює що на невизначений час багато інструкцій, доступних для одночасного виконання можна виконати негайно. Наслідком ICE є покрокове (індуктивне) пояснення інструкцій що доступні для паралельного виконання. Виходячи за рамки послідовного фон Нейманівського комп'ютера (єдиний успішна платформи на сьогоднішній день), прагнення XMT в тому, що комп'ютерні науки знову будуть в змозі збільшити математичну індукції за допомогою простої однострічкової обчислювальної абстракції. Машина з довільним доступом до пам'яті (RAM) являє собою абстрактну модель, що використовується в інформатиці для вивчення алгоритмів і складності для стандартного послідовного обчислення. Модель PRAM є абстрактною паралельною моделлю обчислювальної машини, яка була введена для вивчення паралельних алгоритмів і складності паралельних обчислень, коли вони ще не були побудовані. Дослідники розробили великий базу знань паралельних алгоритмів моделі PRAM. Ці паралельні алгоритми також відомі за те, що прості, за мірками інших підходів до паралельних алгоритмів. Це велика база знань паралельних алгоритмів для моделі PRAM і їх відносна простота вмотивована тим, що побудовані комп'ютери, за цією базою знань, можуть керуватися цими паралельних алгоритмів. Оскільки продуктивність паралельних програмістів вже давно вважається важливою для успіху паралельних комп'ютерів, спрощення алгоритмів має важливе значення. Багатоядерні комп'ютери побудовані навколо двох або більше процесорних ядер, інтегрованих на одному кристалі інтегральних схем. Вони широко використовуються в багатьох областях, включаючи обчислення загального призначення. Явна багатопоточність (XMT) є парадигмою комп'ютерних наук для побудови і програмування багатоядерних комп'ютерів з десятками, сотнями або тисячами процесорних ядер. Експериментальні роботи опубліковані в 2011 і 2012 роках, що демонструє значно більші прискорення для просунутих алгоритмів PRAM на XMT прототипах, аніж для одних і тих же проблем на впроваджених багатоядерних комп'ютерах. Парадигма XMT була представлена . (uk)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 39 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software