Michael
Michael

Reputation: 848

How to Step-by-Step Debug OpenCL GPU Applications under Windows with a NVidia GPU

I would like to know wether you know of any way to step-by-step debug OpenCL Kernel using Windows (my IDE is Visual Studio) and running OpenCL Kernels on a NVidia GPU.

What i found so far is:

Is there really a gap for this configuration (Windows + NVidia GPU + OpenCL)?

Upvotes: 7

Views: 2855

Answers (1)

user2746401
user2746401

Reputation: 3436

There is currently no method of debugging into OpenCL kernels on nVidia hardware.

nSight will only debug CUDA kernels. It will profile ("trace") CUDA and OpenCL kernels. I have heard rumour that nVidia have an internal version of nSight that will debug OpenCL kernels but it has not been (and imho will is unlikely to be) released due to commercial reasons, i.e. pushing CUDA as the compute platform of choice.

gDEBugger no longer exists. It was bought a few years ago and became CodeXL. AMD will not support other vendors' hardware for obvious reasons.

Upvotes: 3

Related Questions