You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
This breaks builds on some toolchains.
Users should explicitly set their include directories for Thrust's
dependencies:
```
-I ${THRUST_ROOT}/dependencies/cub
-I ${THRUST_ROOT}/dependencies/libcudacxx/include
```
If using Thrust's CMake packages, these paths will be configured
automatically.
Fixes#1328.
0 commit comments