Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
5answers
5k views

NVIDIA vs AMD: GPGPU performance

I'd like to hear from people with experience of coding for both. Myself, I only have experience with NVIDIA. NVIDIA CUDA seems to be a lot more popular than the competition. (Just counting question ...
3
votes
1answer
121 views

glVertexAttribDivisor and index input

guys, I am trying to make use of glVertexAttribDivisor in my OpenGL instanced drawing. It works in NV card, but it doesn't work in ATI card. Nothing is drawing. From GlExtensionViewer, it shows ...
2
votes
2answers
200 views

Fragment shaders on ATI cards versus NVIDIA ones

I use this fragent shader (inspired from some tutorial found on the NVIDIA site some time ago). It basically compute bi-linear interpolation of a 2D texture. uniform sampler2D myTexture; uniform vec2 ...
2
votes
1answer
126 views

Local data store vs. Texture cache in Cayman Architecture for scientific computation

I am trying to implement a GEMM implmentation using AMD-APP-SDK 2.4 on a ATI HD 6990 card (Cayman architecture). One of the optimizing techniques is the use of blocking/tiling. In its ...
2
votes
1answer
364 views

ATI OpenCL SDK on OSX

I am owning new MPB with ATI-GK. I'am curios, whether i can download the sdk, special the example collection and profiler, for OSX or I have to run Windows/Linux nativelly, because i have found only ...
1
vote
2answers
53 views

Cuda and ATI graphic card [closed]

I have a simple question: should I install CUDA if I have an ATI graphic card? It is an optional dependency of a library I'm going to compile. Thanks!
1
vote
1answer
72 views

What is the actual number of vertex uniform components for GLSL shader on ATI graphics card?

I'm writing a GLSL vertex shader for an iMac with a AMD Radeon HD 6970M 2048 MB graphics card: GL_MAX_VERTEX_ATTRIBS: 16 GL_MAX_VERTEX_UNIFORM_COMPONENTS: 4096 GL_VERSION: 2.1 ATI-7.12.9 ...
1
vote
3answers
80 views

Displaced controls in windows forms .net framework

I have a strange problem. I have designed a windows form application in c# and .net framework 3.5. In the runtime, the form and its controls are fine in all the computers except my laptop, where the ...
1
vote
1answer
122 views

Memory Leaks and Errors related to OpenGL, SDL, and Graphics Drivers

System & Library Specications: Operating System - Ubuntu 11.10 Graphics Card - ATI Mobility Radeon HD 5430 Graphics Driver Version - fglrx-updates/fglrx-updates-dev (2:8.881-0ubuntu6.1) SDL ...
1
vote
1answer
252 views

glVertexAttribPointer on built-in vertex attributes like gl_Vertex, gl_Normal

I have to send vertex attributes using glVertexAttribPointer to shaders expecting them as built-in (gl_Vertex, gl_Color, etc.). The glVertexAttribPointer function needs to specify the index (or ...
1
vote
2answers
216 views

OpenCL for MAC using ATI card

Hello all I would like to know whether openCL can be installed on a MAC running OSX with an ATI Raedon HD card. Also if it can Im not able to find any links where I can download the ATI Stream drivers ...
1
vote
2answers
705 views

Does OS X Lion provide OpenCL image support for Radeon 5770?

On OS X Snow Leopard (10.6.8), OpenCL image support is not available on my Mac Pro with Radeon 5770 graphics card. Indeed this is believed to be common to all AMD/ATI Radeon cards under Snow Leopard ...
1
vote
1answer
205 views

When using textures in a JOGL application, ati graphics cards all eventually crash

I have an application written in Java with JOGL that works fine on nvidia cards, but when I run it on an ati card, it works perfect until I add textures on 1 or more faces. Eventually, the java vm ...
1
vote
3answers
917 views

OpenCL doesn't find ATI card

I have a notebook with ATI Mobility Radeon HD 5650, and want to use the card for computing =) After installing AMD APP SDK v.2 (installation was OK) I tried to run code samples, provided with AMD. But ...
1
vote
1answer
81 views

Is it possible for Radeon cards to read data from DisplayPort (using OpenCL)?

Radeon is about to release videocards with DisplayPort. What I need to do is instead of using host memory (RAM) I want to read data passing from Pegasus R6 (direct-attach RAID device) straight to ...
1
vote
1answer
311 views

ATI OpenCL printf extension issue with char* argument passed to a function

I use OpenCL on an ATI card with the printf extension enabled. I've written a function to print out variables: void printVar(constant char* name, float var) { printf("%s: %f\r\n", name, var); } ...
1
vote
1answer
269 views

GLSL loop array indexing not working on ATI?

I have a simple loop in GLSL to compute a bezier curve, and it works flawlessly on NVidia hardware. However, it crashes on ATI cards, even though I am using version 1.20, which, IIRC, introduced non ...
1
vote
1answer
118 views

More memory in Nvidia GPUs?

is there a parameter that can be passed to the Nvidia OpenCL/OpenGL implementation to increase the amount of available memory? (Like GPU_MAX_HEAP_SIZE from Ati Stream) Currently i can use about 512mb ...
1
vote
3answers
498 views

GPGPU, OpenCL, CUDA, ATI Stream

Please tell me what technologies GPGPU exist already and which hardwares vendor's implement GPGPU? I've been reading articles on various sites from morning and I've become confused.
0
votes
0answers
24 views

What language and compiler to write ATI GPU code for?

I know Nvidia has CUDA, but what does ATI have? I dont want to use OpenCL because I want to keep as low level to the hardware as possible. Is it brook, or stream? The documentation available is ...
0
votes
1answer
50 views

OpenCL and Mobility Radeon x2300

I have a Samsung r60+ laptop with an AMD Mobility Radeon x2300. Can I use it for OpenCL development? I have installed the latest AMD SDK, but I only see the CPU compute device. I am using Linux, but ...
0
votes
0answers
25 views

Mobile positioning with MAP ATI

Was wondering if there is any material of positioning using SMS , with MAP ATI , I'm trying to create LBS application, one user send an SMS for a specific shortcode , I'm supposed to get the location ...
0
votes
0answers
21 views

Graphic card - native float processing

I work a lot in Adobe After Effects, but when i try to work in 32bpc environment I get ugly glitches across the screen and the render doesn't look good. I have to pre-render a lot and that is not very ...
0
votes
1answer
105 views

Problem Driving Two ATI Graphics Cards

I want to drive two ATI FirePro V4800 graphics cards in parallel (none of that Crossfire). The aticonfig --list-adapters gives * 0. 06:00.0 ATI FirePro (FireGL) Graphics Adapter 1. 05:00.0 ATI ...
0
votes
2answers
141 views

error: identifier “float3” is undefined; When running oclNbody demo on ATI card

I'm trying to run NVidia's OpenCL demo oclNbody.exe on ATI Radeo 4850 card and receive such errors: Build Log: C:\DOCUME~1\DIMEDR~1\LOCALS~1\Temp\OCL27C.tmp.cl(33): error: identifier ...
0
votes
0answers
442 views

New MacBook Pro (Early 2011, 15) for GPGPU-Development. What do you think about it? [closed]

I would like to start a discussion about the suitability of a new MBP for the GPU-development. As already known Apple has new graphic cards from ATI instead from NVidia (but i don't like to compare ...
0
votes
2answers
105 views

Render to textue array with ATI hardware

I have an OpenGL implementation that supposedly should make it possible to render to a texture array. This by selecting different layers in the geometry shader. Though, the problem is that this does ...
0
votes
0answers
64 views

voreen shows a dialog box that i do not have the shader model 3.0 [closed]

DirectX Version: DirectX 11 Card name: ATI Radeon HD 4200 Driver Name: atiumd64.dll,atidxx64.dll,atiumdag,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll Driver File Version: ...
0
votes
1answer
583 views

Slow draw on some apps and dynamic clocks not working properly with ATI/AMD proprietary drivers

Ehllo Tehre! I've recently purchased a new computer (around July 2010) and I've been having some problems with proprietary video drivers on linux. The hardware is: Video: ATI/AMD Radeon HD 5870 ...
0
votes
1answer
157 views

OpenGL 3 and the Radeon HD 4850x2

A while ago, I picked up a copy of the OpenGL SuperBible fifth edition and slowly and painfully started teaching myself OpenGL the 3.3 way, after having been used to the 1.0 way from school way back ...
0
votes
0answers
159 views

How to patch xorg-server (about compositing problem of ATI)?

I'm sorry, the official driver of ATI is just woking!!! Here is a solution: http://blog.jasondonenfeld.com/190 I tried to make install xorg-server, but it seems not working. (Download ...
0
votes
1answer
444 views

How to query the video ram size of a ATI card on Linux?

I want to know the physical video ram size in my application. I can get the same information of Nvidia card by using "nvidia-settings -q -t VideoRam". I can use amdcccle to find this information, ...
0
votes
1answer
3k views

How to get FGLRX on Fedora while Livna migrates to RPMFusion? [closed]

So it appears that Livna isn't releasing any drivers for 2.6.26+.* while they become part of RPMFusion, which is now an issue as I can't seem to get previous versions of the kernel after Fedora ...
-1
votes
1answer
211 views

Recommendation for OpenCL GPGPU [closed]

I first got into GPGPU with my (now aging) NVIDIA 9800GT 512MB via CUDA. It seems these days my GPU just doesn't cut it. I'm specifically interested in OpenCL, as opposed to CUDA or StreamSDK, ...