Talk:Multithreading (computer architecture): Difference between revisions

Content deleted Content added
top: Added title to an unnamed section
ClueBot III (talk | contribs)
m Archiving 2 discussions to Talk:Multithreading (computer architecture)/Archive 1. (BOT)
 
(8 intermediate revisions by 7 users not shown)
Line 1:
{{Talk header}}
{{WikiProject Computingbanner shell|class=startStart|importancevital=yes|1=mid}}
{{WikiProject Computing |importance=mid |hardware=y |hardware-importance=Mid}}
 
}}
== Unnamed section ==
{{User:ClueBot III/ArchiveThis
 
| age =2160
Anno UK[[User:83.67.105.130|83.67.105.130]] 11:01, 2 October 2007 (UTC) i think that this should be merged as it would provide greater laerning potential as one document for cross refencing pourposes
| archiveprefix =Talk:Multithreading (computer architecture)/Archive
 
| numberstart =1
MAMF: I see no point in combining the general and specific articles related to multi-threading. Having browsed most of the links I feel the current setup is better. A general high-level discussion article, with links for more depth when desired (and back should you start in an article with more detail than you want) <small>—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/83.160.178.134|83.160.178.134]] ([[User talk:83.160.178.134|talk]]) 12:39, 13 June 2008 (UTC)</small><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
| maxarchsize =75000
 
| header ={{Archive}}
:I agree indeed, but then this page needs to be revamped, as it was originally intended to only cover the Hardware multithreading, thus the previous name before the renaming. As of now, if somebody looks for software multithreading information, he will get very confused by what the page says which is specific to hardware multithreading. I'd suggest to move the detailed hardware material to a separate page, and link to there from here. [[Author:SamuelThibault|Samuel Thibault]] Fri, 18 Sep 2009 13:47:17 +0200
| minkeepthreads =5
 
| format = %%i
''"Execution times of a single-thread are not improved but can be degraded."'' I strongly doubt of this. If there is really only one thread, then it can use the whole computing power and caches for itself. When running two threads that do not share data, that's another story of course [[Author:SamuelThibault|Samuel Thibault]] 16:27, 1 December 2008 (UTC)
}}{{Archives|bot=ClueBot III|age=90}}
 
<!-- Template:Setup cluebot archiving -->
:That's the point the sentence is trying to make. [[User:Dyl|Dyl]] ([[User talk:Dyl|talk]]) 07:41, 28 December 2008 (UTC)
 
::Then I'll clarify the sentence, because that's not what I understood from it. [[Author:SamuelThibault|Samuel Thibault]] 13:44, 1 January 2009 (UTC) <small><span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:SamuelThibault|SamuelThibault]] ([[User talk:SamuelThibault|talk]] • [[Special:Contributions/SamuelThibault|contribs]]) </span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
 
:::Errr, no, looking at the list again, running two threads is the point of the previous item in the list: ''"Multiple threads can interfere with each other when sharing hardware resources such as caches or translation lookaside buffers (TLBs)."'', here "multiple threads" does not necessarily mean "multiple threads of the same process". <small><span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:SamuelThibault|SamuelThibault]] ([[User talk:SamuelThibault|talk]] • [[Special:Contributions/SamuelThibault|contribs]]) 13:49, 1 January 2009 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
 
Mmm, I'm tempted to drop the reference to multithreaded cryptography. If we let that one in, then I'm afraid we'll get a big bunch of "multithreaded this" and "multithreaded that", as multithreading is potentially applied to any algorithm... [[Author:SamuelThibault|Samuel Thibault]] 16:41, 22 Feb 2009 (UTC)
 
== Multithreading vs SMT? ==
 
Can somebody explain the differences between this article and [[Simultaneous Multithreading]]? As these two articles are written now, it looks that overlap is huge, and it is tempting to merge this article into SMT (which is much more specific and universally recognizable term than 'Multithreading'). [[User:Ipsign|Ipsign]] ([[User talk:Ipsign|talk]]) 05:09, 11 October 2010 (UTC)
 
: As this article is trying to explain, SMT is a sub-type of MT. As such, this article covers other types of MT. There are also errors in the [[Simultaneous multithreading]] article. I don't agree that SMT is a more widely recognized term. If anything, the Intel Marketing trademark 'Hyperthreading' is more widely recognized. [[User:Dyl|Dyl]] ([[User talk:Dyl|talk]]) 03:48, 12 October 2010 (UTC)
:: Hyperthreading is (arguably) one of SMT implementations, so I would argue they should belong to the same article (I dont care if it is named SMT or Hyperthreading). And when somebody searches for 'multithreading', I don't think they expect to see this article (more likely, it is about multithreading in software, which is currently under [[Thread (computer science)]]). In addition, most of material in current [[Multithreading]] article is completely unsourced. I will be arguing complete rewrite and/or merge on these grounds. [[User:Ipsign|Ipsign]] ([[User talk:Ipsign|talk]]) 14:03, 17 October 2010 (UTC)
 
: You want to merge multithreading because it is completely unsourced? Where's the policy that mandates such action? Also, where would you merge this article too? [[User:Rilak|Rilak]] ([[User talk:Rilak|talk]]) 06:59, 29 October 2010 (UTC)
:SMT is ability of a single processor to simultaneously dispatch instructions from more than one hardware thread context. Because there are two hardware threads per physical processor, additional instructions can run at the same time. The POWER5 processor is a superscalar processor that is optimized to read and run instructions in parallel. Simultaneous multi-threading allows you to take advantage of the superscalar nature of the POWER5 processor by scheduling two applications at the same time on the same processor. No single application can fully saturate the processor. Simultaneous multi-threading is a feature of the POWER5 processor and is available with shared processors.[Mohammed zakariya.pune] <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/122.182.3.154|122.182.3.154]] ([[User talk:122.182.3.154|talk]]) 11:52, 27 September 2011 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
 
== Rewrite ==
Line 80 ⟶ 64:
 
Is there a name for this type of multithreading which was invisible to most users? The arrangement meant single threaded processes ran better than they might otherwise because many overheads were dealt with in parallel in the background. Do any processors nowadays do this business of having a second stream deal with such overheads, or does it happen in practice anyway when not all available hardware threads are being used by programs? [[User:Dmcq|Dmcq]] ([[User talk:Dmcq|talk]]) 12:21, 3 November 2010 (UTC)
 
== External links modified (February 2018) ==
 
Hello fellow Wikipedians,
 
I have just modified one external link on [[Multithreading (computer architecture)]]. Please take a moment to review [[special:diff/824577468|my edit]]. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit [[User:Cyberpower678/FaQs#InternetArchiveBot|this simple FaQ]] for additional information. I made the following changes:
*Added archive https://web.archive.org/web/20100821074918/http://cache-www.intel.com/cd/00/00/01/77/17705_htt_user_guide.pdf to http://cache-www.intel.com/cd/00/00/01/77/17705_htt_user_guide.pdf
 
When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.
 
{{sourcecheck|checked=true|needhelp=}}
 
Cheers.—[[User:InternetArchiveBot|'''<span style="color:darkgrey;font-family:monospace">InternetArchiveBot</span>''']] <span style="color:green;font-family:Rockwell">([[User talk:InternetArchiveBot|Report bug]])</span> 05:21, 8 February 2018 (UTC)