I know there is a 128MB limit for a single block 开发者_开发问答of GPU memory on AMD GPU\'s. Is there a similar limit on Nvidia GPU\'s?You can query this information at runtime using clGetDeviceInfo a
I\'m using OpenCL and have ATI 4850 card. It has: CL_DEVICE_MAX_COMPUTE_UNITS: 10 CL_DEVICE_MAX开发者_如何学编程_WORK_ITEM_DIMENSIONS: 3
I have a big problem (on Linux): I create a buffer with defined data, then an OpenCL kernel takes this data and puts it into an image2d_t. When working on an AMD C50 (Fusion CPU/GPU) the program works
I am trying to implement a GEMM implmentation using AMD-APP-SDK 2.4 on a ATI HD 6990 card (Cayman architecture).
With some friends we 开发者_如何转开发want to use openCL. For this we look to buy a new computer, but we asked us the best between AMD and Intel for use of openCL. The graphics card will be a Nvidia a
I\'m trying to compile something to try out openCl, but i\'m having a few problems.. Here the code prova.c
so I\'ve downloaded the nVidia CUDA libraries and put them in the default location: /usr/local/cuda When I go to run this:
I\'m trying to run NVidia\'s OpenCL demo oclNbody.exe on ATI Radeo 4850 card and receive such errors:
I want to define a function within a kernel function to make my indexing code clearer: kernel void do_something (const int some_offset,
I am trying to get a program that will run on both ATI and NVidia, and as such, I want to avoid using either SDK. 开发者_开发知识库Is it possible to do this without an SDK, using only VS2010 and Windo