bats-assert
- Ebuilds: 1, Testing: 2.2.4 Description:
bats-assert is a helper library providing common assertions for Bats.
In the context of this project, an assertion is a function that perform a test and returns 1 on failure or 0 on success. To make debugging easier, the assertion also outputs relevant information on failure. The output is formatted for readability. To make assertions usable outside of @test blocks, the output is sent to stderr.
The most recent invocation of Bats' run function is used for testing assertions on output and status code.
Homepage:https://github.com/bats-core/bats-assert License: CC0-1.0
bats-support
- Ebuilds: 1, Testing: 0.3.0 Description:
bats-support is a supporting library providing common functions to test helper libraries written for Bats.
Features:
error reporting
output formatting
language tools
See the shared documentation to learn how to install and load this library.
If you want to use this library in your own helpers or just want to learn about its internals see the developer documentation in the source files.
Homepage:https://github.com/bats-core/bats-support License: CC0-1.0
hipify-clang
- Ebuilds: 1, Testing: 7.2.3 Description: A set of tools to translate CUDA source code into portable HIP C++
Homepage:https://github.com/ROCm/HIPIFY License: MIT
xrt
- Ebuilds: 2, Testing: 999999 Description: Runtime for AIE and FPGA based platforms
Homepage:https://github.com/Xilinx/XRT License: Apache-2.0
zluda
- Ebuilds: 1
Description:
ZLUDA is a drop-in replacement for the CUDA runtime on AMD GPUs. It
provides libcuda.so and libnvidia-ml.so implementations that translate
CUDA driver API calls and PTX kernels to the AMD ROCm/HIP runtime,
letting unmodified CUDA applications run on supported AMD hardware.
Linux use is opt-in via LD_LIBRARY_PATH (or LD_AUDIT) so that ZLUDA's
libcuda doesn't shadow nvidia-drivers' libcuda for users who have both
installed; see pkg_postinst for the invocation patterns. Builds against
the bundled LLVM 17 submodule via the llvm_zluda crate, and requires a
working HIP/ROCm toolchain at runtime.
Upstream itself recommends pre-release builds and warns that the
project is under heavy development; this live ebuild tracks the
master branch.
Homepage:https://github.com/vosen/ZLUDA License: || ( Apache-2.0 MIT ) Apache-2.0-with-LLVM-exceptions