Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove custom CUB include and disable CUB version check #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ricolxwz
Copy link

  • Removed -I./cub from the INCLUDES as CUB is now included in the CUDA Toolkit.
  • Added -DTHRUST_IGNORE_CUB_VERSION_CHECK flag to bypass the Thrust and CUB version check.

- Removed `-I./cub` from the `INCLUDES` as CUB is now included in the CUDA Toolkit.
- Added `-DTHRUST_IGNORE_CUB_VERSION_CHECK` flag to bypass the Thrust and CUB version check.
@ricolxwz
Copy link
Author

ricolxwz commented Oct 22, 2024

nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
java --version
openjdk version "1.8.0_44"
OpenJDK Runtime Environment (build 1.8.0_44-b02)
OpenJDK 64-Bit Server VM (build 25.40-b25, mixed mode)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant