12 lines
157 B
C++
12 lines
157 B
C++
#ifndef OPENCL_HELPER_H_
|
|
#define OPENCL_HELPER_H_
|
|
|
|
#include <CL/opencl.hpp>
|
|
|
|
namespace OpenCL{
|
|
cl::Device select_devices();
|
|
}
|
|
|
|
|
|
#endif // OPENCL_HELPER_H_
|