summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/StaticRuntimePlusToolkit/shared.cpp
blob: 9967b66c0ab4fc88f557d1b1303a9b7a0e9b0e01 (plain)
1
2
3
4
5
6
7
8

int curand_main();
int nppif_main();

int shared_version()
{
  return curand_main() == 0 && nppif_main() == 0;
}