Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / core / switch / header / tools_GPU / IntervalF.h
diff --git a/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/tools_GPU/IntervalF.h b/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/tools_GPU/IntervalF.h
new file mode 100755 (executable)
index 0000000..f126bb7
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef INTERVALF_PRIORITE_CUDA_H_\r
+#define INTERVALF_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 "IntervalF_GPU.h"\r
+#include "prioriteGPU.h"\r
+\r
+#else // pour compilation avec cuda\r
+\r
+#include "IntervalF_CPU.h"\r
+#include "prioriteCPU.h"\r
+\r
+#endif\r
+\r
+\r
+#endif \r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    End                                             *|\r
+ \*---------------------------------------------------------------------*/\r
+\r