Add Collatz Conjecture tester
This commit is contained in:
parent
f64882f5c3
commit
f544a08146
3 changed files with 127 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -1,2 +1,7 @@
|
|||
.PHONY: hello collatz
|
||||
|
||||
collatz: collatz.cpp
|
||||
clang++ -o collatz collatz.cpp -lOpenCL
|
||||
|
||||
hello: main.cpp
|
||||
g++ -o hello main.cpp -lOpenCL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue