You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/05/10 07:59:00 UTC

[jira] [Resolved] (ARROW-8577) [Plasma] PlasmaClient::Connect() of CUDA enabled build is always failed on no CUDA device machine

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

Kouhei Sutou resolved ARROW-8577.
---------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

Issue resolved by pull request 7138
[https://github.com/apache/arrow/pull/7138]

> [Plasma] PlasmaClient::Connect() of CUDA enabled build is always failed on no CUDA device machine
> -------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-8577
>                 URL: https://issues.apache.org/jira/browse/ARROW-8577
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Plasma, GPU
>    Affects Versions: 0.17.0
>            Reporter: Tanveer
>            Assignee: Kouhei Sutou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> We provide CUDA enabled Plasma packages for Debian GNU/Linux and Ubuntu.
> It must work on no CUDA device machine.
> The original report:
> ---
> 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)