make it compile with cmake.
This commit is contained in:
11
include/opencl_helper.hpp
Normal file
11
include/opencl_helper.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef OPENCL_HELPER_H_
|
||||
#define OPENCL_HELPER_H_
|
||||
|
||||
#include <CL/opencl.hpp>
|
||||
|
||||
namespace OpenCL{
|
||||
cl::Device select_devices();
|
||||
}
|
||||
|
||||
|
||||
#endif // OPENCL_HELPER_H_
|
||||
Reference in New Issue
Block a user