X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FBilatTools_Cuda_smart_switch%2Fsrc%2Fcore%2Fswitch%2Fheader%2Ftools_GPU%2FCalibreurF.h;fp=WCudaMSE%2FBilatTools_Cuda_smart_switch%2Fsrc%2Fcore%2Fswitch%2Fheader%2Ftools_GPU%2FCalibreurF.h;h=56aba6d392b6083f81b53f19c4c2e2cd30607288;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git 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 index 0000000..56aba6d --- /dev/null +++ b/WCudaMSE/BilatTools_Cuda_smart_switch/src/core/switch/header/tools_GPU/CalibreurF.h @@ -0,0 +1,32 @@ +#ifndef CALIBREURF_PRIORITE_CUDA_H_ +#define CALIBREURF_PRIORITE_CUDA_H_ + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + + +#ifndef CBI_NO_CUDA // pour compilation avec cuda + +#include "CalibreurF_GPU.h" +#include "prioriteGPU.h" + +#else // pour compilation avec cuda + +#include "CalibreurF_CPU.h" +#include "prioriteCPU.h" + +#endif + + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ + +