Skip to content

Commit

Permalink
Use new OpenCL header convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
definelicht committed Mar 26, 2024
1 parent b250c67 commit e8388b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hlslib/xilinx/OpenCL.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define CL_HPP_TARGET_OPENCL_VERSION 120
#define CL_HPP_MINIMUM_OPENCL_VERSION 120
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#include <CL/cl2.hpp>
#include <CL/opencl.hpp>

namespace hlslib {

Expand Down

0 comments on commit e8388b9

Please sign in to comment.