Skip to content
Snippets Groups Projects
Commit b8ab17b8 authored by Moises Fernandez's avatar Moises Fernandez
Browse files

Initialise a GPU before starting

parent f0839453
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ int main(int argc, char *argv[]){ ...@@ -30,6 +30,8 @@ int main(int argc, char *argv[]){
double time; double time;
gettimeofday(&t1,NULL); gettimeofday(&t1,NULL);
init_gpu();
// Setup logging: // Setup logging:
Log& logger = LogSingleton::getInstance(); Log& logger = LogSingleton::getInstance();
xfibresOptions& opts = xfibresOptions::getInstance(); xfibresOptions& opts = xfibresOptions::getInstance();
......
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