English | 中文 | Русский | Français
2,555 Posts served
8,263 Conversations started
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 [...]