Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
6cbe3302
Commit
6cbe3302
authored
Feb 12, 2019
by
Leonardo Solis
Browse files
commented out binary-related code in wrapcl
because binaries are not used in this program
parent
25313846
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrapcl/src/Programs.cpp
View file @
6cbe3302
...
...
@@ -146,7 +146,9 @@ int getProgramInfo(cl_program program){
// ----------------------------------------------------------------------------
// Query Size of each program's binary buffer (i.e. for each device)
// Commented out as binaries are not used in this program
// https://www.khronos.org/registry/OpenCL/sdk/1.0/docs/man/xhtml/clGetProgramInfo.html
/*
err = clGetProgramInfo(program,CL_PROGRAM_BINARY_SIZES,0,NULL,&sizeParam);
if (err != CL_SUCCESS){
printf("Error: clGetProgramInfo() %d\n",err);
...
...
@@ -168,7 +170,7 @@ int getProgramInfo(cl_program program){
}
free(program_bin_size);
*/
// ----------------------------------------------------------------------------
/*
// REQUIRES REVISION
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment