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
916b8c58
Commit
916b8c58
authored
May 14, 2018
by
lvs
Browse files
added #define to remove warn in compilation for cmdqueue
parent
ec44d6c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
wrapcl/inc/commonMacros.h
View file @
916b8c58
...
...
@@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//#include <malloc.h>
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#include
<stdio.h>
#include
<stdlib.h>
#include
<CL/opencl.h>
...
...
wrapcl/src/CommandQueues.cpp
View file @
916b8c58
...
...
@@ -22,8 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
#include
"CommandQueues.h"
int
createCommandQueue
(
cl_context
context
,
...
...
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