[jira] [Updated] (ARROW-5507) [Plasma] [CUDA] Compile error

2019-06-04 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-5507:
--
Labels: pull-request-available  (was: )

> [Plasma] [CUDA] Compile error
> -
>
> Key: ARROW-5507
> URL: https://issues.apache.org/jira/browse/ARROW-5507
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++ - Plasma, GPU
>Reporter: Antoine Pitrou
>Priority: Critical
>  Labels: pull-request-available
>
> I'm starting getting this today:
> {code}
> ../src/plasma/protocol.cc:546:55: error: no matching member function for call 
> to 'CreateVector'
>   handles.push_back(fb::CreateCudaHandle(fbb, fbb.CreateVector(handle)));
>   ^~~~
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1484:27:
>  note: candidate function not viable: no known conversion from 
> 'std::shared_ptr' to 'const std::vector' for 1st argument
>   Offset> CreateVector(const std::vector ) {
>   ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1477:42:
>  note: candidate template ignored: could not match 'vector' against 
> 'shared_ptr'
>   template Offset> CreateVector(const std::vector 
> ) {
>  ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1443:42:
>  note: candidate function template not viable: requires 2 arguments, but 1 
> was provided
>   template Offset> CreateVector(const T *v, size_t len) 
> {
>  ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1465:29:
>  note: candidate function template not viable: requires 2 arguments, but 1 
> was provided
>   Offset>> CreateVector(const Offset *v, size_t len) {
> ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1501:42:
>  note: candidate function template not viable: requires 2 arguments, but 1 
> was provided
>   template Offset> CreateVector(size_t vector_size,
>  ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1520:21:
>  note: candidate function template not viable: requires 3 arguments, but 1 
> was provided
>   Offset> CreateVector(size_t vector_size, F f, S *state) {
> ^
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-5507) [Plasma] [CUDA] Compile error

2019-06-04 Thread Antoine Pitrou (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Pitrou updated ARROW-5507:
--
Component/s: GPU

> [Plasma] [CUDA] Compile error
> -
>
> Key: ARROW-5507
> URL: https://issues.apache.org/jira/browse/ARROW-5507
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++ - Plasma, GPU
>Reporter: Antoine Pitrou
>Priority: Critical
>
> I'm starting getting this today:
> {code}
> ../src/plasma/protocol.cc:546:55: error: no matching member function for call 
> to 'CreateVector'
>   handles.push_back(fb::CreateCudaHandle(fbb, fbb.CreateVector(handle)));
>   ^~~~
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1484:27:
>  note: candidate function not viable: no known conversion from 
> 'std::shared_ptr' to 'const std::vector' for 1st argument
>   Offset> CreateVector(const std::vector ) {
>   ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1477:42:
>  note: candidate template ignored: could not match 'vector' against 
> 'shared_ptr'
>   template Offset> CreateVector(const std::vector 
> ) {
>  ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1443:42:
>  note: candidate function template not viable: requires 2 arguments, but 1 
> was provided
>   template Offset> CreateVector(const T *v, size_t len) 
> {
>  ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1465:29:
>  note: candidate function template not viable: requires 2 arguments, but 1 
> was provided
>   Offset>> CreateVector(const Offset *v, size_t len) {
> ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1501:42:
>  note: candidate function template not viable: requires 2 arguments, but 1 
> was provided
>   template Offset> CreateVector(size_t vector_size,
>  ^
> /home/antoine/miniconda3/envs/pyarrow/include/flatbuffers/flatbuffers.h:1520:21:
>  note: candidate function template not viable: requires 3 arguments, but 1 
> was provided
>   Offset> CreateVector(size_t vector_size, F f, S *state) {
> ^
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)