source:
CIVL/examples/cuda/simple.cu@
ed451d9
| Last change on this file since ed451d9 was e3151da, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 89 bytes | |
| Line | |
|---|---|
| 1 | __global__ void simple() { |
| 2 | } |
| 3 | |
| 4 | int main ( void ) { |
| 5 | simple<<<1, 1, 0>>>(); |
| 6 | return 0; |
| 7 | } |
| 8 | |
| 9 |
Note:
See TracBrowser
for help on using the repository browser.
