source:
CIVL/examples/translation/cuda/simple.cu@
0e052af2
| Last change on this file since 0e052af2 was 93dcd4c, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 107 bytes | |
| Rev | Line | |
|---|---|---|
| [93dcd4c] | 1 | #include <stdio.h> |
| 2 | ||
| 3 | __global void simple() { | |
| 4 | } | |
| 5 | ||
| 6 | int main ( void ) { | |
| 7 | simple<<<1, 1, 0>>>(); | |
| 8 | return 0; | |
| 9 | } | |
| 10 | ||
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
