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

Remove cub symlink. #1701

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Commits on May 20, 2022

  1. Remove cub symlink.

    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 NVIDIA#1328.
    alliepiper committed May 20, 2022
    Configuration menu
    Copy the full SHA
    fa99eb5 View commit details
    Browse the repository at this point in the history