AMD CodeAnalyst for Windows now Supports OpenCL

AMD CodeAnalyst for Windows® | AMD Developer Central. AMD CodeAnalyst Performance Analyzer for Windows is a suite of powerful tools that help developers optimize software performance. CodeAnalyst uses profiling to identify and analyze performance hotspots within an application, library, driver or kernel module. CodeAnalyst profiles both managed and native code. CodeAnalyst collects system-wide profile data … Read more

GPU Tools | AMD Developer Central

GPU Tools | AMD Developer Central. AMD has an excellent  collection of tools for OpenCL and Shader development in the GPU Tools area. Included are PerfStudio, a performance analysis and debugging tool, and ShaderAnalizer for analysing the performance of individual shaders. Currently they only work with Compatibility Profile, hope an update will cover the more … Read more

AMD – Pipeline Kit

The PipelineKit is an open source project originated at AMD to develop a visual and high level programming environment for OpenCL and DirectCompute applications running on GPUs, APUs and multi-core CPUs. A textual pipeline description language describes buffers, kernels, uniforms, invariants, and control graphs with stages that together comprise a computational pipeline. A pipeline generator … Read more

gDEBugger

gDEBugger – OpenGL and OpenCL Debugger, Profiler and Memory Analyzer. A must have tool. It profiles your code using OpenGL with GLSL, showing the number of function calls, your data on the graphics hardware, shaders, uniforms, vertex data, … you name it. You can establish breakpoints at OpenGL functions and run it function by function, … Read more

OpenCL Studio

OpenCL Studio is a tool that integrates OpenCL and OpenGL in a single development environment. There is a free version that is limited only in the number of items in your project tree. The app has a few demo projects, and there are video tutorials on the site.