I was wondering if there is a good cuda debugger for VS 2008 in windows 7. I heard about Nsight but people tell me it is not reliable.
This question already has answers here: Closed 开发者_开发技巧11 years ago. Possible Duplicate: Output of cuda program is not what was expected
I have done a sphere using J3DI (which is a webGL library) under WIN 7 64bit as OS and Nvidia Geforce GT330 M as graphic card .
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 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
How do I get detailed errors from a cg compile? At the moment my code is something like: prog = cgCreateProgramFromFile(
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 was unable to find any information about if the Thrust library could support matrix operations. Therefore, I was wondering if it were possible to use the Thrust library in Image processing? I would
I am working on a im开发者_Python百科age processing project which utilizes cuda for gpgpu imlementation. I want to know is there cuda support enabled on NVIDIA\'S tegra2 chip.
In the GLSL spec, and other sources about GLSL, sampler types are available in 3 dimensions: sampler1D, sampler2D, and sampler3D.