nvptx-none-ar

GCC offloading compiler to NVPTX

Install

All systems
curl cmd.cat/nvptx-none-ar.sh
Debian Debian
apt-get install nvptx-tools
Ubuntu
apt-get install nvptx-tools
image/svg+xml Kali Linux
apt-get install nvptx-tools
Fedora
dnf install gcc-offload-nvptx
Windows (WSL2)
sudo apt-get update sudo apt-get install nvptx-tools

gcc-offload-nvptx

GCC offloading compiler to NVPTX

This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. This is a dependency package providing the default GNU Objective-C compiler.

nvptx-tools

collection of tools for use with nvptx-none GCC toolchains

The tools consist of - nvptx-none-as: "assembler" for PTX. - nvptx-none-ld: "linker" for PTX. Additionally, the following symlinks are installed: - nvptx-none-ar: link to the GNU/Linux host system's ar. - nvptx-none-ranlib: link to the GNU/Linux host system's ranlib.