|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2010-2011 Université de Bordeaux 1
|
|
|
* Copyright (C) 2010 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -29,6 +29,10 @@
|
|
|
extern "C" {
|
|
|
#endif
|
|
|
|
|
|
+#ifdef _MSC_VER
|
|
|
+#define __func__ __FUNCTION__
|
|
|
+#endif
|
|
|
+
|
|
|
#if defined(__CUDACC__) && defined(STARPU_HAVE_WINDOWS)
|
|
|
#define STARPU_CUBLAS_OOPS() do { \
|
|
|
printf("oops %s \n", errormsg); \
|