Skip to content

Commit

Permalink
Added NOP implementation for clGetExtensionFunctionAddressForPlatform.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice committed Oct 17, 2013
1 parent 6956c73 commit cd94aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/oclgrind/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,6 @@ CL_API_ENTRY void * CL_API_CALL
clGetExtensionFunctionAddressForPlatform(cl_platform_id platform ,
const char * func_name) CL_API_SUFFIX__VERSION_1_2
{
cerr << endl << "OCLGRIND: Unimplemented OpenCL API call " << __func__ << endl;
return NULL;
}

Expand Down

0 comments on commit cd94aab

Please sign in to comment.