How can I programmatically determine a GPU\'s memory bus width and memory clock rate?I want to use these numbers to compute the ma开发者_开发技巧ximum theoretical memory bandwidth.I\'m mostly interest
I\'m looking for comparisons between OpenCL and DirectCompute, but I haven\'t found anything.OpenCL\'s advantages of being cross-platform and having a wider range of supported GPUs don\'t matter to me
I have a project that requires lots of image processing and wanted to add GPU support to speed things up.
I have developed a Windows application that captures video from an external device using DirectShow. The image resolution is 640x480 and the videos saved without compression have very huge sizes (appr
I\'m trying to test the OpenCL functionality of building a program from pre-compiled binaries. So far I\'ve managed to create the binary file, but I\'m having trouble to load it. I\'m trying to adapt
I\'m facing a problem with OpenCL and I hope someone will have a hint on what the cause might be. Following is a version of the program, reduced to the problem. I have an input int array of size 4000.
what is the r开发者_JAVA百科ight way to setup VisualStuio 2010 for working with *.cl files? I have added *.cl under Tool/Text editor/File extensions and copied usertype.dat into the common7/ide folder
How can I define which filetypes are affected by VisualAssist in Visual Studio 2010? For example, I don\'t like how this tool works with openCL and 开发者_JAVA百科cuda files, therefore I would like t
So I downloaded the ATI Stream SDK. I don\'t have a gpu now so I use the \'-device cpu\' and got the programs/examples in the OpenCl directory working by adding the directory to LD_LIBRARY_PATH etc.
I have an OpenCL code which adds two arrays and prints the output. I want to profile this program using NVidia Visual Profiler that comes with CUDA Toolkit 3.0. I selected the appropriate program(.exe