-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Fix missing thrust includes #167450
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
base: main
Are you sure you want to change the base?
Fix missing thrust includes #167450
Conversation
CCCL recently dropped a ton of transient includes that blew up thrust compile times That means we need to include what we use
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/167450
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 15 PendingAs of commit fc9c580 with merge base 3cfbf98 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
|
@pytorchbot merge |
|
Oh whoops, you need to sign CLA first |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
|
/easycla |
CCCL recently dropped a ton of transient includes that blew up thrust compile times
That means we need to include what we use
Fixes build issues found in internal CI
cc @ptrblck @msaroufim @eqy @jerryzh168