You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Tanveer (Jira)" <ji...@apache.org> on 2020/04/24 02:43:00 UTC

[jira] [Created] (ARROW-8577) [CGlib Plasma] gplasma_client_options_new() default settings are enabling a check for CUDA device

Tanveer created ARROW-8577:
------------------------------

             Summary: [CGlib Plasma] gplasma_client_options_new() default settings are enabling a check for CUDA device
                 Key: ARROW-8577
                 URL: https://issues.apache.org/jira/browse/ARROW-8577
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Tanveer


Hi all,

 Previously, I was using c_glib Plasma library (build 0.12) for creating plasma objects. It was working as expected. But now I want to use Arrow's newest build.  I incurred the following error:

 
/build/apache-arrow-0.17.0/cpp/src/arrow/result.cc:28: ValueOrDie called on an error: IOError: Cuda error 100 in function 'cuInit': [CUDA_ERROR_NO_DEVICE] no CUDA-capable device is detected
I think plasma client options (gplasma_client_options_new()) which I am using with default settings are enabling a check for my CUDA device and I have no CUDA device attached to my system. How I can disable this check? Any help will be highly appreciated. Thanks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)