We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cac4a7e + 3dbf392 commit 9de87d9Copy full SHA for 9de87d9
modules/core/src/ocl.cpp
@@ -3660,9 +3660,9 @@ struct Program::Impl
3660
CV_Assert(src_);
3661
CV_Assert(src_->kind_ == ProgramSource::Impl::PROGRAM_SOURCE_CODE);
3662
CV_Assert(handle == NULL);
3663
- CV_INSTRUMENT_REGION_OPENCL_COMPILE(cv::format("Build OpenCL program: %s/%s %" PRIx64 " options: %s",
+ CV_INSTRUMENT_REGION_OPENCL_COMPILE(cv::format("Build OpenCL program: %s/%s %s options: %s",
3664
sourceModule_.c_str(), sourceName_.c_str(),
3665
- src.hash(), buildflags.c_str()).c_str());
+ src_->sourceHash_.c_str(), buildflags.c_str()).c_str());
3666
3667
CV_LOG_VERBOSE(NULL, 0, "Compile... " << sourceModule_.c_str() << "/" << sourceName_.c_str());
3668
0 commit comments