Skip to content

Commit

Permalink
thrust: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 10, 2024
1 parent 7a19ebd commit 3416ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/thrust/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ def package_info(self):
self.cpp_info.defines = [f"THRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_{dev}"]
# Since CUB and Thrust are provided separately, their versions are not guaranteed to match
self.cpp_info.defines += ["THRUST_IGNORE_CUB_VERSION_CHECK=1"]

# TODO: apply https://github.com/NVIDIA/cccl/blob/main/thrust/thrust/cmake/thrust-config.cmake

0 comments on commit 3416ff6

Please sign in to comment.