[
https://issues.apache.org/jira/browse/ARROW-11380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271696#comment-17271696
]
Kouhei Sutou commented on ARROW-11380:
--------------------------------------
Which platform do you need the packages for?
Ubuntu: 20.10 provides nvidia-cuda-toolkit package:
https://packages.ubuntu.com/search?keywords=nvidia-cuda-toolkit
But 20.10 doesn't provide libcuda1 package:
https://packages.ubuntu.com/search?keywords=libcuda1
The latter is a blocker. If you're interested in Ubuntu packages, could you
report it (libcuda1 package for arm64 is missing) to Ubuntu?
Debian: Buster provides nvidia-cuda-toolkit package by backports:
https://packages.debian.org/search?keywords=nvidia-cuda-toolkit
Backports for Buster also provides libcuda1 package:
https://packages.debian.org/search?keywords=libcuda
We can provide packages for Buster with backports.
> Plasma packages for arm64
> -------------------------
>
> Key: ARROW-11380
> URL: https://issues.apache.org/jira/browse/ARROW-11380
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++ - Plasma, Packaging
> Reporter: Leonard Lausen
> Priority: Major
>
> "Note that Plasma packages are available only for amd64. Because
> nvidia-cuda-toolkit package isn't available for arm64."
> https://issues.apache.org/jira/browse/ARROW-6715
> Nvidia supports Cuda on ARM, so this should be possible in principle?
> Please also clarify the relation with https://github.com/alibaba/libvineyard
> Do you intend to continue develop Plasma?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)