This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Description
Hello,
Where can I get some support related to LPGPU2-CodeXL?. Still, I will ask here.
Currently, my main question is how this "agnostic OpenCL profiling" is done, because it does not work in my case. When the program starts it says "CodeXL GPU Profiler: AMD GPU was not detected. Local GPU Profiling will be disabled. CodeXL CPU Profiler: AMD CPU was not detected. Only time-based profiling will be enabled. CodeXL Static Analyzer: AMD Radeon Software was not detected. Static Analysis will be disabled.", but also when trying to do some GPU profiling it emits errors.
Should I do something special? It even doesn't recognize my OpenCL devices in settings. And they work with clinfo/my own binaries, both the CPU and GPU (intel in both cases).
If it is something that should be done, I will appreciate some files/steps that will be needed to be modified to make it work. And I will try to work on it. So far I only saw this m_installedAMDComponentsBitmask & AF_AMD_GPU_COMPONENT, inside the afGlobalVariablesManager::FindInstalledAMDComponents.
Thanks.