You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/19 17:36:03 UTC

[GitHub] [arrow] VoVAllen opened a new issue #9268: Integrate CUDA memory capacity to plasma storage

VoVAllen opened a new issue #9268:
URL: https://github.com/apache/arrow/issues/9268


   Hi,
   
   I found there's some codes inside plasma storage are for the cuda memory. Do you have any plan to provide the similar API on cuda memory as what shared memory have?
   
   Thanks!


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] VoVAllen commented on issue #9268: Integrate CUDA memory capacity to plasma storage

Posted by GitBox <gi...@apache.org>.
VoVAllen commented on issue #9268:
URL: https://github.com/apache/arrow/issues/9268#issuecomment-763011505


   Also if I want to integrate only plasma storage into my project, what's the suggested way to do so? c_glib or other way?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on issue #9268: Integrate CUDA memory capacity to plasma storage

Posted by GitBox <gi...@apache.org>.
kou commented on issue #9268:
URL: https://github.com/apache/arrow/issues/9268#issuecomment-763437482


   It doesn't.
   Conda package supports CUDA: https://anaconda.org/conda-forge/pyarrow
   
   If you have further questions, please use `user@arrow.apache.org` mailing list: https://arrow.apache.org/community/
   We don't use GitHub issue for user forum.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] VoVAllen commented on issue #9268: Integrate CUDA memory capacity to plasma storage

Posted by GitBox <gi...@apache.org>.
VoVAllen commented on issue #9268:
URL: https://github.com/apache/arrow/issues/9268#issuecomment-763380908


   Thanks. It's exactly what I'm looking for. 
   
   I found the header files are separated in different folders, which makes it a bit hard to track all those thing. But I found it's well organized in pyarrow's package. Is there any instruction on this or how can I track those header file in my own projects?
   
   Thanks!


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] VoVAllen commented on issue #9268: Integrate CUDA memory capacity to plasma storage

Posted by GitBox <gi...@apache.org>.
VoVAllen commented on issue #9268:
URL: https://github.com/apache/arrow/issues/9268#issuecomment-763433101


   Does the pip package include the cuda capacity? Also if user install pyarrow by pyenv, can `find_package(arrow)` find the corresponding package?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on issue #9268: Integrate CUDA memory capacity to plasma storage

Posted by GitBox <gi...@apache.org>.
kou commented on issue #9268:
URL: https://github.com/apache/arrow/issues/9268#issuecomment-763382483


   https://arrow.apache.org/docs/cpp/cmake.html
   You need to use `ArrowCUDA` for CMake package name.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on issue #9268: Integrate CUDA memory capacity to plasma storage

Posted by GitBox <gi...@apache.org>.
kou commented on issue #9268:
URL: https://github.com/apache/arrow/issues/9268#issuecomment-763241017


   I'm not sure what API do you imagine but I think that we already have it: https://github.com/apache/arrow/blob/master/cpp/src/plasma/test/client_tests.cc#L867-L1076
   
   If your project uses C++, Apache Arrow C++ is recommended.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou closed issue #9268: Integrate CUDA memory capacity to plasma storage

Posted by GitBox <gi...@apache.org>.
kou closed issue #9268:
URL: https://github.com/apache/arrow/issues/9268


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org