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 | |
| Rev | Line | |
|---|---|---|
| [36b5ada] | 1 | CIVL=civl |
| [5f0a06f] | 2 | VERIFY=$(CIVL) verify |
| [36b5ada] | 3 | |
| [5f0a06f] | 4 | all: dot sum |
| 5 | ||
| 6 | dot: dot.cvl | |
| [7e8e35c] | 7 | $(VERIFY) -inputN_BOUND=8 -inputTHREADS_PER_BLOCK=4 dot.cvl |
| [5f0a06f] | 8 | |
| 9 | sum: sum.cvl | |
| 10 | $(VERIFY) sum.cvl |
Note:
See TracBrowser
for help on using the repository browser.
