rpp icon indicating copy to clipboard operation
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.

Results 61 rpp issues
Sort by recently updated
recently updated
newest added

### 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...

bug
enhancement

### 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...

good-to-have

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...

enhancement

* Updates and enhancements

enhancement
BugFix

This PR extends RPP Tensor reduction support for mean and standard deviation functionalities. Adds relevant QA and performance tests.

enhancement

@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

enhancement

Adds support for Tensor Transpose ND on HOST and HIP Adds relevant Unit/Perf/QA tests

enhancement

### 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:...

bug

* fix broken images * fix missing images here as well

documentation
ci:docs-only