Move tuningdb specific functions into their own source file

This commit is contained in:
jsteube
2016-09-06 19:44:27 +02:00
parent b8e47c2ba2
commit 3ed4bfd237
18 changed files with 747 additions and 685 deletions

View File

@@ -6,8 +6,11 @@
*/
#include "common.h"
#include "logging.h"
#include "types_int.h"
#include "types.h"
#include "memory.h"
#include "logging.h"
#include "timer.h"
#include "dynloader.h"
#include "ext_OpenCL.h"