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