|
@@ -2,7 +2,7 @@
|
|
*
|
|
*
|
|
* Copyright (C) 2011-2012 Inria
|
|
* Copyright (C) 2011-2012 Inria
|
|
* Copyright (C) 2012-2013,2016-2017 CNRS
|
|
* Copyright (C) 2012-2013,2016-2017 CNRS
|
|
- * Copyright (C) 2010-2011,2013-2014 Université de Bordeaux
|
|
|
|
|
|
+ * Copyright (C) 2010-2011,2013-2014,2018 Université de Bordeaux
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -21,6 +21,7 @@
|
|
/* #define _externC extern "C" */
|
|
/* #define _externC extern "C" */
|
|
|
|
|
|
#include <stencil.h>
|
|
#include <stencil.h>
|
|
|
|
+#define CL_TARGET_OPENCL_VERSION 100
|
|
#ifdef __APPLE__
|
|
#ifdef __APPLE__
|
|
#include <OpenCL/cl.h>
|
|
#include <OpenCL/cl.h>
|
|
#else
|
|
#else
|