Add OpenCL Makefile
This commit is contained in:
parent
c320014d28
commit
c904719f2b
4
OpenCL.make
Normal file
4
OpenCL.make
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
ocl-stream: main.cpp OCLStream.cpp
|
||||
$(CXX) -O3 -std=c++11 -DOCL $^ -lOpenCL -o $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user