Parallel Programming
Tag details
Welcome to the 'Parallel Programming' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Parallel Programming'.
Latest blogosphere posts tagged “Parallel Programming”
-
Survey: Running shaders (data-parallel kernels) on multi-core CPUs?
Intel Software Network Blogs —
Authority: 555
Many graphics programmers are familiar with the benefits of running shader programs, typically written in languages like GLSL or HLSL, on GPU hardware. Intel has found some use for software that runs shaders on the CPU cores in order to achieve higher platform-level performance (i.e. on systems with Intel Integrated ...1 day ago -
Code Coverage Performance in Intel(R) Parallel Composer
Intel Software Network Blogs —
Authority: 555
Hi All, first time blogging on ISN. I want to get right into this, so Ill save formal introductions for another time, but there should be a short bio on my profile if youre interested. I was recently working a customer who was playing around with Intel(R) Parallel Composers code coverage feature. I cant publish his ...1 day ago -
The Future of Internet
Intel Software Network Blogs —
Authority: 555
Around Y2K a friend and I had an idea for a phone that works over the Internet by connecting to USB. The time was not so great because of that bubble. A few years later Skype did it. After that I went into the area of media and Internet video and broadcasting. Part of this was the experimental broadcast of Israeli ...5 days ago -
View Video Podcast Interview on New Multi-core Software Assessment Tool
Intel Software Network Blogs —
Authority: 555
Recently, the Intel® Software Partner Program introduced a new software assessment tool for multi-core, the Intel® Concurrency Checker. This tool assesses the multi-core scalability of applications by checking the concurrency. We interviewed an Intel Product Marketing Engineer to discover more about the Intel ...5 days ago -
A useful power-performance metric (Part IIa, the goal)
Intel Software Network Blogs —
Authority: 555
GOALS AND THE ULTIMATE QUESTION What is our ultimate goal? What do we want to do with our life? Is life important or just a meaningless exercise in futility? These are very important questions but generally irrelevant to this discussion. So what is our ultimate goal here in this series of articles? We want to come ...6 days ago -
A Tale of Two Covers
Intel Software Network Blogs —
Authority: 555
During the month of November 2009 I was working with a translator in Japan to identify and correct errata in my book The Art of Concurrency , as well as translate the text and (attempts at) humor into Japanese. A few days before Christmas, I received a copy of the translated book. Obviously, the first thing I ...1 week ago -
Cold Tachyon
Intel Software Network Blogs —
Authority: 555
A bit more than a month ago, the first Russian online-seminar " Intel Parallel Studio workflow" by Intel took place. Kirill Mavrodiev, who was participating in the event, demonstrated how one can parallelize an application as a black box. In other words, a typical case was examined when a developer deals with an ...1 week ago -
Fun with Locks and Waits - Performance Tuning
Intel Software Network Blogs —
Authority: 555
At times threaded software requires some critical sections, mutexes or locks. Do developers always know which of the objects in their code has the most impact? If I want to examine my software to minimize the impact or restructure data to eliminate some of these synchronization objects and improve performance, ...1 week ago -
The Speed of Molecular Computations
Intel Software Network Blogs —
Authority: 555
Ive been interested in biological systems for computation ever since the first DNA computation paper published by Adleman, " Molecular Computation Of Solutions To Combinatorial Problems ," in Science (266, pp. 1021–1024; 1994) . Ive even blogged about it here and here . Now researchers at the University of ...2 weeks ago -
Weighing My Options With Intel(R) Parallel Advisor Lite
Intel Software Network Blogs —
Authority: 555
Intel(R) Parallel Advisor Lite allows me to model the effects of adding parallelism to my serial application without having to actually parallelize my code. This can be very handy because in the world of multi-core processors, adding parallelism can tremendously improve a programs performance, but debugging real ...2 weeks ago -
Step Two in Changing the World
Intel Software Network Blogs —
Authority: 555
Intels recently released experimental 48-core chip is a wakeup call: the multicore future of computing is already arriving now. Weve known for years that the number of cores per processor chip is bound to increase exponentially for the foreseeable future. But releasing this 48-core system now means its now ...2 weeks ago -
Iniciando paso por paso en la programación paralela
Intel Software Network Blogs —
Authority: 555
Intel está apoyando la capacitación en programación paralela ya que sus procesadores se han vuelto "multinucleo". Puedes iniciar revisando la página dedicada al entrenamiento para desarrolladores: (1) http://software.intel.com/en-us/developertraining/ Developer Training En lo personal puedo recomendar el ...2 weeks ago -
Analyzing Thread Dependencies using Intel® Parallel Amplifier
Intel Software Network Blogs —
Authority: 555
Intel® Parallel Amplifier is an excellent tool for identifying hotspots and measuring CPU utilization. Using Amplifier’s Concurrency analysis it’s very easy to find the places in an application that poorly utilize the CPU, but root-causing these issues is often more complex. To do this, you need to understand ...2 weeks ago -
Threading and the Intel® IPP Library – part 3 of 3
Intel Software Network Blogs —
Authority: 555
OpenMP Threading and Intel IPP The low-level primitives within the IPP library generally represent basic atomic operations. This limits threading within the library to ~15-20% of the primitives. Intel OpenMP is used to implement internal threading and is enabled, by default, when you use one of the multi-threaded ...2 weeks ago -
Threading and the Intel® IPP Library – part 2 of 3
Intel Software Network Blogs —
Authority: 555
Threading Choices for Your Intel IPP Application Source code for some multi-threaded IPP application examples are included in the free sample downloads . Several of these examples implement threading at the application level, and some use the OpenMP * threading that is built into the Intel IPP library. In most ...2 weeks ago -
Threading and the Intel® IPP Library - part 1 of 3
Intel Software Network Blogs —
Authority: 555
Introduction to Threading in IPP There is no universal threading solution that works for every application. Fortunately the Intel® Integrated Performance Primitives (the Intel IPP library) are designed to be thread-safe . Applications that use the IPP library can implement threading at the low-level primitive ...2 weeks ago -
Question: Estimating power performance on newer architectures
Intel Software Network Blogs —
Authority: 555
One of my greatest problems, outside of my tendency toward wordiness, is over researching a topic. Sometimes this research gets to the point where I not only find the answer myself, but have had so much time pass that the topic is no longer relevant. So in an attempt to break this cycle of obsessive behavior, I’m ...2 weeks ago -
DevMob2010, February 3rd in London, U
Intel Software Network Blogs —
Authority: 555
Participate to London unconference giving developers interested in portable devices the opportunity to discuss their issues and find solutions. Sponsored by Intel and Creative Assembly. Continuous updates, discussion forum and more pls see here: http://devmob2010.ning.com/ or ...2 weeks ago -
Framework Design Guidelines
Intel Software Network Blogs —
Authority: 555
Tonight Ill be presenting at the Microsoft San Francisco, CA office for the Bay.NET User Group , this time discussing the best practices for Structured Exception Handling (SEH), based in part upon the Framework Design Guidelines book by Krzysztof Cwalina and Brad Abrams. If youre developing code with the ...2 weeks ago -
Calling all parallel languages & libraries!
Intel Software Network Blogs —
Authority: 555
As I mentioned in my previous post, I have a set of lectures on pthreads that Ive reworked to try to challenge students, since it turned out that several of my colleagues and I were doing almost the same content several classes in a row. Theres another things I do there, though, that I thought Id save for a separate ...3 weeks ago

