Skip to content

Commit

Permalink
do not explicitly include cl_ext.h (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug authored Feb 22, 2023
1 parent 2245218 commit 154810f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/CL/opencl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,6 @@
#error Visual studio 2013 or another C++11-supporting compiler required
#endif

//
#if defined(CL_HPP_USE_CL_DEVICE_FISSION) || defined(CL_HPP_USE_CL_SUB_GROUPS_KHR)
#include <CL/cl_ext.h>
#endif

#if defined(__APPLE__) || defined(__MACOSX)
#include <OpenCL/opencl.h>
#else
Expand Down

0 comments on commit 154810f

Please sign in to comment.