-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-17421: [C++] CUDA on Windows fails to build #13883
Conversation
@pitrou This built on my win 10 machine for vcpkg (microsoft/vcpkg#26187) but I am unsure if it has any negative implications. Please have a look. |
@assignUser Did you also run the tests? |
No I just ran |
In any case, the fix looks fine (assuming it compiles and tests). |
|
@pitrou The cuda tests didn't build, it doesn't sound related though?
|
@assignUser It seems arrow/cpp/src/arrow/gpu/cuda_memory.h Lines 252 to 257 in a270afc
arrow/cpp/src/arrow/gpu/cuda_internal.h Lines 34 to 36 in a270afc
|
Thanks, that fixed it: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, thank you @assignUser
Looks like AppVeyor build failure would be fixed by #13869 |
Authored-by: Jacob Wujciak-Jens <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Authored-by: Jacob Wujciak-Jens <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Benchmark runs are scheduled for baseline = 3a59bc0 and contender = 7ecfcf0. 7ecfcf0 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
['Python', 'R'] benchmarks have high level of regressions. |
Having to use shared_ptr for the PIMPL is weird, IIRC this is often caused by not having an explicit destructor? |
Authored-by: Jacob Wujciak-Jens <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
No description provided.