Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / core / switch / header / tools_GPU / CalibreurF.h
diff --git a/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/tools_GPU/CalibreurF.h b/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/tools_GPU/CalibreurF.h
new file mode 100755 (executable)
index 0000000..56aba6d
--- /dev/null
@@ -0,0 +1,32 @@
+#ifndef CALIBREURF_PRIORITE_CUDA_H_\r
+#define CALIBREURF_PRIORITE_CUDA_H_\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    Declaration                                     *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+/*--------------------------------------*\\r
+ |*            Public                  *|\r
+ \*-------------------------------------*/\r
+\r
+\r
+#ifndef CBI_NO_CUDA     // pour compilation avec cuda\r
+\r
+#include "CalibreurF_GPU.h"\r
+#include "prioriteGPU.h"\r
+\r
+#else // pour compilation avec cuda\r
+\r
+#include "CalibreurF_CPU.h"\r
+#include "prioriteCPU.h"\r
+\r
+#endif\r
+\r
+\r
+#endif\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    End                                             *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+\r