English | 中文 | Русский | Français
2,556 Posts served
8,264 Conversations started
Intel's developer communities invite you to participate in our interactive blogs chronicling all things software.
So, it's Sunday morning, and I'm nearly on my way to Berlin as I'm going to travel to Microsoft's huge developer & IT conference Microsoft Tech-Ed Europe 2009. There I will video blog together with Tom Papadhimas and some Intel folks about the interesting topics concerning parallel programming, multi-core and other stuff. And this will [...]
Is a 3D interface right for your application? Check out the new Gartner report on 3D interfaces. See it here Enroll in Intel Software Partner Program today and learn how the program can help you deliver innovative solutions to meet your users' demands. Learn More
Hi -- I'm joining the ISN blog community to share some research efforts from Intel labs that may be of interest to curious software developers. Today I wanted to give a brief summary of one visual computing application that we are investigating in a project we usually call "3D content creation for amateurs." In this project [...]
If you look at the Microsoft's Tech-Ed web page you'll find out that there's a lot of things which are parallel. For instance all the different tech session run in parallel so that as much as possible topics can be covered during Tech-Ed. But also the huge showcase is somehow parallel: there are many companies [...]
Divorce, it happens. How do you manage divorce with Facebook and so many other connections in life? What if you keep finding out things you would rather not know via social networking sites? A simple example, my ex and her family are visible to me through our common children on Facebook. Honestly I would rather [...]
Hi All, If you are going to the event next week in Berlin then let me know about it. Maybe we can meet face to face and if there are enough of us perhaps even a gourp community meeting. This can be a good opportunity to meet the experts. In any case, you are all welcome to [...]
The error consists in the fact that every parallel thread has its own seed and if no special initialization is carried out, rand() function will return the same value in all the threads. Most likely, this will not be the required result.
You can use exceptions inside parallel regions. But they mustn't leave these parallel regions. Exceptions should be caught and processed inside a parallel region by using try/catch. If the exception leaves the parallel region it will cause fail and most surely program crash.
When porting software one of the task a developer faces is to change types' sizes and rules of their alignments. Not so long ago we provided support of the diagnosing rule allowing you to detect data structures which use memory on 64-bit inefficiently in Viva64 analyzer. But there is still some research work to be [...]
Hi Everyone, I thought that I would post this since one of my co-workers at Cadence will be gave a webinar on his experience parallelizing an existing application. The application and algorithms involved are really complex. It was especially interesting because it involves legacy code and also the development environment was Windows unlike many EDA applications [...]
Since the kickoff of the High School Parallelism bootcamp this summer, I've received several requests for a write up of the five role playing activities we used. The activities put students in the place of procesor cores and had them perform tasks in parallel. These activities proved to be popular among many of the [...]
Yaozu (Eddie) Dong is a technical lead in the Open Source Technology Center in Shanghai, PRC. He joined Intel in 1998 and had been involved in various embedded system projects from PalmOS to Windows CE to Linux, and several virtualization projects. He received his Bachelors and Masters degrees in Engineering from Shanghai Jiao Tong University, [...]
As I wrote in my yesterday's blog post we will be at Microsoft's developer conference Tech-Ed Euirope 2009 which will take place in Berlin this year. Fortunately at the same time the whole city will celebrate the 20th anniversary of the fall of the Wall. So there will be a few people in Berlin during [...]
Our community has snagged some new high-quality stuff lately starting with Shmuel Gershon's dynamically entitled blog: "Intel KVM: This is your SOL on Steroids". Shmuel is pretty knowledgeable about this new Intel® AMT™ feature, to be available on some 2010 platforms, and a big fan as well. I think we'll be hearing more from him [...]
We are all geared up to attend NAGFO’s Annual Gaming and Animation Summit that bring together the crème de la crème of the India gaming and animation industry, starting tomorrow in Hyderabad, India. This year one complete day has been dedicated to Game Developers with multiple sessions focusing on various aspects of game development. The event [...]