This post will just be a quick example of how to use OpenCL to generate some simulated stock prices’ “trajectories”. Using CUDA could have been possible as well, and indeed the code could be ported with minimal changes, but then it would have been able to run only on NVidia GPUs while OpenCL runs even […]| ReachableCode
Since I am doing a lot with OpenCL lately I decided to try to improve the tooling around OpenCL a bit. A weekend later the NetBeans OpenCL Pack was born :). | Michael Bien's Weblog
Ok some of them are big, but I will only cover the little things with this blog entry :). | Michael Bien's Weblog
Michael Bien's Weblog| Michael Bien's Weblog
This post is my notepad while figuring out how OpenCL handles assigning work item ids. Important links: The basics: A Kernel is invoked once for each work item. Each work item has private memory. W…| Johannes Rudolph's Blog