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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user