gcc-13-offload-nvptx

GCC offloading compiler to NVPTX

The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available.

gcc-13-test-results

Test results for the GCC test suite

This package contains the test results for running the GCC test suite for a post build analysis.

gccgo-13-multilib

GNU Go compiler (multilib support)

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler.

python3-shade

Client library for operating OpenStack clouds

Shade is a simple Python client library for operating OpenStack clouds. The key word here is simple. Clouds can do many things - but there are probably only about 10 of them that most people care about with any regularity. If you want to do complicated things, you should probably use the lower level client libraries - or even the REST API directly. However, if what you want is to be able to write an application that talks to clouds no matter what choices the deployer has made then shade is for you.

python3-pyperform

fast and convenient way to performance test functions and compare results

Pyperform provies an easy and convenient way to performance test blocks of Python code.

libuniversal-require-perl

Load modules from a variable (deprecated)

This works exactly like the standard require in Perl, except without the bareword restriction, and it does not die. Since require() is placed in the UNIVERSAL namespace, it will work on any module. You just have to use UNIVERSAL::require somewhere in your code.