16extern "C" int arcaneTestCuda1();
17extern "C" int arcaneTestCuda2();
18extern "C" int arcaneTestCuda3();
19extern "C" int arcaneTestCuda4();
20extern "C" int arcaneTestCudaNumArray();
21extern "C" int arcaneTestCudaReduction();
22extern "C" void arcaneTestCooperativeLaunch();
24extern "C" ARCANE_EXPORT
int func0()
27 arcaneTestCudaNumArray();
28 arcaneTestCudaReduction();
30 arcaneTestCooperativeLaunch();
Arcane configuration file.