On 19/02/2022 20.13, Sascha Steinbiss wrote:
    79 | #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.
       |  ^~~~~

Currently thrust and cub are out of sync. I got somewhat distracted ... trying to add some autopkg tests. But this bug points out that thrust should have a tighter dependency on cub (not only >= upstreamversion , but also << upstreamversion+1).

If you want to blame anything, it's thrust.

Andreas, trying to fix this soon

Reply via email to