0

I'm trying to use CodeXL 2.5 Under Ubuntu 16.04 with amdgpupro driver.

While opencl add (aka Hellow World) is running from command line in CodeXL its simply crashing at clCreateContext

Do you have any idea how to get GPU Profiling(Performance counters working)? Any alternative to CodeXL?

Boris Ivanov
  • 4,145
  • 1
  • 32
  • 40

1 Answers1

0

Okey

Let me answer as I found solution. CodeXL is a mess currently and not working for GPU profiling for me under Ubuntu, Win7 64, Win10 64.

To make it work I end up running rcprof command line tool. It is working and generating session files which you can later import in CodeXL by creating empty project and - 'Import Session'. This way you can get GPU performance counters and API Traces.

Boris Ivanov
  • 4,145
  • 1
  • 32
  • 40