Libs to use graphic cards for calculation

Started by
1 comment, last by heh65532 13 years ago
Hello

I have question regarding SDKs to utilize GPUs if anyone is has used that technology yet:

Is there any good libraries to utilize Graphics card to do some calculations with both Nvidia and ATI cards? I tried ATI's OpenCL implementation with my HD 4850 and was wondering is it possible get same code working with Nvidia cards?

thx.
Advertisement
In fact your OpenCL code should also work on NVidia directly. If there are some issues it is due to differences in OpenCL implementation on NVidia and AMD. I've been mostly working with AMD gpus (even with some OpenCL) and I didn't have any difficulties running applications on NVidia gpus.

Although you need to test it and if it won't work, it should be just some little issues (this is a bit similar to little issues in GLSL under AMD and under NVidia).

My current blog on programming, linux and stuff - http://gameprogrammerdiary.blogspot.com

thx so i only need One sdk to write code that works with both vendors cards

This topic is closed to new replies.

Advertisement