summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-10 19:25:58 +0200
committerTor Lillqvist <tml@collabora.com>2015-02-10 20:29:42 +0200
commit770c92b048df2259df1b7ce2a47f9903fc8be387 (patch)
tree4bdb71dfdb580cd84b18c67abff809608c1a5abf /opencl
parente30e5ac95909d4c8aefeff8263a0ec09f3c82440 (diff)
Add SAL_INFOs for tracing kernel and program life cycle
Change-Id: Icb28114d3939063dedaedbd0ce370210b3721fc5
Diffstat (limited to 'opencl')
-rw-r--r--opencl/source/openclwrapper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx
index 658e2756158e..5f0b9916f471 100644
--- a/opencl/source/openclwrapper.cxx
+++ b/opencl/source/openclwrapper.cxx
@@ -442,6 +442,7 @@ bool buildProgramFromBinary(const char* buildOption, GPUEnv* gpuInfo, const char
// something went wrong, fall back to compiling from source
return false;
}
+ SAL_INFO("opencl", "Created program " << gpuInfo->mpArryPrograms[idx] << " from binary");
for(size_t i = 0; i < numDevices; ++i)
{
delete[] pBinary[i];