After three years of writing here several times a week, I’m going to take a bit of a break from this blog. I’ll be blogging for Develop Online and Mobile Entertainment each week (sponsored by Intel),… more →
SoftTalk - multicore and parallel programmingwrote 1 week ago: Имах трудности с разбирането на една примерна програма, затова я споделям. Това е кода с мои комента … more →
wrote 2 weeks ago: Title: Classifying Ubiquitious data, images into Emotion for target Advertisement campaign (get data … more →
wrote 2 weeks ago: The CUDA concepts are explained in an intuitive question and answer format in this post. What is CUD … more →
wrote 3 weeks ago: Last December was my first real conference experience. I was also excited to have some of research p … more →
wrote 3 weeks ago: Adaptive Communication Environment, or ACE for short, is a C++ framework to develop portable, high-p … more →
wrote 1 month ago: I have previously shown how to solve the problem using c#. I have to say that C++ 11 is officially a … more →
wrote 1 month ago: There are numerous solutions to the dining philosophers problem on the internet and I will not be re … more →
wrote 1 month ago: In this example we show inter-thread communication between producer and consumer threads using condi … more →
wrote 2 months ago: I was just importing some pictures into Picasa from an old hard drive of mine and I noticed somethin … more →
wrote 2 months ago: 挑戰:寫一個簡單程序,驗證計算機的基本功能——All multiple tasks could run at the same time. 解決方法: """ threa … more →
wrote 2 months ago: Overview In the last parallel programming blog post. I analyzed and profiled the filled triangles ro … more →
wrote 2 months ago: Note that the code for the article is available here. In this example, for the sake of learning, we … more →
wrote 2 months ago: In order to facilitate spawning concurrent tasks C++11x provides us with std::async. I will discuss … more →
wrote 2 months ago: We will continue from a previous example of RGBA to gray image conversion with CUDA 5 and add gaussi … more →
wrote 3 months ago: Parallel Programming Basic – Intel An Awesome Series of Video Tutorial On Parallel Programming … more →
wrote 3 months ago: In this article we will demonstrate a simple conversion from RGBA to grayscale image using CUDA 5, w … more →
wrote 3 months ago: I will explain in this article how to set your environment in order to successfully write and run CU … more →
wrote 3 months ago: Overview The purpose of this experiment is to determine if the “Filled Triangles” functi … more →
wrote 3 months ago: There are few trends which I discussed early here I just want to point best available site giving tr … more →