Skip to content
Snippets Groups Projects
Commit 9650f695 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing examples for no cuda

parent df8dfc88
No related branches found
No related tags found
No related merge requests found
Pipeline #3993 passed
#ifdef __NVCC__
/**
* BUDE CUDA kernel file
**/
......@@ -670,4 +672,11 @@ int main(int argc, char *argv[])
free(resultsRef);
}
#else
int main(int argc, char *argv[])
{
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment