Add OpenCL Makefile

This commit is contained in:
Tom Deakin 2017-02-23 14:58:24 +00:00
parent c320014d28
commit c904719f2b

4
OpenCL.make Normal file
View File

@ -0,0 +1,4 @@
ocl-stream: main.cpp OCLStream.cpp
$(CXX) -O3 -std=c++11 -DOCL $^ -lOpenCL -o $@