Re: NET framework and hyperthreading/MMX/SSE/....



> For what its worth, dual core and hyperthreaded processors are supported
by
> the OS, so you just have to do the threading yourself. I assume waht you
> want is compiler support for parralellizing loops? Something like OpenMP?
>
This is true, but it would be nice if older none-multi theaded programs
would also speeded up using these hyperthreading features. :-) If OpenMP is
implemented in the .NET CLR 2.x.

---
http://www.skyscan.be


.



Relevant Pages

  • Re: NET framework and hyperthreading/MMX/SSE/....
    ... dual core and hyperthreaded processors are supported ... >> want is compiler support for parralellizing loops? ... Something like OpenMP? ... Private within the parallell block would define that variable as private to ...
    (microsoft.public.dotnet.framework)
  • Re: Lets use gcc-4.2, not 4.1 -- OpenMP
    ... I have a core 2 duo box so I'm interested, ... or Visual Studio on Windows) have supported OpenMP pragmas ... Scott may well be right suspecting that _this support_ may be of beta-quality ... that's another plus -- GCC folks already refuse to do anything about ...
    (freebsd-current)
  • Is OpenMP programming portable ?
    ... I have an application and would like to add multithreading support. ... few things are going the pthread ways but with SUN Studio 11 i ... I learned that MSVC 2005 has OpenMP 2.0 support, ... I'm just after a compiler that works for MacOSX, Linux and the BSD's. ...
    (comp.unix.solaris)
  • Re: Multi-core computers development...
    ... they may not have to reinvent the wheel. ... offer support for MPI, OpenMP, etc.? ...
    (borland.public.delphi.non-technical)
  • Re: Is OpenMP supported in VC++ Express?
    ... but I'm having problems with OpenMP. ... The annoying thing is that the compiler for VC++ 2003 DID support it ... Find another feature to play with? ...
    (microsoft.public.vc.language)

Loading