source: CIVL/examples/translation/cuda/simple.cu@ 0e052af2

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 0e052af2 was 93dcd4c, checked in by Andre Marianiello <andre.marianiello@…>, 12 years ago

Figuring what to do with certain files

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1432 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 107 bytes
Line 
1#include <stdio.h>
2
3__global void simple() {
4}
5
6int main ( void ) {
7 simple<<<1, 1, 0>>>();
8 return 0;
9}
10
11
Note: See TracBrowser for help on using the repository browser.