Bug#934666: nvidia-cuda-toolkit: include cuda runtime for arm64

2020-06-10 Thread Helmut Grohne
Hi Andreas, On Tue, Jun 09, 2020 at 10:34:03PM +0200, Andreas Beckmann wrote: > Will you have access to arm64+nvidia hardware that could test these > packages? I'm sorry. I was moved off the particular project and no longer have access to relevant hardware. Keep in mind that the bug is

Bug#934666: nvidia-cuda-toolkit: include cuda runtime for arm64

2020-06-09 Thread Andreas Beckmann
On 08/06/2020 09.03, Helmut Grohne wrote: > Do these work on Debian? Do you think that packaging these for Debian is > possible with reasonable effort? CUDA 11 will need quite some work. The .run file layout looks different from what we have now. arm64 will not require much additional effort on

Bug#934666: nvidia-cuda-toolkit: include cuda runtime for arm64

2020-06-08 Thread Helmut Grohne
Control: tags -1 - moreinfo Hi Andreas, On Sat, Jun 06, 2020 at 01:23:52AM +0200, Andreas Beckmann wrote: > On 13/08/2019 09.04, Helmut Grohne wrote: > > While the cuda > > toolkit is only available for these architectures, the cuda runtime > > should be available for arm64 as well. Is it

Bug#934666: nvidia-cuda-toolkit: include cuda runtime for arm64

2020-06-05 Thread Andreas Beckmann
Control: tag -1 moreinfo On 13/08/2019 09.04, Helmut Grohne wrote: > While the cuda > toolkit is only available for these architectures, the cuda runtime > should be available for arm64 as well. Is it possible to package that? If you can tell me where I can find the arm64 binaries ... Andreas

Bug#934666: nvidia-cuda-toolkit: include cuda runtime for arm64

2019-08-13 Thread Helmut Grohne
Package: nvidia-cuda-toolkit Version: 10.1.105-2 Severity: wishlist Hi Andreas, thank you for packaging cuda. I tries using it for cross building from amd64 to arm64. For doing so, you need a directory with compiler symlinks: mkdir crossdir cd crossdir ln -s /usr/bin/aarch64-linux-gnu-gcc gcc