Skip to content
Snippets Groups Projects
Commit f9543e63 authored by yaskovet's avatar yaskovet
Browse files

Disable moderngpu [bug on A40]

parent 2ff916dd
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
#else #else
// Here we have old CUDA // Here we have old CUDA
#include "cub_old/cub.cuh" #include "cub_old/cub.cuh"
#include "util/cuda/moderngpu/kernel_reduce.hxx" //#include "util/cuda/moderngpu/kernel_reduce.hxx"
#define REDUCE_WITH_CUB
#endif #endif
#include "util/cuda/ofp_context.hxx" #include "util/cuda/ofp_context.hxx"
...@@ -98,4 +99,4 @@ namespace openfpm ...@@ -98,4 +99,4 @@ namespace openfpm
#endif #endif
#endif /* REDUCE_OFP_HPP_ */ #endif /* REDUCE_OFP_HPP_ */
\ No newline at end of file
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
#else #else
// Here we have old CUDA // Here we have old CUDA
#include "cub_old/cub.cuh" #include "cub_old/cub.cuh"
#include "util/cuda/moderngpu/kernel_scan.hxx" //#include "util/cuda/moderngpu/kernel_scan.hxx"
#define SCAN_WITH_CUB
#endif #endif
#include "util/cuda/ofp_context.hxx" #include "util/cuda/ofp_context.hxx"
......
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
#else #else
// Here we have old CUDA // Here we have old CUDA
#include "cub_old/cub.cuh" #include "cub_old/cub.cuh"
#include "util/cuda/moderngpu/kernel_mergesort.hxx" //#include "util/cuda/moderngpu/kernel_mergesort.hxx"
#define SORT_WITH_CUB
#endif #endif
#include "util/cuda/ofp_context.hxx" #include "util/cuda/ofp_context.hxx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment