P4 to Git Change 1333167 by lmoriche@lmoriche_opencl_dev on 2016/10/28 02:41:50

SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
	- Remove cl_khr_depth_images from the extension list for CL2.0 since it is already defined in opencl-c.h

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#12 edit
This commit is contained in:
foreman
2016-10-28 02:55:43 -04:00
parent e59cdca320
commit 47ec8d3e89
3 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ private:
protected:
//! Returns all the options to be appended while passing to the
//compiler library
std::string hsailOptions();
std::string hsailOptions(amd::option::Options* options);
//! Allocate kernel table
bool allocKernelTable();