This commit is contained in:
parent
c0e4067639
commit
19b059a88c
11 changed files with 286 additions and 1 deletions
8
tests/Cuda/inner/main.cpp
Normal file
8
tests/Cuda/inner/main.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import std;
|
||||
|
||||
extern "C" int kernel_compute();
|
||||
|
||||
int main() {
|
||||
std::println("answer={}", kernel_compute());
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue