Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Explain in the Thrust/CUB version mismatch diagnostic that CUB is now…
Browse files Browse the repository at this point in the history
… a part of

the CUDA toolkit.
  • Loading branch information
brycelelbach committed Apr 24, 2020
1 parent b0012f7 commit cc292c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/system/cuda/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
#include <thrust/version.h>
#include <cub/util_namespace.cuh> // This includes <cub/version.cuh> in newer releases.
#if THRUST_VERSION != CUB_VERSION
#error The version of CUB in your include path is not compatible with this release of Thrust. Define THRUST_IGNORE_CUB_VERSION_CHECK to ignore this.
#error The version of CUB in your include path is not compatible with this release of Thrust. CUB is now included in the CUDA Toolkit, so you no longer need to use your own checkout of CUB. Define THRUST_IGNORE_CUB_VERSION_CHECK to ignore this.
#endif
#endif

0 comments on commit cc292c3

Please sign in to comment.