Skip to content

Commit 7da911b

Browse files
committed
Added build program options parameter
1 parent 69a24ce commit 7da911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clenabled/GRCLBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class CLENABLED_API GRCLBase {
9191
std::vector<std::string> deviceNames;
9292
std::vector<std::string> deviceTypes;
9393

94-
bool CompileKernel(const char* kernelCode, const char* kernelFunctionName, bool exitOnFail=true);
94+
bool CompileKernel(const char* kernelCode, const char* kernelFunctionName, bool exitOnFail=true,const char *options=NULL);
9595

9696
virtual void InitOpenCL(int idataType, size_t dsize,int openCLPlatformType, int devSelector,int platformId, int devId, bool setDebug=false,bool outOfOrderQueue=false);
9797

0 commit comments

Comments
 (0)