Skip to content

Commit

Permalink
Merge pull request #8229 from leofang/thrust_build_fix
Browse files Browse the repository at this point in the history
Fix build system for Thrust detection
  • Loading branch information
takagi committed Mar 8, 2024
2 parents 2fd0b81 + 1332f97 commit 7de16aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install/cupy_builder/_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,7 @@ def get_features(ctx: Context) -> Dict[str, Feature]:
('cupy.cuda.thrust', ['cupy/cuda/cupy_thrust.cu']),
],
'include': [
'thrust/device_ptr.h',
'thrust/sequence.h',
'thrust/sort.h',
'thrust/version.h',
],
'libraries': list(_cudart_static_libs),
'check_method': build.check_thrust_version,
Expand Down

0 comments on commit 7de16aa

Please sign in to comment.