rpp
rpp copied to clipboard
AMD ROCm Performance Primitives (RPP) library is a comprehensive high-performance computer vision library for AMD processors with HIP/OpenCL/CPU back-ends.
### Problem Description Hi, I'm writing ebuild for rpp, which also includes running tests. I run uniqueFunctionalities_hip at this moment (https://github.com/AngryLoki/gentoo/blob/rocm-6.0.2/sci-libs/rpp/rpp-6.0.2.ebuild#L85). However there is a major flaw, not in a...
### Problem Description Messages on not implemented tests take up test time. Turn of messages for not implemented / skip to speed up CTest. ### Operating System ALL ### CPU...
This PR removes inconsistencies and standardizes all array/tensor parameters to be in pinned memory across all RPP Tensor HIP functionalities to avoid copies from host to device. (src/dst large buffers...
This PR extends RPP Tensor reduction support for mean and standard deviation functionalities. Adds relevant QA and performance tests.
@rrawther @kiritigowda This is a very minor 2 files changed PR to just add gaussian/shot/snp noise to the new test suite. No changes in library code, only test suite.
- Adds support for glitch augmentation on host and hip - Adds relevant unit/performance/QA tests
Adds support for Tensor Transpose ND on HOST and HIP Adds relevant Unit/Perf/QA tests
### Problem Description ``` 4: ---------------------------------- Results of QA Test - Tensor_hip ---------------------------------- 4: 4: brightness_u8_Tensor_PKD3: FAILED 4: brightness_u8_Tensor_PLN3: FAILED 4: brightness_u8_Tensor_PLN1: FAILED 4: gamma_correction_u8_Tensor_PKD3: FAILED 4: gamma_correction_u8_Tensor_PLN3: FAILED 4:...
* fix broken images * fix missing images here as well