summaryrefslogtreecommitdiffhomepage
path: root/example/example_06_nectar_cuda/example.nc
blob: 4f2e430b8b4c536e33f039ba659c97b1173aa6c8 (plain)
1
2
3
4
5
6
7
8
9
10
import cudaMalloc;

const main()
{
    let ptr := 0;
    let sz := 8;
    cudaMalloc(ptr, sz);
}