fixed some warnings in polybench

This commit is contained in:
Marcel Lütke Dreimann
2022-08-26 17:13:47 +02:00
parent 72ebba31fd
commit 4fbc4d04d2
10 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
#include <sys/time.h>
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -14,6 +14,7 @@
#include <sys/time.h>
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -14,6 +14,7 @@
#include <sys/time.h>
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -15,7 +15,7 @@
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -15,6 +15,7 @@
#include <sys/time.h>
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -14,6 +14,7 @@
#include <sys/time.h>
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -14,6 +14,7 @@
#include <sys/time.h>
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -13,6 +13,7 @@
#include <time.h>
#include <sys/time.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -24,6 +24,7 @@
//define the error threshold for the results "not matching"
#define PERCENT_DIFF_ERROR_THRESHOLD 0.05
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else

View File

@@ -14,6 +14,7 @@
#include <sys/time.h>
#include <math.h>
#define CL_TARGET_OPENCL_VERSION 100
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else