assignUser commented on PR #13883:
URL: https://github.com/apache/arrow/pull/13883#issuecomment-1215558556
@pitrou The cuda tests didn't build, it doesn't sound related though?
```
Building Custom Rule
C:/repos/17421-cuda-windows/cpp/src/arrow/gpu/CMakeLists.txt
cuda_test.cc
cuda_test.obj : error LNK2019: unresolved external symbol "class
arrow::Result<unsigned char *> __cdecl arrow::cuda::G
etHostAddress(unsigned __int64)"
(?GetHostAddress@cuda@arrow@@YA?AV?$Result@PEAE@2@_K@Z) referenced in function
"priva
te: virtual void __cdecl
arrow::cuda::TestCudaHostBuffer_AllocateGlobal_Test::TestBody(void)"
(?TestBody@TestCudaHostB
uffer_AllocateGlobal_Test@cuda@arrow@@EEAAXXZ)
[C:\repos\17421-cuda-windows\cpp\build\src\arrow\gpu\arrow-cuda-test.vc
xproj]
cuda_test.obj : error LNK2019: unresolved external symbol "class
arrow::Status __cdecl arrow::cuda::internal::StatusFr
omCuda(enum cudaError_enum,char const *)"
(?StatusFromCuda@internal@cuda@arrow@@YA?AVStatus@3@W4cudaError_enum@@PEBD@Z
) referenced in function "public: virtual void __cdecl
arrow::cuda::TestCudaBase::TearDown(void)" (?TearDown@TestCudaB
ase@cuda@arrow@@UEAAXXZ)
[C:\repos\17421-cuda-windows\cpp\build\src\arrow\gpu\arrow-cuda-test.vcxproj]
C:\repos\17421-cuda-windows\cpp\build\release\Release\arrow-cuda-test.exe :
fatal error LNK1120: 2 unresolved external
s
[C:\repos\17421-cuda-windows\cpp\build\src\arrow\gpu\arrow-cuda-test.vcxproj]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]