Solved
Forum Discussion
okramer
Occasional Contributor
6 years agoIt looks like I have to do
#define CL_TARGET_OPENCL_VERSION 200
#include <CL/opencl.h>
in my host code, per Appendix 3 in the OpenCL programmers guide. It now compiles.
It looks like I have to do
#define CL_TARGET_OPENCL_VERSION 200
#include <CL/opencl.h>
in my host code, per Appendix 3 in the OpenCL programmers guide. It now compiles.
It looks like I have to do
#define CL_TARGET_OPENCL_VERSION 200
#include <CL/opencl.h>
in my host code, per Appendix 3 in the OpenCL programmers guide. It now compiles.