Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPP Rain augmentation on HOST and HIP #463

Merged
merged 50 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
aa1af83
Add Intial u8 implementation for Rain
HazarathKumarM Aug 19, 2024
085e243
Add I8 implementation and Changes based on the Review comments
HazarathKumarM Aug 20, 2024
2558cfa
Initial HIP implementation
HazarathKumarM Aug 23, 2024
e8ae15b
Merge remote-tracking branch 'TOT/develop' into hk/rain
HazarathKumarM Aug 23, 2024
4c89f7a
Add test case for Rain in HIP test suite
HazarathKumarM Aug 23, 2024
395bdc6
minor code cleanup
HazarathKumarM Aug 23, 2024
bffe622
Modified func names and removed unnecessary code
HazarathKumarM Aug 26, 2024
bfc3592
Resolve Review comments
HazarathKumarM Aug 28, 2024
fba3773
replaced pinned memory with HIP memory for Rain Layer computation
HazarathKumarM Aug 29, 2024
32799ed
Modified RGB Rain Mask to planar Rain Mask in HIP
HazarathKumarM Aug 30, 2024
ed1d83c
Address review comments
HazarathKumarM Sep 2, 2024
8a8ab59
Add Rain compute function
HazarathKumarM Sep 2, 2024
000ab57
Add version changes and Resolve review comments
HazarathKumarM Sep 2, 2024
6aac89c
fix build warnings
HazarathKumarM Sep 2, 2024
21aaa2c
Fix the outputs of f16 toggle variants
HazarathKumarM Sep 2, 2024
fdd622d
Revert Rain width changes
HazarathKumarM Sep 3, 2024
b482e96
Merge remote-tracking branch 'abishek/develop' into hk/rain
HazarathKumarM Sep 3, 2024
655d841
Fix pln3 outputs for u8 and i8 bitdepths
HazarathKumarM Sep 3, 2024
9003435
Resolve review comments
HazarathKumarM Sep 4, 2024
3a23fa4
Modified load and store routines for planar cases
HazarathKumarM Sep 4, 2024
d940131
Resolve review comments
HazarathKumarM Oct 22, 2024
b3030c9
Merge remote-tracking branch 'develop' into hk/rain
HazarathKumarM Oct 22, 2024
3ff4958
Modify docs image
HazarathKumarM Oct 23, 2024
f6e845c
Merge remote-tracking branch 'ar/opt_rain' into hk/rain
HazarathKumarM Oct 23, 2024
d479c5c
Merge pull request #319 from HazarathKumarM/hk/rain
r-abishek Oct 23, 2024
19a1557
Fix versioning
r-abishek Oct 23, 2024
6a68f9b
Merge branch 'develop' into ar/opt_rain
r-abishek Nov 2, 2024
bf001b0
Merge branch 'develop' into ar/opt_rain
kiritigowda Nov 5, 2024
f86c8a6
Merge branch 'develop' into ar/opt_rain
r-abishek Nov 7, 2024
3bff9e2
Merge branch 'develop' into ar/opt_rain
kiritigowda Nov 8, 2024
6701dfb
Merge branch 'develop' into ar/opt_rain
r-abishek Nov 27, 2024
a83fbc3
Merge branch 'develop' into ar/opt_rain
kiritigowda Nov 27, 2024
8f46eed
Merge branch 'develop' into ar/opt_rain
r-abishek Nov 30, 2024
f6e181a
Merge branch 'develop' into ar/opt_rain
Srihari-mcw Dec 6, 2024
0041bb7
Updates to 1.9.10 including rain feature
Srihari-mcw Dec 9, 2024
1449365
Merge pull request #364 from Srihari-mcw/opt_rain_rebased
r-abishek Dec 9, 2024
cfef593
Merge branch 'develop' into ar/opt_rain
r-abishek Dec 9, 2024
96c5eba
Merge branch 'develop' into ar/opt_rain
Srihari-mcw Dec 11, 2024
3fd5a52
Merge pull request #369 from Srihari-mcw/opt_rain_rebased
r-abishek Dec 11, 2024
2fced49
Merge remote-tracking branch 'develop' into hk/rain_merge
HazarathKumarM Dec 19, 2024
e32fbe0
Merge pull request #374 from HazarathKumarM/hk/rain_merge
r-abishek Dec 24, 2024
1d4e36c
Merge branch 'develop' into ar/opt_rain
kiritigowda Jan 6, 2025
0c785f8
Merge branch 'develop' into ar/opt_rain
kiritigowda Jan 6, 2025
a165a56
Merge branch 'develop' into ar/opt_rain
kiritigowda Jan 7, 2025
b57a291
Merge branch 'develop' into ar/opt_rain
r-abishek Jan 7, 2025
a164596
Merge branch 'develop' into ar/opt_rain
r-abishek Jan 8, 2025
22b6e41
Merge branch 'develop' into ar/opt_rain
kiritigowda Jan 8, 2025
e21b558
Merge branch 'develop' of https://github.com/ROCm/rpp into ar/opt_rain
HazarathKumarM Jan 9, 2025
ea697f5
Merge pull request #381 from HazarathKumarM/hk/rain_pr
r-abishek Jan 14, 2025
5342d37
Merge branch 'develop' of https://github.com/ROCm/rpp into ar/opt_rain
r-abishek Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix versioning
r-abishek committed Oct 23, 2024
commit 19a1557dc3906a0d4ace7b85a0533c71eba033d1
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,11 +2,23 @@

Full documentation for RPP is available at [https://rocm.docs.amd.com/projects/rpp/en/latest](https://rocm.docs.amd.com/projects/rpp/en/latest)

## RPP 1.13.0 (Unreleased)
## RPP 1.9.8 (Unreleased)

### Changes
r-abishek marked this conversation as resolved.
Show resolved Hide resolved

* RPP Tensor Rain support on HOST and HIP
RPP Rain augmentation on HOST and HIP

## RPP 1.9.3 (unreleased)

### Changes

r-abishek marked this conversation as resolved.
Show resolved Hide resolved
* RPP Audio Support HIP - Spectrogram

## RPP 1.9.2 (Unreleased)

### Changes

RPP Audio Support HIP - Mel Filter Bank

## RPP 1.9.1 for ROCm 6.3.0

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ endif()
set(CMAKE_CXX_STANDARD 17)

# RPP Version
set(VERSION "1.13.0")
set(VERSION "1.9.8")

# Set Project Version and Language
project(rpp VERSION ${VERSION} LANGUAGES CXX)
4 changes: 2 additions & 2 deletions include/rpp_version.h
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@ extern "C" {
#endif
// NOTE: IMPORTANT: Match the version with CMakelists.txt version
#define RPP_VERSION_MAJOR 1
#define RPP_VERSION_MINOR 13
#define RPP_VERSION_PATCH 0
#define RPP_VERSION_MINOR 9
#define RPP_VERSION_PATCH 8
#ifdef __cplusplus
}
#endif