source:
CIVL/examples/cuda/Makefile@
83af34d
| Last change on this file since 83af34d was e3151da, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 156 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | all: dot sum |
| 5 | |
| 6 | dot: dot.cvl |
| 7 | $(VERIFY) -inputN_BOUND=8 -inputTHREADS_PER_BLOCK=4 dot.cvl |
| 8 | |
| 9 | sum: sum.cvl |
| 10 | $(VERIFY) sum.cvl |
Note:
See TracBrowser
for help on using the repository browser.
