Use first platform and actually copy A and B to device, actually fixing this

This commit is contained in:
Darren VanBuren 2019-02-11 13:53:25 -08:00
parent 7e58dc842b
commit 6ef61b6de1
2 changed files with 7 additions and 5 deletions

View file

@ -1,2 +1,2 @@
hello: main.cpp
g++ -o hello -lOpenCL main.cpp
g++ -o hello main.cpp -lOpenCL