AMD/ATI OpenCL best practices?
Hello,
I'm wondering if anyone can point me to good resources on best practices for OpenCL when targeting ATI GPUs.
Nvidia provides a very nice best practices guide when targeting their hardware:
http://www.nvidia.com/content/cudazone/C...sGuide.pdf
However I know that there are some differences when targeting ATI ... the warp/wavefront size is different, I think, and I've also heard that you gain performance by using vector types, which is not the case when programming on NVidia.
Anybody have some good resources?
thanks,
- Holmes
I'm wondering if anyone can point me to good resources on best practices for OpenCL when targeting ATI GPUs.
Nvidia provides a very nice best practices guide when targeting their hardware:
http://www.nvidia.com/content/cudazone/C...sGuide.pdf
However I know that there are some differences when targeting ATI ... the warp/wavefront size is different, I think, and I've also heard that you gain performance by using vector types, which is not the case when programming on NVidia.
Anybody have some good resources?
thanks,
- Holmes
You're not dead after all!!I wish I had some tips for you, but I don't. I only ever figured out how to use it and write some things with it, but never got to trying to tune for specific vendors.
The OpenCL devforum is probably your best bet for answers.
FreakSoftware Wrote:You're not dead after all!!
I'm in grad school right now, which I guess means I've just joined the ranks of the un-dead.
FreakSoftware Wrote:I wish I had some tips for you, but I don't. I only ever figured out how to use it and write some things with it, but never got to trying to tune for specific vendors.
I had to program in CUDA a lot for a course in parallel programming, which is where I learned to target NVidia hardware. The best practices for OpenCL on Nvidia was essentially written as a copy paste job from the guide for CUDA. So I actually know way more about targeting Nvidia hardware than I would care to now ...
Hehe. Well hopefully OpenCL implementations can do the majority of any tuning for us.
To answer my own question over a year later, AMD now does have an OpenCL programming guide which includes everything you need to optimize for their architecture. Since AMD abandoned its own standard in favor of OpenCL it may be destined to become the most significant OpenCL supporter in industry. My how things change ...
AMD Stream Computing OpenCL
AMD Stream Computing OpenCL
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| OpenCL deferred lighting demo | Holmes | 9 | 9,644 |
Feb 22, 2011 07:53 PM Last Post: Holmes |
|
| Snow Leopard and OpenCL | TythosEternal | 4 | 3,747 |
Jun 12, 2009 08:05 AM Last Post: AnotherJake |
|

